[Geoserver-users] List as output of WPS process

2016-11-21 Thread MARTIN, FANNY
Dear all, I would like to have lists as a result of a WPS process. In the GeoserverProcess interface implementation, I have described it as the following: @DescribeResults({ @DescribeResult(name = "output1", description = "output list 1", type=List.class, meta = { "mimeTypes=text/xml" }

Re: [Geoserver-users] Problem with LDAP authentication

2016-11-21 Thread Mauro Bartolomeoli
Hi Ruben, I see that you are setting both the User lookup pattern and the filter. You should probably leave the lookup pattern empty, since they cannot be used together and the first one has precedence. Regards, Mauro 2016-11-16 13:20 GMT+01:00 rubenig : > Hi, > > we are trying to run geoserver

Re: [Geoserver-users] Multi-user WFS service with Geoserver?

2016-11-21 Thread Andrea Aime
Hi, I've tried to reproduce this using a local QGIS 2.18 (that's what I have handy) but could not reproduce, I can edit without problems. More notes inline. On Sat, Nov 19, 2016 at 5:15 PM, Cliff Patterson wrote: > I am unable to secure my Geoserver installation and grant read and/or > write acc

Re: [Geoserver-users] List as output of WPS process

2016-11-21 Thread Andrea Aime
Hi Martin, you just need to write a ProcessParameterIO that can encode objects of type List into some format of your choice. The main issue I see is that list is pretty generic, the actual content of the list is what of needs encoding, so I'd suggest to create first a ListOfFoo extends List type,

Re: [Geoserver-users] Fwd: Unable to create postgis database

2016-11-21 Thread Ian Turton
Is you postgis instance at localhost and on port 5432 and set to use an MD5 password? Ian On 21 November 2016 at 06:44, Gila J Burton-Curl wrote: > > > > Can you help me with this error: > > Error creating data store, check the parameters. Error message: Unable to > obtain connection: Cannot

[Geoserver-users] Windbarbs not working in geoserver 2.9.2

2016-11-21 Thread Devin Eyre
We had them working in version 2.9.0. We installed 2.9.2 on a new server (Ubuntu 16.04), and they haven't worked on this server. Is there a plugin that's required to make these work? Below is the error from geoserver's log: ERROR [geoserver.ows] - java.lang.IllegalArgumentException: The spec

Re: [Geoserver-users] Fwd: Unable to create postgis database

2016-11-21 Thread Simone Giannecchini
Ciao Gila, check this part of the message: Connection to localhost:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections GeoServer is having troubles connecting to your DBMS. Check the connection params. Regards, Simone Giannecchini ==

[Geoserver-users] SSL Module Not Found

2016-11-21 Thread Clifford Snow
I'm getting a warning starting geoserver that a ssl module was not found. How does one add a ssl module? Thanks, Clifford -- @osm_seattle osm_seattle.snowandsnow.us OpenStreetMap: Maps with a human touch -- _

Re: [Geoserver-users] SSL Module Not Found

2016-11-21 Thread Jim Hughes
Hi Clifford, Are you seeing this warning when using the Jetty quickstart? Generally, I view that deployment option as a way to see things work fast; for a production deployment, you might need to invest in using Tomcat or Wildfly, etc. Cheers, Jim On 11/21/2016 02:39 PM, Clifford Snow wrot

Re: [Geoserver-users] SSL Module Not Found

2016-11-21 Thread Clifford Snow
On Mon, Nov 21, 2016 at 12:19 PM, Jim Hughes wrote: > Are you seeing this warning when using the Jetty quickstart? Generally, I > view that deployment option as a way to see things work fast; for a > production deployment, you might need to invest in using Tomcat or Wildfly, > etc. Jim, You ar

Re: [Geoserver-users] SSL Module Not Found

2016-11-21 Thread Jim Hughes
Hi Clifford, I'd imagine it would; if I recall, the warning is from Jetty. Cheers, Jim On 11/21/2016 03:50 PM, Clifford Snow wrote: On Mon, Nov 21, 2016 at 12:19 PM, Jim Hughes > wrote: Are you seeing this warning when using the Jetty quickstart? Generally, I