[Geoserver-users] how to move configuration from one geoserver instance to another

2011-12-22 Thread Pierluigi Santin Fintel
Hi ! I have to move configuration from geoserver in developer pc to the production server. Is there a way to do this safely? In the past we moved all files in the folder DATA\WORKSPACE from one machine to the other but we had to change some GUID in the xml files, but we do not have had

Re: [Geoserver-users] how to move configuration from one geoserver instance to another

2011-12-22 Thread Andrea Aime
On Thu, Dec 22, 2011 at 9:37 AM, Pierluigi Santin Fintel p.san...@fintelengineering.it wrote: Hi ! I have to move configuration from geoserver in developer pc to the production server. Is there a way to do this safely? In the past we moved all files in the folder DATA\WORKSPACE from one

[Geoserver-users] GetLegendGraphic questions

2011-12-22 Thread Gis Mage
Hi list! A couple of questions regarding GetLegendGraphic request: 1. How can I request a layer group to get legend? 2. When I have a layer with a chart symbol (http://chart? in ExternalGraphic tag), GetLegendGraphic returns a blank picture. I suppose this is because a chart symbol is attribute

[Geoserver-users] Searching for cause of OutOfMemory exceptions

2011-12-22 Thread Jesse Eichar
Hi, We are having to restart Geoserver once a week because of OutOfMemory errors. I wanted to see if anyone knows of particular configurations that can cause this. Rough statistics of our server: - 6GM RAM - 71 Stores - 381 Layers - 45 Workspaces - Most raster data is ECW and

Re: [Geoserver-users] Searching for cause of OutOfMemory exceptions

2011-12-22 Thread Chris Holmes
First question is probably what version of geoserver are you using? And if anything but the latest have you tried upgrading to the latest? On Thu, Dec 22, 2011 at 8:56 AM, Jesse Eichar jesse.eic...@camptocamp.comwrote: Hi, We are having to restart Geoserver once a week because of OutOfMemory

Re: [Geoserver-users] Searching for cause of OutOfMemory exceptions

2011-12-22 Thread Andrea Aime
On Thu, Dec 22, 2011 at 2:56 PM, Jesse Eichar jesse.eic...@camptocamp.comwrote: Hi, We are having to restart Geoserver once a week because of OutOfMemory errors. I wanted to see if anyone knows of particular configurations that can cause this. Rough statistics of our server: - 6GM

Re: [Geoserver-users] Searching for cause of OutOfMemory exceptions

2011-12-22 Thread Benjamin Mearns
I'm having to restart nightly with many fewer layers/stores configured. Was getting the oom with 2 layers groups with around 5 layers each that were drawing on a single postgis database. My SLDs are pretty complex ... doing a lot of labeling and scale depedencies. Am on a Windows server though,

Re: [Geoserver-users] Searching for cause of OutOfMemory exceptions

2011-12-22 Thread Andrea Aime
On Thu, Dec 22, 2011 at 3:27 PM, Benjamin Mearns mea...@udel.edu wrote: I'm having to restart nightly with many fewer layers/stores configured. Was getting the oom with 2 layers groups with around 5 layers each that were drawing on a single postgis database. My SLDs are pretty complex ...

Re: [Geoserver-users] Searching for cause of OutOfMemory exceptions

2011-12-22 Thread Markus Jackenkroll
Hey, have you checked your tomcat-logs? If it's like this ... java.lang.OutOfMemoryError: PermGen space ..., you should check your tomcat's configuration. Have a look at the catalina.sh of your Tomcat (Linux). In the JAVA_OPTS you have to set ...-XX:PermSize=512m 512 MB is an empirical

Re: [Geoserver-users] Searching for cause of OutOfMemory exceptions

2011-12-22 Thread Rahkonen Jukka
Hi, I have seen sometimes with other programs that the ECW driver from ER Mapper/Leica reserves whole lot of memory for a while. It made OpenJUMP to jam if I had many ECW files open at the same time and I did a lot of panning and zooming. The driver is caching some data for speeding up thing

[Geoserver-users] TIle maps authentication

2011-12-22 Thread Adam 'foo-script' Rakowski
I am curious if GeoServer support any authentication method for tile maps? -- Pozdrawiam AR -- Write once. Port to many. Get the SDK and tools to simplify cross-platform app development. Create new or port existing

Re: [Geoserver-users] Searching for cause of OutOfMemory exceptions

2011-12-22 Thread Jesse Eichar
Thanks for the advice. I am using a build from the 2.1.x branch so it is a very recent version. I think the jmap tool will have to be used.. Problem with that is we now have a system of restarting it so that the OOM doesn't happen. I guess I need to try to reproduce the issue on dev. But it