Please mail to this list your JVM start options or more precisely the options in the wrapper.conf, if you use Jetty or of catalina.bat if you use Tomcat or if you use a service the configuration of the service. Please bear in mind Geoserver has a lot of classes and needs a bit of heap and Permspace; just a normal JVM will not do, the java -server ... option is the minimum you need to do.
It is looks to me like one of the test configurations I had where it just managed to start and fell over at the first requests. One method to find out what happens with your VM is to start it with: -Xloggc:E:\Tomcat55\logs\gc.log ... or YourDrive:\yourPath\yourFile.log -XX:+PrintGCDetails and looking into the result with something like: http://www.tagtraum.com/gcviewer.html Cheers Christian ----- ____________________________ Dr Christian Maul Project Manager Information Services Branch Department of Sustainability and Environment Level13, Marland House, 570 Bourke Street Melbourne 3000 PO Box 500, East Melbourne Vic 3002 Telephone: +61-3-8636 2325 Telefax: +61-3-8636 2813 -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Error-showing-a-map-tp5000564p5000657.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
