Select to view content in your preferred language

ArcGIS Portal and ArcGIS Geoportal

3937
2
07-19-2011 03:09 AM
PaulLohr
Frequent Contributor
Does the ArcGIS Geoportal contain the components necessary to build an ArcGIS Portal? By ArcGIS Portal, I am talking about a website built with the framework of ArcGIS Online but customized for the needs of the organization. The portal has been mentioned in a few places but I'm not sure where to get the components to build it or what licensing is required.

Thanks for any help,
Paul Lohr
0 Kudos
2 Replies
CliveReece
Esri Contributor
short answer:  no
They are two separate products with different components and code bases.  Esri ArcGIS Portal is a commercial product.  Esri Geoportal Server is an open source product.
0 Kudos
tongkimongki
Emerging Contributor
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).
0 Kudos