Hi,
I am trying to run GN 2 on a Raspberry pi, but Tomcat fails to start the
app with this error:
INFO:
*validateJarFile(/usr/local/tomcat/webapps/geonetwork/WEB-INF/lib/servlet-api-2.5.jar)
- jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class:
javax/servlet/Servlet.classOct 15, 2016 7:12:14 PM
org.apache.catalina.startup.TldConfig execute*
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
debug logging for this logger for a complete list of JARs that were scanned
but no TLDs were found in them. Skipping unneeded JARs during scanning can
improve startup time and JSP compilation time.
Oct 15, 2016 7:18:17 PM org.apache.catalina.util.SessionIdGeneratorBase
createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using
[SHA1PRNG] took [4,586] milliseconds.
2016-10-15 19:18:31,463 INFO [jeeves] - Upload directory is:
/usr/local/tomcat/webapps/geonetwork/./data/tmp/
2016-10-15 19:18:31,997 WARN [jeeves.dbmspool] - Using transaction
isolation setting READ_COMMITTED
Here is a bit more information about my system:
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-2~deb7u1+rpi1)
OpenJDK Zero VM (build 24.65-b04, mixed mode)
Apache Tomcat Version 7.0.67
ENV JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom
-Djava.awt.headless=true -Xmx256M -Xss2M -XX:MaxPermSize=256m
-XX:+UseConcMarkSweepGC"
GeoNetwork 2.1.0.4
And this is how much memory the PI has:
total used free shared buffers cached
Mem: 370 364 6 4 16 134
-/+ buffers/cache: 213 157
Does anybody have any tips which could point me in the right direction?
Any help is appreciated!
Joana
--
Vriendelijke groeten / Kind regards,
*Joana Simoes <http://www.geocat.net/>Veenderweg 136721 WD BennekomThe
NetherlandsT: +31 (0)318 416664 <+31318416664>GeoCat bvhttp://geocat.net
<http://geocat.net>*
None of those messages are errors, they are just (fairly normal)
informational messages. If there is an error it is further down the log file
Ian
On 15 October 2016 at 20:29, Joana Simoes <joana.simoes@anonymised.com> wrote:
Hi,
I am trying to run GN 2 on a Raspberry pi, but Tomcat fails to start the
app with this error:
INFO:
*validateJarFile(/usr/local/tomcat/webapps/geonetwork/WEB-
INF/lib/servlet-api-2.5.jar)
- jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class:
javax/servlet/Servlet.classOct 15, 2016 7:12:14 PM
org.apache.catalina.startup.TldConfig execute*
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
debug logging for this logger for a complete list of JARs that were scanned
but no TLDs were found in them. Skipping unneeded JARs during scanning can
improve startup time and JSP compilation time.
Oct 15, 2016 7:18:17 PM org.apache.catalina.util.SessionIdGeneratorBase
createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using
[SHA1PRNG] took [4,586] milliseconds.
2016-10-15 19:18:31,463 INFO [jeeves] - Upload directory is:
/usr/local/tomcat/webapps/geonetwork/./data/tmp/
2016-10-15 19:18:31,997 WARN [jeeves.dbmspool] - Using transaction
isolation setting READ_COMMITTED
Here is a bit more information about my system:
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-2~deb7u1+rpi1)
OpenJDK Zero VM (build 24.65-b04, mixed mode)
Apache Tomcat Version 7.0.67
ENV JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom
-Djava.awt.headless=true -Xmx256M -Xss2M -XX:MaxPermSize=256m
-XX:+UseConcMarkSweepGC"
GeoNetwork 2.1.0.4
And this is how much memory the PI has:
total used free shared buffers cached
Mem: 370 364 6 4 16 134
-/+ buffers/cache: 213 157
Does anybody have any tips which could point me in the right direction?
Any help is appreciated!
Joana
--
Vriendelijke groeten / Kind regards,
*Joana Simoes <http://www.geocat.net/>Veenderweg 136721 WD BennekomThe
NetherlandsT: +31 (0)318 416664 <+31318416664>GeoCat bvhttp://geocat.net
<http://geocat.net>*
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
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
--
Ian Turton
Hi Ian,
Thanks for replying. Indeed the error comes later:
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (os_linux_zero.cpp:285), pid=7, tid=2437469296
# fatal error: caught unhandled signal 11
#
# JRE version: OpenJDK Runtime Environment (7.0_65-b32) (build 1.7.0_65-b32)
# Java VM: OpenJDK Zero VM (24.65-b04 mixed mode linux-arm )
# Derivative: IcedTea 2.5.3
# Distribution: Debian GNU/Linux 7.8 (wheezy), package
7u71-2.5.3-2~deb7u1+rpi1
# Core dump written. Default location: /usr/local/tomcat/webapps/core or
core.7
#
# An error report file with more information is saved as:
# /usr/local/tomcat/webapps/hs_err_pid7.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
# http://icedtea.classpath.org/bugzilla
(log in attachment)
On Sun, Oct 16, 2016 at 1:01 PM, Ian Turton <ijturton@anonymised.com> wrote:
None of those messages are errors, they are just (fairly normal)
informational messages. If there is an error it is further down the log file
Ian
On 15 October 2016 at 20:29, Joana Simoes <joana.simoes@anonymised.com> wrote:
Hi,
I am trying to run GN 2 on a Raspberry pi, but Tomcat fails to start the
app with this error:
INFO:
*validateJarFile(/usr/local/tomcat/webapps/geonetwork/WEB-IN
F/lib/servlet-api-2.5.jar)
- jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class:
javax/servlet/Servlet.classOct 15, 2016 7:12:14 PM
org.apache.catalina.startup.TldConfig execute*
INFO: At least one JAR was scanned for TLDs yet contained no TLDs. Enable
debug logging for this logger for a complete list of JARs that were
scanned
but no TLDs were found in them. Skipping unneeded JARs during scanning can
improve startup time and JSP compilation time.
Oct 15, 2016 7:18:17 PM org.apache.catalina.util.SessionIdGeneratorBase
createSecureRandom
INFO: Creation of SecureRandom instance for session ID generation using
[SHA1PRNG] took [4,586] milliseconds.
2016-10-15 19:18:31,463 INFO [jeeves] - Upload directory is:
/usr/local/tomcat/webapps/geonetwork/./data/tmp/
2016-10-15 19:18:31,997 WARN [jeeves.dbmspool] - Using transaction
isolation setting READ_COMMITTED
Here is a bit more information about my system:
java version "1.7.0_65"
OpenJDK Runtime Environment (IcedTea 2.5.3) (7u71-2.5.3-2~deb7u1+rpi1)
OpenJDK Zero VM (build 24.65-b04, mixed mode)
Apache Tomcat Version 7.0.67
ENV JAVA_OPTS="-Djava.security.egd=file:/dev/./urandom
-Djava.awt.headless=true -Xmx256M -Xss2M -XX:MaxPermSize=256m
-XX:+UseConcMarkSweepGC"
GeoNetwork 2.1.0.4
And this is how much memory the PI has:
total used free shared buffers cached
Mem: 370 364 6 4 16 134
-/+ buffers/cache: 213 157
Does anybody have any tips which could point me in the right direction?
Any help is appreciated!
Joana
--
Vriendelijke groeten / Kind regards,
*Joana Simoes <http://www.geocat.net/>Veenderweg 136721 WD BennekomThe
NetherlandsT: +31 (0)318 416664 <+31318416664>GeoCat bvhttp://geocat.net
<http://geocat.net>*
------------------------------------------------------------
------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
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/project
s/geonetwork
--
Ian Turton
--
Vriendelijke groeten / Kind regards,
*Joana Simoes <http://www.geocat.net/>Veenderweg 136721 WD BennekomThe
NetherlandsT: +31 (0)318 416664 <+31318416664>GeoCat bvhttp://geocat.net
<http://geocat.net>*
(attachments)
hs_err_pid7.log (114 KB)