Re: [Geoserver-users] Fwd: Out of memory error on startup for trunk Geoserver + jmap histo

2012-08-24 Thread Andrea Aime
On Fri, Aug 24, 2012 at 8:41 PM, Garey Mills wrote: > Here is the jmap histogram run after tomcat is started. > > > [tcatmgr2@dlab-gis bin]$ jmap -histo:live 14521 | head -25 > > num #instances #bytes class name > -- >1: 1778378

Re: [Geoserver-users] Fwd: Out of memory error on startup for trunk Geoserver + jmap histo

2012-08-24 Thread Michael Romero
Try increasing your max heap size: -Xmx1024M Michael On 08/24/2012 11:41 AM, Garey Mills wrote: Here is the jmap histogram run after tomcat is started. [tcatmgr2@dlab-gis bin]$ jmap -histo:live 14521 | head -25 num #instances #bytes class name

[Geoserver-users] Fwd: Out of memory error on startup for trunk Geoserver + jmap histo

2012-08-24 Thread Garey Mills
Here is the jmap histogram run after tomcat is started. [tcatmgr2@dlab-gis bin]$ jmap -histo:live 14521 | head -25 num #instances #bytes class name -- 1: 1778378 120016288 [C 2: 1786752 57176064 java.lang.S

[Geoserver-users] Out of memory error on startup for trunk Geoserver

2012-08-24 Thread Garey Mills
Hi - I am running RHEL6 64 bit, Sun JVM jdk1.6.0_26, apache-tomcat-7.0.29 and geoserver-master downloaded today. I am passing these arguments to the JVM CATALINA_OPTS='-server -Xmx512M -Xms48m -XX:MaxPermSize=1024m' geoserver is the only app loaded in Tomcat (besides the stuff it comes w

[Geoserver-users] GeoServer & X.509 authentication

2012-08-24 Thread Guntu, Ashok (IS) (Contr)
All, I am using Geoserver 2.1.4. I want to use the X.509 authentication instead of using the current ACL based security. What needs to be done. Is it more of a configuration issue or do I need to do something more that. If anyone has done this before, input is appreciated. Thanks Ashok -

[Geoserver-users] (no subject)

2012-08-24 Thread Charlie Cacici
I am in the process of establishing a new carbon credit registry and have started investigating my options in regard to what is available for obtaining and intepreting satellite imagery. Initially, there will be REDD projects deposited int he registry. These projects are forestry in nature. At some

[Geoserver-users] Query regarding geoserver applications

2012-08-24 Thread Rahul Bhadauriya
Hi, I am a java developer and wants to use the geoserver for my GIS database. i wants to calculates the distance between the points and show a path on map but i am not getting how to do this. can any one share how to do this using J2EE. The user request will come from JSP/Servlet.   Best Regar

Re: [Geoserver-users] Geoserver web page encoding

2012-08-24 Thread Andrea Aime
On Fri, Aug 24, 2012 at 9:58 AM, Michal Zimmermann wrote: > Hi, > I'm running geoserver with some web pages in data_dir/www. These pages > are encoded in cp1250, but when I load them using geoserver > (localhost:8080/geoserver/www) they are encoded or they behave as they > were encoded in utf-8. A

Re: [Geoserver-users] 5 seconds to render 130, 000 points -typical GeoServer WMS performance?

2012-08-24 Thread Andrea Aime
On Mon, Aug 20, 2012 at 10:45 AM, Andrea Aime wrote: > Shapefile: 0.35s > PostGIS with prepared statements: 4.5s > PostGIS without prepared statements: 4.5s > Oracle XE: 6.3s > Quick followup here. Applied David's fix for the fetch size, it helps: XE, f.s. 1000: 4.9s XE, f.s. 5000: 4.5s So yeah,

[Geoserver-users] Geoserver web page encoding

2012-08-24 Thread Michal Zimmermann
Hi, I'm running geoserver with some web pages in data_dir/www. These pages are encoded in cp1250, but when I load them using geoserver (localhost:8080/geoserver/www) they are encoded or they behave as they were encoded in utf-8. As a result i get tons of question marks instead of real letters. I am