[Geoserver-devel] [jira] (GEOS-6488) Geoserver keep saying 'your session timed out'

Cathy Cao created an issue

GeoServer / BugGEOS-6488

Geoserver keep saying ‘your session timed out’

Issue Type:

BugBug

Assignee:

Andrea Aime

Created:

19/May/14 12:01 PM

Priority:

MajorMajor

Reporter:

Cathy Cao

I have been using GeoServer for a simple private OpenLayers app. The geoserver is set up in the default Java environment, not on any additional server container. Today when I am trying to use many features through the geoserver web interface, it always returned this following error:

Sorry, your session timed out…
It looks like you waited too long to make that last change.if this continues to happen, you should get in touch with your system administrator.
Go back to the home page and try again.

I checked the log. There is no ERROR, but a lot of WARN. The following are several example warns:

2014-05-20 00:30:07,391 WARN [geoserver.web] - Unable to find property: ‘format.wms.kmz’ for component: [class=org.geoserver.web.demo.MapPreviewPage]
2014-05-20 00:30:22,482 WARN [org.geoserver] - Ignoring store directory ‘layergroups’
2014-05-20 00:30:22,890 WARN [referencing.factory] - Axis elements found in a wkt definition, the force longitude first axis order hint might not be respected:
PROJCS[“WGS84 / Simple Mercator”, GEOGCS[“WGS 84”, DATUM[“WGS_1984”, SPHEROID[“WGS_1984”, 6378137.0, 298.257223563]], PRIMEM[“Greenwich”, 0.0], UNIT[“degree”, 0.017453292519943295]], PROJECTION[“Mercator_1SP_Google”], PARAMETER[“latitude_of_origin”, 0.0], PARAMETER[“central_meridian”, 0.0], PARAMETER[“scale_factor”, 1.0], PARAMETER[“false_easting”, 0.0], PARAMETER[“false_northing”, 0.0], UNIT[“m”, 1.0], AXIS[“x”, EAST], AXIS[“y”, NORTH], AUTHORITY[“EPSG”,“54004”]]

I found many suggesting that this issue is due to the lack of Permgen Space. I’ve tried to set:[-Xmx512m -Xms48m -XX:MaxPermSize=512m] in the …\geoserver\bin\startup.bat. But it didn’t work.

Many articles provide solutions for make such settings for TOMCAT, but my geoserver is not running on TOMCAT so what else can I do? Could you please help resolve this issue? Thanks!

Add Comment

Add Comment

This message was sent by Atlassian JIRA (v6.1.6#6162-sha1:7af547c)

Atlassian logo