Re: [Geoserver-users] WPS async in a clustered environment

2017-10-23 Thread bradh
Is it possible some of your VMs do not have the same configuration (e.g. no WPS or no Hazelcast clustering, or differing cluster configuration)? Also interesting that NITES is using GeoServer. Brad From: Bessette-Halsema, Dominique E [mailto:dominique.besse...@gdit.com] Sent: Tuesday,

Re: [Geoserver-users] WPS async in a clustered environment

2017-10-23 Thread Bessette-Halsema, Dominique E
Actually i think that error was a fluke. I'm seeing error which is what i see in the browser as well 23:19:26,413 [nites-vm-10.sd.spawar.navy.mil] INFO [org.geoserver.flow] (http-0.0.0.0:8443-10) Request [WPS 1.0.0 GetExecutionStatus] starting, processing through flow controllers

Re: [Geoserver-users] WPS async in a clustered environment

2017-10-23 Thread Bessette-Halsema, Dominique E
The following error appears in the logs. 23:04:56,540 [nites-vm-11.sd.spawar.navy.mil] INFO [org.geoserver.filters] (http-0.0.0.0:8443-5) 128.49.5.238 "GET /geoserver/ows?service=WPS=1.0.0=ProcessStatusStore=f1f18d30-a130-4578-98ef-1070154c9576" "Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0)

Re: [Geoserver-users] WPS async in a clustered environment

2017-10-23 Thread Bessette-Halsema, Dominique E
I'm currently testing in our cluster configuration with the hazelcast.xml file that was mentioned in the documentation url below. I can only get a response if i'm proxied to the GeoServer that ran the process. Its probably our clustering configuration, but I was wondering if I'm missing

Re: [Geoserver-users] encodeIfEmpty with string values length zero

2017-10-23 Thread Ben Caradoc-Davies
Thanks, Gavin. Kind regards, Ben. On 24/10/17 10:21, Gavin Medley wrote: Bug report filed: https://osgeo-org.atlassian.net/browse/GEOS-8362 On Fri, Oct 20, 2017 at 3:24 PM, Ben Caradoc-Davies wrote: Gavin, that is interesting. I suspect that this situation was not

Re: [Geoserver-users] Error with view from MSSQL

2017-10-23 Thread Ben Caradoc-Davies
Chris, your stack trace ends with a security-related SQLServerException: Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: The server principal "GISWebServer" is not able to access the database "LeaseControl160" under the current security context. Kind regards, Ben. On 23/10/17

Re: [Geoserver-users] encodeIfEmpty with string values length zero

2017-10-23 Thread Gavin Medley
Bug report filed: https://osgeo-org.atlassian.net/browse/GEOS-8362 On Fri, Oct 20, 2017 at 3:24 PM, Ben Caradoc-Davies wrote: > Gavin, > > that is interesting. I suspect that this situation was not anticipated > (only nulls). Please file a bug report. > > Workarounds are to

Re: [Geoserver-users] GML Striping and App Schema

2017-10-23 Thread Gavin Medley
Hi Andrea, I'm running a recent install of 2.12.0 -Gavin On Mon, Oct 23, 2017 at 11:45 AM, Andrea Aime wrote: > Gavin, > one question, which version of GeoServer are you using? > Looked through the posts and could not see it. > > Cheers > Andrea > > On Fri, Oct

Re: [Geoserver-users] Buffer error

2017-10-23 Thread Rahkonen Jukka (MML)
Hi, I believe that Web Mercator, which is EPSG:3857 http://epsg-registry.org/export.htm?wkt=urn:ogc:def:crs:EPSG::3857, almost preserves the angles and therefore shapes (

Re: [Geoserver-users] Buffer error

2017-10-23 Thread Alexandre Barboza
Then your map is distorted, Google maps uses EPSG:3587 (or epsg:900913 if you are using old terms) and that is a web Mercator projection which has an increasing E-W distortion as you move away from the equator. The other possible issue is that depending on how you projected your point into a

Re: [Geoserver-users] GML Striping and App Schema

2017-10-23 Thread Andrea Aime
Gavin, one question, which version of GeoServer are you using? Looked through the posts and could not see it. Cheers Andrea On Fri, Oct 20, 2017 at 7:38 PM, Gavin Medley wrote: > Hi, > > I understand that App Schema enforces GML striping, i.e. “complex types > are never the

[Geoserver-users] GeoServer 2.11.3 released

2017-10-23 Thread Andrea Aime
Hi, the first maintenance release of the 2.11.x series is out (while stable switched to 2.12.0). Read all about it in our blog post here: http://blog.geoserver.org/2017/10/23/geoserver-2-11-3-released/ Regards, Andrea Aime == GeoServer Professional Services from the experts! Visit

[Geoserver-users] ENC: Buffer error

2017-10-23 Thread Alexandre Barboza
De: Alexandre Barboza Enviado: segunda-feira, 23 de outubro de 2017 14:29 Para: Ian Turton Assunto: RE: [Geoserver-users] Buffer error Hi Ian! Thanks again for the quick reply! We think about its answer. When we publish the Layer using EPSG 4326, the buffer

Re: [Geoserver-users] WPS async in a clustered environment

2017-10-23 Thread Andrea Aime
Hi, a bit of both, the final responses are read from shared file system, but for the interum you need a clustering WPS status storage, see: http://docs.geoserver.org/stable/en/user/services/wps/hazelcast-clustering.html There is also a database based status storage as a community module, but I

[Geoserver-users] WPS async in a clustered environment

2017-10-23 Thread Bessette-Halsema, Dominique E
Hello Has anyone tested the WPS asynchronous calls in a clustered environment with several GeoServers? Does the async call need to hit the same GeoServer or does it read off the file in the GEOSERVER_DATA_DIR/tmp/ directory? Dominique Bessette Software Engineer General Dynamics

Re: [Geoserver-users] Buffer error

2017-10-23 Thread Ian Turton
Then your map is distorted, Google maps uses EPSG:3587 (or epsg:900913 if you are using old terms) and that is a web Mercator projection which has an increasing E-W distortion as you move away from the equator. The other possible issue is that depending on how you projected your point into a local

Re: [Geoserver-users] wps async json response

2017-10-23 Thread Andrea Aime
Hi, no, not possible. As far as I know the WPS specification does not have a notion of response encoding for the status response itself (as opposed to the process execution results). That said, I guess it could be added as a vendor extension if someone is interested enough to invest on it:

[Geoserver-users] wps async json response

2017-10-23 Thread Bessette-Halsema, Dominique E
Hello! Is it possible to get a json response instead of xml for the wps asynchronous calls? Thanks Dominique Bessette -- Check out the vibrant tech community on one of the world's most engaging tech sites,

Re: [Geoserver-users] GML Striping and App Schema

2017-10-23 Thread Nuno Oliveira
Hi Ben and Gavin, The XMl encoder was relaxed to support this use cases: https://github.com/geoserver/geoserver/commit/6d110bbf03db683f8a5c59c566bb75d4d1db So not sure why it is not working, Galvin can you share with us the XML element that is including the GnssReceiver element and the

[Geoserver-users] geoserver dpi parameter ignored

2017-10-23 Thread Diego Fdez
Dear all, I'm trying to rendern a high resolution image with geoserver, but I alway obtain 1 dpi and not what I specify under "format_options=dpi:". I have seen that I'm not the first with this problem, but I haven't found an answer that make me understand what's going on. I would really

[Geoserver-users] Error with view from MSSQL

2017-10-23 Thread Franklin, Chris - Perth
Hi, I have a base table in MS SQL in 4326 that I can publish in Windwos GeoServer (2.7.4), I also have a view running of that table pulling the most recent shapes for land boundaries, but this wont publish, it throws this error and cant find the SRID for that view - I have checked for invalid