Re: [Geoserver-users] Geoserver 2.1.3 and Jboss 5.2

2012-07-05 Thread Gregorio Muñoz
I think you should set the parameters DGWC_DISKQUOTA_DISABLED=true and DGWC_METASTORE_DISABLED=true when you start the server On Thu, Jul 5, 2012 at 7:41 PM, Guntu, Ashok (IS) (Contr) < ashok.gu...@ngc.com> wrote: > Was able to solve this problem using the information provided here. > However, s

Re: [Geoserver-users] possible bug in app-schema module for non-feature elements

2012-07-05 Thread Ben Caradoc-Davies
Allesandro, the mappingName tag was introduced for this use case, to allow multiply-defined non-feature types to each have a unique internal name so chaining is unambiguous: http://docs.geoserver.org/latest/en/user/data/app-schema/feature-chaining.html#multiple-mappings-of-the-same-type http://d

Re: [Geoserver-users] Clustering Geoserver

2012-07-05 Thread Luca Morandini
On 07/06/2012 12:39 AM, Hugo wrote: > Hi Andreas, > > I have tried your suggestions and they work fine. However, it is still > possible to > make changes via post requests. By "post requests" you mean the admin ReST interface ? If so, that can be disabled easily by dropping the relevant JAR. Re

Re: [Geoserver-users] How to update existing Imagepyramid

2012-07-05 Thread Gordon Keith
On Thu, 5 Jul 2012 10:21:54 PM Casper Børgesen wrote: > I have an existing ImagePyramid in GeoServer 2.1.4 (but I can use 2.2 if > that helps). > > If it is possible, how can I update the pyramid (add new tiles) without > deleting and re-creating the ImagePyramid store each time? I do it by runni

Re: [Geoserver-users] Geoserver 2.1.3 and Jboss 5.2

2012-07-05 Thread Guntu, Ashok (IS) (Contr)
Was able to solve this problem using the information provided here. However, still wondering how to utilize the webCache functionality if we have to? From: Guntu, Ashok (IS) (Contr) Sent: Thursday, July 05, 2012 11:58 AM To: geoserver-users@lists.sourceforge.net Subject: Geoserver 2.1.3 and Jbos

Re: [Geoserver-users] Points drawing in wrong location when bbox crosses dateline

2012-07-05 Thread Joshua M. Thompson
> Can you open a ticket on jira.codehaus.org? If you could also attach the > dataset > and style it would help making sure what you see really gets fixed. http://jira.codehaus.org/browse/GEOS-5213 I took some time this morning to reproduce the problem on my personal machine using fresh Geoserver

[Geoserver-users] Geoserver 2.1.3 and Jboss 5.2

2012-07-05 Thread Guntu, Ashok (IS) (Contr)
Hello Trying to install geoserver 2.1.3/2.1.4 on Jboss 5.2 and get the below error. When I installed Geoserver 2.1.3 on Jboss 4.x version a few months back, geoserver admin interface worked like a charm. Now I am getting the below error. I have tried deleting the following jars from geoserv

Re: [Geoserver-users] Rest Examples

2012-07-05 Thread Alessio Fabiani
http://code.google.com/p/geoserver-manager/ Regards, Alessio. --- Ing. Alessio Fabiani Founder / CTO GeoSolutions S.A.S. GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: (+39) 0584 96.23.13 fax: (+39

[Geoserver-users] Rest Examples

2012-07-05 Thread Guntu, Ashok (IS) (Contr)
Hello We need to programmatically be able to create layers in geoserver. Based on the documentation, looks like Geoserver offers rest services to do that. There are no examples as to how this works in Java. If anybody can provide some insight into this, that will be great. Thanks Ashok

Re: [Geoserver-users] possible reasons for "does not have a properly configured datastore"-error

2012-07-05 Thread Max Stephan
Hi Andrea, Thank you for the quick response. But why are some layers based on the same datastore available and working properly then, some not? And how could a datastore based on spatial files on the harddrive be unavailable while the others that rely on the same folder are unavailable. Is ther

Re: [Geoserver-users] Points drawing in wrong location when bbox crosses dateline

2012-07-05 Thread Joshua M. Thompson
On Wed, Jul 4, 2012 at 3:31 AM, Andrea Aime wrote: > Ah, point symbolizer used over polygon data? Legit but weird, not surprised > there > might be issues in such case. > > Can you open a ticket on jira.codehaus.org? If you could also attach the > dataset > and style it would help making sure what

Re: [Geoserver-users] Clustering Geoserver

2012-07-05 Thread Hugo
Hi Andreas, I have tried your suggestions and they work fine. However, it is still possible to make changes via post requests. So my question would be, is it possible to completely disable these type of things in the slave geoserver so that, only the master could manage things? I ask this because

Re: [Geoserver-users] 405, FTL and REST delete of SLD

2012-07-05 Thread Andrea Aime
On Thu, Jul 5, 2012 at 4:18 PM, David Winslow wrote: > FTL is the template language we use to generate HTML output in several > places in GeoServer, including the REST API. If you are seeing FTL errors > in the REST API it is a bug in GeoServer and a JIRA report would be > appreciated. > With

Re: [Geoserver-users] Native JAI not working

2012-07-05 Thread Benjamin Mearns
Glad to hear it, Michael! I don't remember needing to set any parameters via Tomcat manager or in any files ... just directly in my Windows environment variables: These are the three related to Java or Geoserver that I had set (included the values just for example). BTW, I didn't see anything on

Re: [Geoserver-users] 405, FTL and REST delete of SLD

2012-07-05 Thread David Winslow
FTL is the template language we use to generate HTML output in several places in GeoServer, including the REST API. If you are seeing FTL errors in the REST API it is a bug in GeoServer and a JIRA report would be appreciated. -- David Winslow OpenGeo - http://opengeo.org/ On Thu, Jul 5, 2012 at

[Geoserver-users] possible bug in app-schema module for non-feature elements

2012-07-05 Thread alessandro marrone
Hello I'm facing some problems using tags for non-feature objects if I use it for one feature I have no problems, but if I have two feature types that include the same non-feature type, I obtain this messagge: Error occurred getting features Duplicate mappingName or targetElement across Feature

[Geoserver-users] How to update existing Imagepyramid

2012-07-05 Thread CABO
I have an existing ImagePyramid in GeoServer 2.1.4 (but I can use 2.2 if that helps). If it is possible, how can I update the pyramid (add new tiles) without deleting and re-creating the ImagePyramid store each time? Regards Casper ---

Re: [Geoserver-users] possible reasons for "does not have a properly configured datastore"-error

2012-07-05 Thread Andrea Aime
On Thu, Jul 5, 2012 at 12:35 PM, Max Stephan wrote: > Hello list, > > on our 2.1.3.-geoserver we recently got problems with the layers based on > one specific datastore (which is a directory of spatial files). We didn´t > apply any obvious changes to the layers based on this store (apart from > a

Re: [Geoserver-users] Clustering Geoserver

2012-07-05 Thread Andrea Aime
On Thu, Jul 5, 2012 at 11:17 AM, Hugo wrote: > Hello all, > > Is it possible to disable publishing capabilities of a geoserver instance? > I mean, disabling all the options of publishing new layers, new styles, and > anything that changes data directory? > My scenario is like the following: i hav

[Geoserver-users] possible reasons for "does not have a properly configured datastore"-error

2012-07-05 Thread Max Stephan
Hello list, on our 2.1.3.-geoserver we recently got problems with the layers based on one specific datastore (which is a directory of spatial files). We didn´t apply any obvious changes to the layers based on this store (apart from activating and deactivating a few layers a few weeks ago). Follow

[Geoserver-users] 405, FTL and REST delete of SLD

2012-07-05 Thread Martijn Coenen
Hello, We are using REST to DELETE style information from Geoserver. It works very well except on one implementation at one of our customers. A DELETE request returns a 405 error. Normally this would be a MIME-type issue, but in this case the mime types are just fine. The setup is: IIS 7, Geose

[Geoserver-users] Clustering Geoserver

2012-07-05 Thread Hugo
Hello all, Is it possible to disable publishing capabilities of a geoserver instance? I mean, disabling all the options of publishing new layers, new styles, and anything that changes data directory? My scenario is like the following: i have a Master Geoserver with a shared directoty with 2 slaves