Re: [Geoserver-users] Geoserver WFS - app-schema plugin - java.lang.StackOverflowErrors

2018-05-24 Thread jure
We have encountered the same issue with our app schema (used for INSPIRE). We are using GeoServer 2.13 and our backend database is Oracle 10g. Davor, were you able to resolve your issue and how did you do it? Ben, here is the full call stack when the error happens: Regards, Jure -- Sent

Re: [Geoserver-users] Geoserver WFS - app-schema plugin - java.lang.StackOverflowErrors

2018-05-24 Thread dracic
Yes, I set maximum thread stack size for JAVA in JAVA_OPTS to -Xss4096K. -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html -- Check out the vibrant tech community on one of the world's

Re: [Geoserver-users] Customize the indexer.xml to create an empty image mosaic

2018-05-24 Thread Daniele Romagnoli
Hi Corina, A couple of questions to better understand your use case: Do your sample NetCDF Files internally exposes a time dimension with multiple values as per the example below OR does it contain no time at all and the only reference time is on the filename itself, instead? Example: float

Re: [Geoserver-users] Customize the indexer.xml to create an empty image mosaic

2018-05-24 Thread Daniele Romagnoli
Hi Corina, this thread should help: http://osgeo-org.1560.x6.nabble.com/NetCDF-4-Native-Libraries-installation-tp5293183p5294288.html http://osgeo-org.1560.x6.nabble.com/NetCDF-4-Native-Libraries-installation- tp5293183p5294296.html Please, let us know. Regards, Daniele On Thu, May 24, 2018 at

Re: [Geoserver-users] Publish a layer from an imagemosaic that is already harvested using REST API

2018-05-24 Thread Corina Tudorache via Geoserver-users
Hi Daniele, As far as I understand from the GeoServer REST documentation I have to create a coverageconfig.xml file with this content: NO2 NO2 Change the NO2 with the name of my parameter and run this in the console:curl -v -u admin:geoserver -XPOST -H "Content-type: text/xml" -d

[Geoserver-users] Help creating a Pregeneralized Features data store with PostGIS

2018-05-24 Thread Briones Garcia, Pedro
Hi all. I am trying to create a layer with a Pregeneralizing data store. Could anybody show me an example of a XML configuration file for horizontal layout that works? I have a 3 tables in PostGIS, the original and two generalized versions. I Created an xml configuration file as follows:

Re: [Geoserver-users] Publish a layer from an imagemosaic that is already harvested using REST API

2018-05-24 Thread Daniele Romagnoli
Hi Corina, Do you have any chance to list the coverages available on the posted prototype? curl -v -u admin:geoserver -XGET " http://localhost:8080/geoserver/rest/workspaces/topp/coveragestores/empty/coverages.xml?list=all " As you already said, make sure to update the coveragestore and

Re: [Geoserver-users] Customize the indexer.xml to create an empty image mosaic

2018-05-24 Thread Corina Tudorache via Geoserver-users
The file contains time stamp over a period of 48 hours. I fallowed your advice and deleted the TimestampFileNameExtractorSPI and the configuration of the coveragestore worked fine. But I still have to enable time dimension in order to see the raster in layer preview. Without enabling time

[Geoserver-users] Publish a layer from an imagemosaic that is already harvested using REST API

2018-05-24 Thread Corina Tudorache via Geoserver-users
Hi list, I am trying to publish a layer from an imagemosaic store. I created an empty imagemosaic store, harvested a netcdf, but when I go to "add layer" -> "add layer from", select the workspace and the store that corresponds to my layer, after that select publish , I get a java error. Caused

Re: [Geoserver-users] Publish a layer from an imagemosaic that is already harvested using REST API

2018-05-24 Thread Daniele Romagnoli
Hi Corina, did you already take a look at the GeoServer REST documentation? http://docs.geoserver.org/stable/en/user/rest/workspaces.html#uploading-an-empty-mosaic Once you created an empty ImageMosaic and harvested a prototype granule I think that you should still* Configure a coverage on the

[Geoserver-users] gsconfig create layer error

2018-05-24 Thread Жандос Керимкулов via Geoserver-users
Hi List I have next code to create new layer via rest from geoserver.catalog import Catalog cat = Catalog('http://localhost:8080/geoserver/rest/', username='admin', password='geoserver') ws = cat.get_workspace('akmolakad') dats = cat.get_store('akmola01', ws) cat.save(dats) ft_name='akmolakad'