Re: [Geoserver-users] Coverage View not working with Geofence-Geoserver

2017-12-18 Thread Nuno Oliveira
Good point Andrea, you are correct this should be cached by: || GridCoverage2DReader.class.isAssignableFrom(clazz) all this context is pretty strange: anonymous class, structured reader and so on ... On 12/18/2017 04:23 PM, Andrea Aime wrote: Hum... but GridCoverageViewReader extends

[Geoserver-users] REST API to harvest a file into ImageMosaic store

2017-12-18 Thread Maciej Filocha
Hi, An old request to add description how to use REST to harvest an existing file into ImageMosaic store: /workspaces//coveragestores//external[.] to http://docs.geoserver.org/stable/en/user/rest/api/coveragestores.html has been recently closed as "unresolved" by Andrea

Re: [Geoserver-users] Delete Layer using Geoserver Rest API not working in Ubuntu Server but works in localhost

2017-12-18 Thread Nuno Oliveira
Hi, so I did a quick test and it seems to be working fine here, so I was not able to reproduce your issue. Looking at your stack trace it looks like GeoWebCache was involved when it shouldn't be. Recently there was some fixes related to GeoWebCache \ GeoServer spring contexts integrations,

Re: [Geoserver-users] [layer group preview]Could not click on the map to view feature info

2017-12-18 Thread Nuno Oliveira
Hi, Is not clear to me what is your issue, do you get any exception when you click on on the openlayers preview ? Does any error appears on GeoServer log ? Note that you can see GeoServer log file content in GeoServer UI. I have no experience in using heatmaps so I can't really say what is

Re: [Geoserver-users] Quick GeoFence question

2017-12-18 Thread Nuno Oliveira
Hi, There is currently a pending pull request that will add support for GeoFence complex rules (including CQL filters) to the embedded version: https://github.com/geoserver/geoserver/pull/2674 Not sure what are the backport plans regarding the pull request above. So currently, yes CQL filters

Re: [Geoserver-users] Problem with transforming ImagePyramid based WMS Layers

2017-12-18 Thread Blome, Guido (62-24)
Hi Andrea, that was a good Tip. Thank you for that. In former we have preproduced the ImagePyramids with gdal_retile and gdaltindex and some how that produces the strange behavior. Now we did the Indexing of the ImagePyramids with GeoServer2.12.1 and the Default EPSG:31466 and EPSG:25832.

[Geoserver-users] GeoTIFF - appearing black and white in Geoserver

2017-12-18 Thread trideset_dva
Hello everyone, After doing a long research on the internet I've found some similar topics and tried the solutions suggested there but nothing worked for my problem. The thing is: I am trying to publish a GeoTIFF file on the Geoserver. The further plan is to overlap this GeoTIFF file with a map

Re: [Geoserver-users] Geoserver om TomEE or JBoss EAP?

2017-12-18 Thread Stefan Overkamp
Hi Andrea, having no luck with TomEE, I dropped geoserver.war (geoserver-2.12.1) into D:\programme\jboss-eap-6.4\standalone\deployments and started standalone.bat on windows. JBoss EAP 6.4 is deploying geoserver and GeoServer runs fine. I will test it with my custom datadir and the extensions I

Re: [Geoserver-users] Geoserver om TomEE or JBoss EAP?

2017-12-18 Thread Andrea Aime
Hi Stefan, I don't know about TomEE, for JBoss it's normally an issue of configuring classloaders and eventually removing some jar conflicting with JBoss own ones. See for example: http://docs.geoserver.org/latest/en/user/tutorials/jboss/jboss_tutorial.html If you find a recipe to make it work

[Geoserver-users] Geoserver om TomEE or JBoss EAP?

2017-12-18 Thread Stefan Overkamp
Hi, is it possible to run GeoServer on Apache TomEE or JBoss EAP? On TomEE I get the following Error: [jar:file:/D:/programme/apache-tomee-plus-7.0.4/webapps/geoserver/WEB-INF/lib/gs-main-2.12.1.jar!/applicationSecurityContext.xml]: Bean instantiation via constructor failed; nested exception is

Re: [Geoserver-users] Problem with transforming ImagePyramid based WMS Layers

2017-12-18 Thread Andrea Aime
Hi Guido, I think it's best to edit the pyramid prj file and align it with your override... but I'm not 100% sure, haven't tested it Cheers Andrea On Mon, Dec 18, 2017 at 9:55 AM, Blome, Guido (62-24) wrote: > Hi Andrea, > > > > that was a good Tip. Thank you for that. >