Hello,
I'm on a Debian Wheezy with tomcat7, I deploy Geonetwork.war 3.0.1 and get
this error from catalina.out:
I had the same error when I tried Geonetwork 3.0.0. Is there anything I
could try?
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoNetwork-3-0-1-install-error-tp5215386.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
Hi
Which version of Java do you use? I see this in the log:
13-Jul-2015 11:46:17 org.apache.catalina.core.StandardContext listenerStart
SEVERE: Error configuring application listener of class
jeeves.config.springutil.JeevesContextLoaderListener
java.lang.UnsupportedClassVersionError:
jeeves/config/springutil/JeevesContextLoaderListener : Unsupported
major.minor version 51.0 (unable to load class j
eeves.config.springutil.JeevesContextLoaderListener)
Make sure to use Java 7 or above.
Regards,
Jose García
On Mon, Jul 13, 2015 at 11:52 AM, acangi <aca@anonymised.com> wrote:
Hello,
I'm on a Debian Wheezy with tomcat7, I deploy Geonetwork.war 3.0.1 and get
this error from catalina.out:
I had the same error when I tried Geonetwork 3.0.0. Is there anything I
could try?
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/GeoNetwork-3-0-1-install-error-tp5215386.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
--
*GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net/> for
details. _________________________Jose GarcíaGeoCat bvVeenderweg 136721 WD
BennekomThe Netherlandshttp://GeoCat.net/>*
Hi Jose,
Thanks for your reply.
It was indeed java 6, but I updated to java 7, reinstalled tomcat7 and I
still get the same error when I deploy geonetwork.war :
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoNetwork-3-0-1-install-error-tp5215386p5215392.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
Hi
Make sure that Tomcat is using that version in case you have both Java 6
and Java 7. In Ubuntu, for example you need to check which is the version
used by default :
$ update-alternatives --config java
Regards,
Jose García
On Mon, Jul 13, 2015 at 12:24 PM, acangi <aca@anonymised.com> wrote:
Hi Jose,
Thanks for your reply.
It was indeed java 6, but I updated to java 7, reinstalled tomcat7 and I
still get the same error when I deploy geonetwork.war :
--
View this message in context:
http://osgeo-org.1560.x6.nabble.com/GeoNetwork-3-0-1-install-error-tp5215386p5215392.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
GeoNetwork-users mailing list
GeoNetwork-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-users
GeoNetwork OpenSource is maintained at
http://sourceforge.net/projects/geonetwork
--
*GeoCat Bridge for ArcGIS allows instant publishing of data and metadata on
GeoServer and GeoNetwork. Visit http://geocat.net/> for
details. _________________________Jose GarcíaGeoCat bvVeenderweg 136721 WD
BennekomThe Netherlandshttp://GeoCat.net/>*
Java 7 had the priority but tomcat also needed JAVA_HOME variable, now that's
fixed, thanks!
I configured the settings for my postgres DB and geonetwork seems to use it
but it still won't start (remains in waiting state in the browser).
Catalina.out says :
There seems to be memory errors, although the XMX parameter is set to 4GB :
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoNetwork-3-0-1-install-error-tp5215386p5215414.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
For the OutOfMemoryError, even if it doesn't mention a PermGenSpace problem,
adding the option -XX:MaxPermSize=512m solves it.
So my tomcat7 options are :
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoNetwork-3-0-1-install-error-tp5215386p5215518.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
Hi acangi
in which did this configuration file:
-Xmx4g -XX:MaxPermSize=512m -XX:+UseConcMarkSweepGC
which is the full syntax???
I need to set more memory to tomcat, but do not know where
I have Tomcat7 in centos 6.5
Thanks...
--
View this message in context: http://osgeo-org.1560.x6.nabble.com/GeoNetwork-3-0-1-install-error-tp5215386p5215602.html
Sent from the GeoNetwork users mailing list archive at Nabble.com.
If you installed Tomcat7 from the Apache webpage, try to put this in
setenv.sh in the $TOMCAT_DIR/bin folder. Create the file if it doesn't
exist.
CATALINA_OPTS="$CATALINA_OPTS -Xmx4g -XX:MaxPermSize=512m
-XX:+UseConcMarkSweepGC"
Regards,
Juan Luis.
On Tue, Jul 14, 2015 at 6:38 PM, cbeltran <cbeltran@anonymised.com> wrote:
I need to set more memory to tomcat, but do not know where
I have Tomcat7 in centos 6.5