Hi,
I install Arcgis Portal and Geoportal in the same server. Arcgis Portal works, but Geoportal doesnt. Geoportal gives me error like this :
HTTP Status 500 -
type Exception report
message
descriptionThe server encountered an internal error () that prevented it from fulfilling this request.
exception
javax.servlet.ServletException: ServletException in '/catalog/skins/centeredLayout.jsp': com.sun.faces.mgbean.ManagedBeanCreationException: Unable to set property searchCriteria for managed bean SearchController
root cause
javax.servlet.ServletException: ServletException in '/catalog/main/homeBody.jsp': Unable to set property searchCriteria for managed bean SearchController
root cause
org.apache.jasper.JasperException: com.sun.faces.mgbean.ManagedBeanCreationException: Unable to set property searchCriteria for managed bean SearchController
root cause
com.sun.faces.mgbean.ManagedBeanCreationException: Unable to set property searchCriteria for managed bean SearchController
root cause
com.sun.faces.mgbean.ManagedBeanCreationException: Unable to set property searchFilterUri for managed bean SearchCriteria
root cause
com.sun.faces.mgbean.ManagedBeanCreationException: Unable to set property selectedHarvestSiteName for managed bean SearchFilterHarvestSites
root cause
java.lang.NullPointerException
I am using Linux RHEL 5.6 64 bit.
What I do are:
1. Install the Arcgis Portal (this will automatically install jdk1.6.0_23, Glassfish 2.1.1)
2. Install Geoportal 0.9
My guess is that the Java version isnt compatible...
Please help... thanks
Note : I actually succeeded in installing Geoportal 1.1 (only Geoportal) in Windows Server 2008. I use jdk-6u26 and Glassfish 3.1 (with openDS in other server).