Re: [Geoserver-users] NoSuchAuthorityCodeException

2018-02-08 Thread Phil Scadden
Also getting this in the log file when I attempt to create the layer with geopackage: 2018-02-09 11:29:41,550 ERROR [geoserver.rest] - Service for workspace gns does not exist 2018-02-09 11:29:41,550 ERROR [geoserver.rest] - org.geoserver.rest.RestletException at org.geoserver.se

[Geoserver-users] geoserver rest api slow response times

2018-02-08 Thread jgzurano
Hi, we have a geoserver cluster on amazon ec2 with this specs: m5.2xlarge instances 8 vcpu 32gb mem ssd storage 10 gbit network geoserver version 2.11.4 with jetty JAVA_OPTS=-server -Xms10g -Xmx10g -XX:+UseG1GC -XX:NewRatio=2 data directory: 455707 layers 143625 Stores 12810 styles 1 workspace

[Geoserver-users] NoSuchAuthorityCodeException

2018-02-08 Thread Phil Scadden
I have a layer in Postgis that is not drawing (including a blank preview). All that shows up in the logs is: 2018-02-09 08:58:37,633 WARN [wms.map] - Failed to determine CRS axis order, assuming is EN org.opengis.referencing.NoSuchAuthorityCodeException: No code "CRS:GC,DEF,CRS,EPSG,2193" from

Re: [Geoserver-users] Image Coverage Band Details

2018-02-08 Thread Julierme Pinheiro
Hi Jukka Rahkonen, I got the problem solved. Thanks to Mr. Bovermyer. In my case, the pixel value 255 for each band was causing me a headache. So, I solved the issue using gdalwarp funct

[Geoserver-users] How to update/delete postgis tables via REST

2018-02-08 Thread João Afonso
Hello.. When using REST API to create a new feature type via POST command, to a given datastore properly set to postgres/postgis, geoserver successfully creates the table. I pretend to update the attributes/table of objects and do the corresponding update to postgis table. To do so, I use a PUT req

[Geoserver-users] How to update/delete postgis tables via REST

2018-02-08 Thread viriato
Hello.. When using REST API to create a new feature type via POST command, to a given datastore properly set to postgres/postgis, geoserver successfully creates the table. I pretend to update the attributes/table of objects and do the corresponding update to postgis table. To do so, I use a PUT req

Re: [Geoserver-users] Backup & Restore extension

2018-02-08 Thread Rene
Hello Alessio Thanks for your response. Here is the stacktrace: SEVERE:org.springframework.batch.core.UnexpectedJobExecutionException: Exception occurred while storing GeoServer globals and services settings! java.util.concurrent.ExecutionException: org.springframework.batch.core.UnexpectedJobExec

Re: [Geoserver-users] Backup & Restore extension

2018-02-08 Thread Alessio Fabiani
Hello Rene, can you go to the log console of the executed Backup, increment the log detail level by at least 1 and refresh? You should be able to get the stacktrace. Would be good if you can send it to me. Regards, Alessio Fabiani == GeoServer Professional Services from the experts! Visit http:

Re: [Geoserver-users] GeoServer 2.12.1 MSSQL non jndi connection

2018-02-08 Thread bradh
How did you install the extension? In particular, did you add the JDBC files from Microsoft as described in http://docs.geoserver.org/stable/en/user/data/database/sqlserver.html#sqlser ver-install ? I'm not very familiar with this setup - most people use Linux and Postgresql. If that is an opti