Hi
I am running Geoserver 1.7.3.a on Linux RHEL4. I am using JRE 1.6.
I am finding this problem recently where the JVM is crashing with messages
like as follows :
#
# An unexpected error has been detected by Java Runtime Environment:
#
# Internal Error (constantPoolOop.hpp:233), pid=24095, tid=3086879664
# Error: guarantee(tag_at(which).is_klass(),"Corrupted constant pool")
#
# Java VM: Java HotSpot(TM) Client VM (10.0-b23 mixed mode, sharing
linux-x86)
# An error report file with more information is saved as:
# /usr/local/geoserver/hs_err_pid24095.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
My JVM arguments are as follows :
jvm_args: -DGEOSERVER_DATA_DIR=/usr/local/geoserver/data_dir -Xms64m
-Xmx256m -DSTOP.KEY=geoserver
java_command: start.jar
Launcher Type: SUN_STANDARD
As far I can decipher the error log, the problem seems to be that JVM is
using up the whole heap space.
See error log excerpt below:
Heap
def new generation total 4608K, used 4608K [0x802b0000, 0x807b0000,
0x81660000)
eden space 4096K, 100% used [0x802b0000, 0x806b0000, 0x806b0000)
from space 512K, 100% used [0x80730000, 0x807b0000, 0x807b0000)
to space 512K, 100% used [0x806b0000, 0x80730000, 0x80730000)
tenured generation total 60544K, used 40742K [0x81660000, 0x85180000,
0x902b0000)
the space 60544K, 67% used [0x81660000, 0x83e29b58, 0x83e29c00,
0x85180000)
compacting perm gen total 24320K, used 24122K [0x902b0000, 0x91a70000,
0x942b0000)
the space 24320K, 99% used [0x902b0000, 0x91a3ea68, 0x91a3ec00,
0x91a70000)
ro space 8192K, 69% used [0x942b0000, 0x94840780, 0x94840800,
0x94ab0000)
rw space 12288K, 57% used [0x94ab0000, 0x951a0300, 0x951a0400,
0x956b0000)
Under this circumstances what can be done to save Geoserver from crashing ?
Regards,
Suvajit
--
View this message in context: http://www.nabble.com/Geoserver-crashing-tp24291585p24291585.html
Sent from the GeoServer - User mailing list archive at Nabble.com.