On Fri, Feb 3, 2012 at 9:50 AM, laurent pierre <[email protected]> wrote: > Hi Andrea, > java.lang.OutOfMemoryError: PermGen space > Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: PermGen > space > Exception in thread "http-bio-8080-exec-11" java.lang.OutOfMemoryError: > PermGen space > > Is it a bit more explicit for you ?
Yes, it is. GeoServer uses a lot of classes and can put a JVM that has not been properly setup in crisis, exactly with the above error. You have to pump up the permanent generation size, and avoid hot redeploys, if you need to restart GeoServer you also have to restart the container. I've tried to get GeoServer release all references so that it un-deploys cleanly, but it seems our usage of JAI and JAI ImageIO prevents it. Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 mob: +39 339 8844549 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ Try before you buy = See our experts in action! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-dev2 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
