Hi there,
I had Geoserver 2.1.1. installed and want to update on 2.2.1. (Tomcat6 on
Debian Sqeeze).
I saved Data-folder and then installed the geoserver.war file by restarting
tomcat. Data is easy to restore, so I do not really care, whether I loose it
or not.
Login as root (with pwd at masterpw.info) or admin (with geoserver)
succeeds, but then I sometimes achieve to change passwords bevor getting an
error, sometimes not.
In the Logfile I find the Error:
2012-11-30 10:47:55,551 ERROR [wicket.Session] - Exception when
detaching/serializing page
java.lang.OutOfMemoryError: PermGen space
Geoserver tells me: Sorry, your session timed out ...
RAM ist now 1GB, but I do not notice a difference in behaviour. Geoserver
2.2.1. on my machine seems to be much slower than 2.1.1.
Hi there,
I had Geoserver 2.1.1. installed and want to update on 2.2.1. (Tomcat6 on
Debian Sqeeze).
I saved Data-folder and then installed the geoserver.war file by restarting
tomcat. Data is easy to restore, so I do not really care, whether I loose it
or not.
Login as root (with pwd at masterpw.info) or admin (with geoserver)
succeeds, but then I sometimes achieve to change passwords bevor getting an
error, sometimes not.
In the Logfile I find the Error:
2012-11-30 10:47:55,551 ERROR [wicket.Session] - Exception when
detaching/serializing page
java.lang.OutOfMemoryError: PermGen space
Geoserver tells me: Sorry, your session timed out ...
RAM ist now 1GB, but I do not notice a difference in behaviour. Geoserver
2.2.1. on my machine seems to be much slower than 2.1.1.
------------------------------------------------------------------------------
Keep yourself connected to Go Parallel:
TUNE You got it built. Now make it sing. Tune shows you how. http://goparallel.sourceforge.net
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/geoserver-users
the PermGenSpace contains the classes, configurations, data etc.i.e. the
program, the heap which you define with -Xmx and -Xmx contains the objects
at runtime i.e. the working program and is separate from the permanent
space. The classes or templates for the objects are taken from the
permanent space and put onto the heap filled with the relevant values at
runtime and continually created with new values and destroyed if not needed
anymore. Please see: