Re: [Geoserver-users] Geoserver REST Reload with POST Request Returns ERROR 401 Full authentication is required to access this resource despite using admin user

2018-01-25 Thread Nuno Oliveira
Hi, Just did a quick test with a GeoServer 2.11.2 running inside a tomcat instance and everything worked as expected: curl -u 'admin:geoserver' -v --data-urlencode -POST http://localhost:8080/geoserver/rest/reload *   Trying 127.0.0.1... * Connected to localhost (127.0.0.1) port

Re: [Geoserver-users] Using MongoDB as source with collection filter

2018-01-25 Thread Nuno Oliveira
Hi, When publishing a layer you can restrict which features will show up in the layer using a CQL filter, this is not specific to MongoDB store and as far as I know there is not specific mechanism for MongoDB ... but I may be wrong:

[Geoserver-users] WPS cluster hazelcast

2018-01-25 Thread Rogers, David
Hello, I have a cluster of GeoServers up and running with hazelcast. I have recently run into a problem with WPS status sharing. After looking around, I've found that WPS status sharing requires a special module

[Geoserver-users] Using MongoDB as source with collection filter

2018-01-25 Thread Gabriel Vatin
Hi all, I use MongDB 3.4 as data source with geometries inside a collection, and GeoServer 2.9 from Boundless Suite 4.9.1. I tried matching my collection to a layer, which is ok with a JSON schema mapping. Now my problem is : I would like to filter these features based on a Mongo key, to

Re: [Geoserver-users] Failed to Add Raster Data Source

2018-01-25 Thread Kris Johnson
Hi Daniele, Here is the error: Could not list layers for this store, an error occurred retrieving them: Failed to create reader from file:///var/local/lidar/Statewide_NWI_LiDAR Derived_Data_Layers/DEM_3m_Statewide/DEM_Statewide_3m1.tif and hints Hints: EXECUTOR_SERVICE =

Re: [Geoserver-users] netCDF ImageMosaic: Schema does not exist

2018-01-25 Thread Daniel Baston
Hi Daniele, I added a datastore.properties file specifying a Postgres database, and everything worked as expected. Thank you! So does the ImageMosaic plugin not support shapefile indices when the granules are in netCDF format? Thanks, Dan On Thu, Jan 25, 2018 at 3:27 AM, Daniele Romagnoli <

Re: [Geoserver-users] GeoServer >=2.11 not starting with SecurityManager on Tomcat

2018-01-25 Thread Stefan.Mueller
Hi Andrea, thank you for this information! So I will open a ticket. Just for information how we run into this situation. We normally use Version 2.10 but we have a poor image quality on a new layer and the order to fix it quickly. We found out, that only a new GeoServer Version with an old

Re: [Geoserver-users] GeoServer >=2.11 not starting with SecurityManager on Tomcat

2018-01-25 Thread Andrea Aime
Hi, comments inline. On Wed, Jan 24, 2018 at 4:40 PM, wrote: > Caused by: java.security.AccessControlException: access denied > ("java.io.FilePermission" "Q:\Programme2\Apache Software Foundation\Tomcat >

Re: [Geoserver-users] netCDF ImageMosaic: Schema does not exist

2018-01-25 Thread Daniele Romagnoli
Hi Dan, did you also setup the datastore.properties to have the imageMosaic index stored on postgres database? Cheers, Daniele On Wed, Jan 24, 2018 at 10:12 PM, Daniel Baston wrote: > Hi, > > I'm working with GeoServer 2.12.1/GeoTools 18.1 and struggling to set up a >

[Geoserver-users] Geoserver REST Reload with POST Request Returns ERROR 401 Full authentication is required to access this resource despite using admin user

2018-01-25 Thread Steve Omondi
Hey guys, I'm trying to reload Geoserver configuration via a POST Request using CURL Utility but it fails with the following error; administrator@host:/media/config$ curl -u "admin:password" -v --data-urlencode -POST http://host:8380/geoserver/rest/reload * Trying 127.0.1.1... * Connected to