[Geoserver-users] Geoserver's Service Footprint

2015-05-11 Thread Alper Dinçer
Hi, I'm just wondering that is there any way to learn if a WMS is serving from GeoServer if the service is behind the proxy? Is there any footprint in the service to detect it is serving fro GeoServer? Best. A. -- One da

Re: [Geoserver-users] [ExternalEmail] Re: GeoServer app-schema: No FID expression found for type

2015-05-11 Thread Bruce.Simons
Hi Victor, The FID error results on a getFeature & featureID = 'gml:id'. The same specific feature instance request will sometimes return a valid response and sometimes the FID error. When it works, any feature or maxFeatures requests work. When it doesn't work any request on that featureType fa

Re: [Geoserver-users] [ExternalEmail] Re: GeoServer app-schema: No FID expression found for type

2015-05-11 Thread Ben Caradoc-Davies
Victor, I think that at this point the implementation might still be walking the mappings and has not yet tried to access the rows. I suspect a concurrency-related corruption that affects namespaces. Kind regards, Ben. On 12/05/15 12:53, victor@csiro.au wrote: > It may be possible that a s

Re: [Geoserver-users] [ExternalEmail] Re: GeoServer app-schema: No FID expression found for type

2015-05-11 Thread Victor.Tey
Hi Bruce, It may be possible that a specific row of record in the database really is missing an ID? You can try doing a maxfeature to test if it occurs on 1 - 10 than 50 etc -Original Message- From: bruce.sim...@csiro.au [mailto:bruce.sim...@csiro.au] Sent: Tuesday, 12 May 2015 7:33

Re: [Geoserver-users] Geoserver Webmaping with Netbeans

2015-05-11 Thread Phil Scadden
> > The notes in any case are for those that want to develop GeoServer > itself, not for those working on top of it (that said, if anybody on > the list I do my web app development in Netbeans, but usually have geoserver installed for production on a different server, and just use it to serve

Re: [Geoserver-users] GeoServer app-schema: No FID expression found for type

2015-05-11 Thread Bruce.Simons
Thanks Ben, The error is intermittent in that stopping and starting GeoServer may reproduce the error. However, once the error occurs, any request for that feature results in the error. So the error logs can be readily viewed, but don't seem to be informative. I'll see if I can find someone to

Re: [Geoserver-users] GeoServer app-schema: No FID expression found for type

2015-05-11 Thread Ben Caradoc-Davies
Bruce, this is a nasty one as it is intermittent. The first step has to be reproducing the failure. I suggest running a shell script that makes a hundred or so concurrent requests against a test GeoServer instance using curl: #!/bin/bash i=0 while(($i<100)) do curl 'http://localhost:8080/geos

Re: [Geoserver-users] WG: ImageMosaicJDBC problem: geoserver stop waiting before postgres send the raster information

2015-05-11 Thread Christian Mueller
Hi Andre No need for imagemosaic jdbc If you serve your image data from one big geotiff. Geoserver can handle geotiff files directly. Cheers Christian On Fri, May 8, 2015 at 9:33 AM, Mende, Andre < andre.me...@landkreis-zwickau.de> wrote: > Hi Christian, > > > > i have tested it, but i am not a

Re: [Geoserver-users] Geoserver Configuration Eclipse

2015-05-11 Thread Christian Mueller
Hi Please stay on the mailing list, normally I do not answer private questions. Look here http://docs.geoserver.org/latest/en/developer/eclipse-guide/ Cheers Christian On Sat, May 9, 2015 at 2:01 AM, ELKHATTABI Imane wrote: > Hello Christian, > > I came across your coments on the Geoserver m

Re: [Geoserver-users] User login via PostGreSQL

2015-05-11 Thread Lorenzo Natali
Hi, can you send a list of the steps you followed to setup the users? By default GeoServer uses users stored internally, not on the database. So maybe you missed some steps. 2015-05-08 18:39 GMT+02:00 Bahumut5 : > Greetings all, > > I've only recently started working with GeoServer and have no