Select to view content in your preferred language

Register resource from the network giving an error

2638
1
11-01-2011 06:38 AM
PrestigeMakanga
Deactivated User
Hello people,

I have installed the geoportal and evrything seems to work fine except for adding a resource thats is on the network. I needed to add some srcgis server services. I have pasted below part of what is being written in the log when I try to do this. I think the errof is java related but cant seem to figure out what exactly. I have checked the geoportal.xml fine in catalina and have configured it properly.

Any ideas where to start on this?

Caused by: javax.servlet.ServletException: javax.servlet.jsp.JspException: ServletException in '/catalog/harvest/harvestBody.jsp': /catalog/harvest/harvestBody.jsp(421,0) "#{not empty HarvestController.editor.repository.uuid? HarvestController.editor.repository.localId: gptMsg['catalog.harvest.manage.message.willBeGenerated'] }" contains invalid expression(s): javax.el.ELException: Error Parsing: #{not empty HarvestController.editor.repository.uuid? HarvestController.editor.repository.localId: gptMsg['catalog.harvest.manage.message.willBeGenerated'] }
at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:846)
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:779)
at org.apache.jsp.catalog.skins.centeredLayout_jsp._jspService(centeredLayout_jsp.java:347)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:393)
... 55 more
Caused by: org.apache.jasper.JasperException: /catalog/harvest/harvestBody.jsp(421,0) "#{not empty HarvestController.editor.repository.uuid? HarvestController.editor.repository.localId: gptMsg['catalog.harvest.manage.message.willBeGenerated'] }" contains invalid expression(s): javax.el.ELException: Error Parsing: #{not empty HarvestController.editor.repository.uuid? HarvestController.editor.repository.localId: gptMsg['catalog.harvest.manage.message.willBeGenerated'] }
at org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:40)


Regards
Prestige
0 Kudos
1 Reply
WilliamCraft
MVP Alum
When I look at this error and thinking back about my experience with Geoportal 1.1.1, to me it sounds like something is configured wrong within the GPT.XML file in the Synchronizer Parameters section.  Another possibility is that your Geoportal host machine has ports blocked due to firewall issues.  I would try taking down the Windows Firewall (and any others like McAfee or Norton) first, and then if that doesn't resolve the issue I would review the Synchronizer Parameters in the GPT.XML file.  Is it possible that your ArcGIS Server services are secured?  Start there and let us know what you find out.
0 Kudos