[Geoserver-devel] [JIRA] (GEOS-7807) Blank Dialog Boxes

2016-10-21 Thread Itamar Gal (JIRA)
Title: Message Title Itamar Gal created an

Re: [Geoserver-devel] Trouble adding coverage through REST

2016-10-21 Thread Ellis, Scott
Thanks a lot for taking a look. Can you reproduce the issue? The problem is at: org.geoserver.catalog.CatalogBuilder.java:989 cinfo.setNativeCoverageName(coverageName); Because coverageName is null in this case. I found I can at least work around the 500 Server Error by changing the REST call

Re: [Geoserver-devel] Trouble adding coverage through REST

2016-10-21 Thread Bryan Moore
Scott, Sorry yes. I got a bit mixed up between your step 1 and step 2. Let me look at it again. Bryan On 10/21/16 1:56 PM, Ellis, Scott wrote: Actually, POST on coverages is supposed to create a new coverage: From: http://docs.geoserver.org/stable/en/user/rest/api/coverages.html /w

Re: [Geoserver-devel] Trouble adding coverage through REST

2016-10-21 Thread Ellis, Scott
Actually, POST on coverages is supposed to create a new coverage: From: http://docs.geoserver.org/stable/en/user/rest/api/coverages.html /workspaces//coveragestores//coverages[.] Controls all coverages in a given coverage store and workspace. Method Action Status code Formats Default Format

Re: [Geoserver-devel] Generating GeoPackage with GeoServer

2016-10-21 Thread Andrea Aime
Hi Bryan, just a wild guess here, it might be because the bbox you put in the request is so much larger than the data, causing empty tiles to be generated. What if you use a bbox actually matching the data on bbox, which you can pick in the WMS capabilities documents? Cheers Andrea On Fri, Oct 2

Re: [Geoserver-devel] Generating GeoPackage with GeoServer

2016-10-21 Thread Bryan Moore
I was hoping that I was just doing something silly that could be easily corrected. If nothing turns up then I guess digging into code is the next step. Meantime attached are files containing the failing XML, the stacktrace, and the command + output. Thanks, Bryan On 10/21/16 1:33 PM, A

Re: [Geoserver-devel] Trouble adding coverage through REST

2016-10-21 Thread Bryan Moore
Scott, However, the second step of adding the coverage, e.g.: curl -X POST -u admin:geoserver -H "Content-Type: application/json" -d '{ "coverage": { "name": "rest_test_01" } } ' "http://myhost:8080/geoserver/rest/workspaces/test/coveragestores/rest_test_01/coverages.json";

Re: [Geoserver-devel] Generating GeoPackage with GeoServer

2016-10-21 Thread Andrea Aime
Hi Bryan, the GeoServer geopackage module is currently unsupported, so the best answer to your question likely lies in fixing the code. That said, share a request that _does not_ work, and the GeoServer logs of the failure (from its log file, the full stack trace), that might give us some clue as

[Geoserver-devel] Generating GeoPackage with GeoServer

2016-10-21 Thread Bryan Moore
I can successfully generate a GeoPackage file from the "nurc:Arc_Sample" layer included with GeoServer but the other raster layers (nurc:Pk50095, nurc:mosaic, nurc:Img_Sample, sf:sfdem) fail. Environment: GeoServer v. 2.9.1, With WPS and GeoPackage extensions installed. (geoserver-2.9-SNAPSHOT

[Geoserver-devel] Trouble adding coverage through REST

2016-10-21 Thread Ellis, Scott
Hi All, I am trying to add a coveragestore and then a coverage using REST on GeoServer 2.9.1. Adding the coveragestore works fine with the following cURL call: curl -X POST -u admin:geoserver -H "Content-Type: application/json" -d ' { "coverageStore": { "name": "rest_test_01", "enable

[Geoserver-devel] Jenkins build is back to normal : GeoServer-Master #3205

2016-10-21 Thread winbuild
See -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot ___

[Geoserver-devel] Build failed in Jenkins: GeoServer-Master #3204

2016-10-21 Thread winbuild
See Changes: [andrea.aime] Fixing build -- [...truncated 80661 lines...] [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving disabled [JENKINS] Archiving

[Geoserver-devel] Jenkins build is back to normal : GeoServer-Master-OpenJDK8 #1073

2016-10-21 Thread jenkins
See -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _

[Geoserver-devel] [JIRA] (GEOS-7806) JDBCRoleService may cause NPE for roles without properties

2016-10-21 Thread Alessio Fabiani (JIRA)
Title: Message Title Alessio Fabiani creat

[Geoserver-devel] [JIRA] (GEOS-7805) CSW Service does not work anymore due to "EntityResolver" bean circular reference

2016-10-21 Thread Alessio Fabiani (JIRA)
Title: Message Title Alessio Fabiani creat

[Geoserver-devel] Jenkins build is back to normal : geoserver-master #3625

2016-10-21 Thread monitor
See -- Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot

[Geoserver-devel] Build failed in Jenkins: geoserver-master #3624

2016-10-21 Thread monitor
See -- [...truncated 21805 lines...] [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-mbtiles --- [INFO] Compiling 3 source files to

[Geoserver-devel] Build failed in Jenkins: geoserver-master #3623

2016-10-21 Thread monitor
See -- [...truncated 21764 lines...] [INFO] [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ gs-mbtiles --- [INFO] Compiling 3 source files to

[Geoserver-devel] Build failed in Jenkins: GeoServer-Master-OpenJDK8 #1072

2016-10-21 Thread jenkins
See -- [...truncated 8943 lines...] Results : Failed tests: testStyleWithExternalEntities(org.vfny.geoserver.global.GeoserverDataDirectoryTest): (..) Tests in error: testWM

[Geoserver-devel] Build failed in Jenkins: geoserver-master-nightly #1195

2016-10-21 Thread monitor
See Changes: [tbarsballe] [GEOS-7797] Add null check to Style Editor Publishing Tab [andrea.aime] [GEOS-7788] original BandNames from coverageViews are lost, being [maurobartolomeoli] GEOS-6189: CAS Single Sign Ou