[Geoserver-users] Sorry, your session timed out...

Hi, Just upgraded to 2.1 by replacing the war file in tomcat. However when
I try to create a new data store I get a "Sorry, your session timed out..."
page.

The logfile says:

2011-06-22 12:47:41,893 ERROR [wicket.Session] - Exception when
detaching/serializing page
java.lang.OutOfMemoryError: PermGen space
2011-06-22 12:51:07,258 ERROR [wicket.Session] - Exception when
detaching/serializing page
java.lang.OutOfMemoryError: PermGen space

But there's plenty of free memory on the machine.

Anyone help?
Thanks
Dan

--
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Sorry-your-session-timed-out-tp6503918p6503918.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

Dan this is common, and permgen space is not the same as heap space.

You need to tell the JVM to increase the permgern space from the default 64m but it varies depending on how you are running geoserver. Just google it.

hth
charles

On Jun 22, 2011, at 7:55 AM, DanLear wrote:

Hi, Just upgraded to 2.1 by replacing the war file in tomcat. However when
I try to create a new data store I get a "Sorry, your session timed out..."
page.

The logfile says:

2011-06-22 12:47:41,893 ERROR [wicket.Session] - Exception when
detaching/serializing page
java.lang.OutOfMemoryError: PermGen space
2011-06-22 12:51:07,258 ERROR [wicket.Session] - Exception when
detaching/serializing page
java.lang.OutOfMemoryError: PermGen space

But there's plenty of free memory on the machine.

Anyone help?
Thanks
Dan