Re: [Geoserver-users] tomcat crashing on high load

2010-11-12 Thread Andrea Aime
On Fri, Nov 12, 2010 at 11:54 PM, Wolfgang Wasserburger wrote: > Justin, > > > > Andrea told me that most of the memory problems depend on dashed lines; > since I now took all these out, everything is running fine; only the graphic > could be a little bit more advanced, so I’m waiting for the next

Re: [Geoserver-users] tomcat crashing on high load

2010-11-12 Thread Wolfgang Wasserburger
Justin, Andrea told me that most of the memory problems depend on dashed lines; since I now took all these out, everything is running fine; only the graphic could be a little bit more advanced, so I’m waiting for the next stable version, which removes that problem. Greetings from Vienna

Re: [Geoserver-users] WMTS in geoserver

2010-11-12 Thread Arne Kepp
GeoServer doesn't have any native support for WMTS at this point, you can use GeoWebCache (/geoserver/gwc/service/wmts , only support KVP) and configure layers manually (in /gwc/geowebcache.xml) so that they're not really cached. However, this was mostly implemented against one of the last dr

Re: [Geoserver-users] Fwd: Geoserver War Tomcat 6 Mac OS X

2010-11-12 Thread Rodrigo
Hi Justin, I "solved" the problem editing startup.sh script... Just added: export JAVA_OPTS="-Djava.awt.headless=true" rigth after the first line... Then, I restarted tomcat and even with the "servlet api jar not loaded" message in the log, the "Bootstrap" didn't showed up in the dock and the

Re: [Geoserver-users] SLD Label can use two Fields for labeling?

2010-11-12 Thread Flavio Carmo
I´ve tried already á but got this error "org.xml.sax.SAXParseException: The entity "aacute" was referenced, but not declared.". Regards, Flávio Carmo On Fri, Nov 12, 2010 at 13:13, Andrea Aime wrote: > On Fri, Nov 12, 2010 at 3:32 PM, Flavio Carmo > wrote: > > Thanks! > > Worked just fine. No

Re: [Geoserver-users] Geoserver 2.0.2 on port 80

2010-11-12 Thread Justin Deoliveira
Running as root has security implementations and is not really recommended. What you can do on jetty is setuid so that the process is started as root, but then changes to a non privileged user. http://docs.codehaus.org/display/JETTY/port80 -Justin On Fri, Nov 12, 2010 at 8:43 AM, Ian Turton wro

Re: [Geoserver-users] SLD Label can use two Fields for labeling?

2010-11-12 Thread Andrea Aime
On Fri, Nov 12, 2010 at 3:32 PM, Flavio Carmo wrote: > Thanks! > Worked just fine. Now how can i use characters with accents, like "ó","á", > "ã"? The header for the SLD file begins with  encoding="UTF-8"?> but i couldnt use the "á" char, throwing a error of > malformed file. Use a xml escape cod

Re: [Geoserver-users] wms service with arcgis flex api

2010-11-12 Thread Justin Deoliveira
Hi Jose, I am not quite sure what you want to do? You want to find out the url to use to access GeoServer WMS services? I suggest you download geoserver and look at the sample requests that show you a variety of different wms requests including full urls. http://demo.opengeo.org/geoserver/web/?wi

Re: [Geoserver-users] tomcat crashing on high load

2010-11-12 Thread Justin Deoliveira
Hi Wolfgang, What version of geoserver are you using? There are known memory leaks with the WFS subsystem in released versions, but if you grab a recent nightly they should be no longer. Are you using WFS at all? Or just WFS? What are your current memory settings? If you want to do some debuggin

Re: [Geoserver-users] geoserever-mysql-query

2010-11-12 Thread Justin Deoliveira
Hi Paulo, Can you provide more information about the query being send to the server. Not sure what can infer from this form. What does process-spatial-query.php do? If you can install firefox with firebug the best thing to do would be to watch requests being send to the server with firebug and re

Re: [Geoserver-users] WFS datastore does not work

2010-11-12 Thread Justin Deoliveira
Unfortunately the geoserver wfs client is not all that well supported. So i am not surprised to see it have issues with other WFS implementations. That said do you have a full stack trace for the error from the geoserver log? -Justin On Thu, Oct 28, 2010 at 8:12 AM, martin hoegh wrote: > I've

Re: [Geoserver-users] Geoserver environment setup details

2010-11-12 Thread Justin Deoliveira
Hi, Basically the best settings can more or less be found here: http://docs.geoserver.org/stable/en/user/production/index.html As for JDK, JDK 6 is recommended for performance reasons, and also ensure you are using the sun jdk, and not the openjdk that is the default on ubuntu. -Justin On Thu,

Re: [Geoserver-users] Fwd: Geoserver War Tomcat 6 Mac OS X

2010-11-12 Thread Justin Deoliveira
Hi Rodrigo, I have used tomcat with geoserver on mac just fine. WHat is the actual error you are getting. The warning about the servlet api jar is fine and can be ignored. Is there another error? -Justin On Thu, Nov 11, 2010 at 11:18 AM, Rodrigo wrote: > > Rodrigo C. Antonialli > =

Re: [Geoserver-users] Problem with geoserver 2.1 and sql server data store

2010-11-12 Thread Justin Deoliveira
This is a known issue. http://jira.codehaus.org/browse/GEOS-3842 There is a patch sitting there. I will try to get to it soon. However i remember an issue across jdbc driver versions mapping those columns differently. Anwywyas, I suggest you sign up to watch the issue so you can be notified when

[Geoserver-users] Data replication/synchronizaton: replicate geodata using two or more Geoservers???

2010-11-12 Thread Ivan Santiago
Hello all: I was wondering if somebody is using geoserver to implement geodata replication/synchronization more or less the way ESRI does with ArcGIS server. In our case, most of the agencies use arcgis and a very small number of them have arcgis server licenses. Considering the high costs of A

Re: [Geoserver-users] Geoserver 2.0.2 on port 80

2010-11-12 Thread Ian Turton
On Fri, Nov 12, 2010 at 10:17 AM, Ryan Williams wrote: > Hello all, > > Is it possible to run Geoserver 2.0.2 on port 80? > Without using a proxy through apache? > I've installed 2.0.2 using the windows installer and it tells me I can > only use ports 1024 and up (to some large number). > On root

Re: [Geoserver-users] datastore config saving from GUI: dynamic proxy datastore causes ConversionException

2010-11-12 Thread G. Allegri
Deployed nightly build. Seems to work fine now. copied data with no problems... thx, giovanni 2010/11/12 G. Allegri : > Can I mantain my data/workspaces data/styles and data/layergroups? > > 2010/11/12 Andrea Aime : >> On Fri, Nov 12, 2010 at 1:05 PM, G. Allegri wrote: >>> I'm facing a couple of

[Geoserver-users] Geoserver 2.0.2 on port 80

2010-11-12 Thread Ryan Williams
Hello all, Is it possible to run Geoserver 2.0.2 on port 80? Without using a proxy through apache? I've installed 2.0.2 using the windows installer and it tells me I can only use ports 1024 and up (to some large number). I've tried setting the jetty.port default to "80" in the jetty.xml file, a

Re: [Geoserver-users] Raster Styling

2010-11-12 Thread Yurka
Thank you so much. That's exactly what i was looking for. Even more it has the scale decoration. Which was one of the things i needed to create as well. That's great news! David Winslow-5 wrote: > > The WMS Decorations feature in geoserver allows you to embed a static > image > in WMS o

Re: [Geoserver-users] Raster Styling

2010-11-12 Thread David Winslow
The WMS Decorations feature in geoserver allows you to embed a static image in WMS output. Since decorations are selected via a request parameter, you can use them on a subset of your published layers (but you cannot enforce that they are always used for those layers). Here are the docs for the f

Re: [Geoserver-users] SLD Label can use two Fields for labeling?

2010-11-12 Thread Flavio Carmo
Thanks! Worked just fine. Now how can i use characters with accents, like "ó","á", "ã"? The header for the SLD file begins with but i couldnt use the "á" char, throwing a error of malformed file. Regards, Flávio Carmo On Fri, Nov 12, 2010 at 10:30, Andrea Aime wrote: > On Fri, Nov 12, 2010 at

Re: [Geoserver-users] datastore config saving from GUI: dynamic proxy datastore causes ConversionException

2010-11-12 Thread G. Allegri
Can I mantain my data/workspaces data/styles and data/layergroups? 2010/11/12 Andrea Aime : > On Fri, Nov 12, 2010 at 1:05 PM, G. Allegri wrote: >> I'm facing a couple of problems setting up my geoserver, both related >> with configurations savings. >> The first, and major, one is the following e

Re: [Geoserver-users] Problem with optimized and styled label

2010-11-12 Thread Andrea Aime
On Thu, Nov 11, 2010 at 11:02 AM, Madhuri k wrote: > > Hello, > I am new to geoserver and I am willing to develop a map with road network, > landmarks etc. > I am trying to apply styles to the road network in shape file format. When I > applied optimized and styled label ("Optimized and styled lab

Re: [Geoserver-users] SLD Label can use two Fields for labeling?

2010-11-12 Thread Andrea Aime
On Fri, Nov 12, 2010 at 1:27 PM, Flavio Carmo wrote: > Hi, > i couldnt find any similar question, so i came here to ask if a label can > use two fields to get the data from, something like this: >        >          >           FIELD_1+FIELD_2 >          >        > Or use a custom string, like this

Re: [Geoserver-users] datastore config saving from GUI: dynamic proxy datastore causes ConversionException

2010-11-12 Thread Andrea Aime
On Fri, Nov 12, 2010 at 1:05 PM, G. Allegri wrote: > I'm facing a couple of problems setting up my geoserver, both related > with configurations savings. > The first, and major, one is the following exception when reloading a > previously saved postgis store (created within the wiket GUI): > > 201

[Geoserver-users] SLD Label can use two Fields for labeling?

2010-11-12 Thread Flavio Carmo
Hi, i couldnt find any similar question, so i came here to ask if a label can use two fields to get the data from, something like this: FIELD_1+FIELD_2 Or use a custom string, like this: "Zone:"+ZONE_NUMBER Thi

[Geoserver-users] datastore config saving from GUI: dynamic proxy datastore causes ConversionException

2010-11-12 Thread G. Allegri
I'm facing a couple of problems setting up my geoserver, both related with configurations savings. The first, and major, one is the following exception when reloading a previously saved postgis store (created within the wiket GUI): 2010-11-12 12:18:44,779 WARN [org.geoserver] - Failed to load data

Re: [Geoserver-users] Raster Styling

2010-11-12 Thread Frederick Löbig
please ignore... post was pending... Frederick Löbig Röderichstraße 59 60489 Frankfurt am Main --- E:: frederick.loe...@grunsnid.de P: +49 (0) 69 - 78 99 52 41 M: +49 (0) 174 - 70 89 296 --- Office: euNetworks GmbH Ludwig-Landmann-Straße 40560486 Frankfurt am MainP: +49 (0) 69 - 90 554 - 532 E:

Re: [Geoserver-users] Some SLD questions

2010-11-12 Thread Andrea Aime
On Thu, Nov 11, 2010 at 3:31 PM, Dragan Podvezanec wrote: > > > Andrea Aime-5 wrote: >> >> On Thu, Nov 11, 2010 at 11:38 AM, Dragan Podvezanec >> wrote: >>> Although parcel 831 is nowhere on the map, it's label shows up. In fact, >>> label 831 shows up almost everywhere I zoom/pan. I guess this i