On Sun, Jan 30, 2011 at 1:51 PM, Jett Marks <[email protected]> wrote: > I've just started using GeoServer (2.0.2) and couldn't find relevant > information about releasing locks. > > While bringing up the Layers page, I got an PermGen memory exception that > forced me to bring down Tomcat hard (kill -9). Since then, I haven't been > able > to access the Layers page and the reason appears to be locks on a few of the > files. This message occurs for three different files after about 200 seconds > of delay:
Hmmm... I don't see a direct connection between the two, bringing up the layers page just requires to read metadata, actual access to data is not required (it happens during the startup, but that's another story). It's probably more likely that the on disk configuration is ruined enough to prevent the layers page to successfully come up.... one of the downsides of using a file basic config mechanism, there are no transactions so files can end up being stuck in an invalid state. Do you have anything else in the geoserver logs? Otherwise you can try to post the contents of your workspaces directory (mind, it will contain username/passwords in clear text if you are connecting to database and the like) and we can try to see if there is something obviously out of place. Cheers Andrea -- Ing. Andrea Aime Technical Lead GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584962313 fax: +39 0584962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ----------------------------------------------------- ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
