Re: [Geoserver-users] Publishing PostGIS layers - "ident authentication" failures

2017-09-29 Thread Ben Caradoc-Davies
Interesting. This might be specific to CentOS 6 or caused by the options passed to initdb when your postgresql cluster was created if done so manually (e.g. "initdb --auth-host=ident"). Debian sets host auth for localhost to md5 by default: # IPv4 local connections: hostall

[Geoserver-users] GeoServer 2.12-RC1 Released

2017-09-29 Thread Torben Barsballe
We are happy to announce the release of GeoServer 2.12-RC1 . Downloads are available (zip , war

Re: [Geoserver-users] Publishing PostGIS layers - "ident authentication" failures

2017-09-29 Thread Baker, Matthew
The solution turned out to be in the pg_hba.conf file, but we're still not sure how it got changed to stop accepting connection from ONLY the prod machine... >From my systems staff: The issue turned out to be the pg_hba.conf files was restricting the authentication method tomcat was trying to

Re: [Geoserver-users] GeoFence Embedded Installation Exceptions

2017-09-29 Thread Harleen Lappano
Hey Emanuele, I believe you hit the nail on the head. The team has a plugin to extend the REST API and that jar seems to be conflicting with GeoFence. Removing that jar and restarting the server allows Geoserver to start without crashing. However, now we are missing our extended REST API. Are

Re: [Geoserver-users] rest/seed/workspace:layername Problem communicating with GeoServer

2017-09-29 Thread Steve Omondi
Hi Nuno, So I just found a solution thanks to Andrea and Darell van der Voort. Precisely as you've pointed out it all about the > *GeoServer \ GeoWebCache security mechanism,* ​So apparently is you are having rules in Geofence or the Geoserver Data Security Subsystem that prevent access to

[Geoserver-users] WMS GetFeatureInfo changes date value

2017-09-29 Thread perre
Hi If you sent a GetFeatureInfo-request to a layer that have a column with the date-format in a PostGisDatabase, Geoserver sometimes add a time to the date. This is a problem when it is changed into UTC-time and the date is changed which happens with json. INFO_FORMAT result

[Geoserver-users] GWC tiles Seeding fails with error: Problem communicating with GeoServer ServiceException Could not find layer

2017-09-29 Thread steve.omondi
Hi guys, I have a problem with Integrated GeowebCache. Seeding Layers fails and here is the stack trace. I have tried Vector and Raster layers a like. If it's important I have changed the GEOWEBCACHE_CACHE_DIR=/serverDir/ externalized. I have tried to have the raster style from the defaul

Re: [Geoserver-users] rest/seed/workspace:layername Problem communicating with GeoServer

2017-09-29 Thread Nuno Oliveira
I see, thanks for sharing your findings :) On 09/29/2017 02:24 PM, Steve Omondi wrote: Hi Nuno, So I just found a solution thanks to Andrea and Darell van der Voort. Precisely as you've pointed out it all about the ** *GeoServer \ GeoWebCache security mechanism,* ​So apparently is you

Re: [Geoserver-users] rest/seed/workspace:layername Problem communicating with GeoServer

2017-09-29 Thread Steve Omondi
Cool. Thank you too. Kind regards, Steve Omondi On Fri, Sep 29, 2017 at 4:41 PM, Nuno Oliveira < nuno.olive...@geo-solutions.it> wrote: > I see, thanks for sharing your findings :) > > > On 09/29/2017 02:24 PM, Steve Omondi wrote: > > Hi Nuno, > > So I just found a solution thanks to Andrea and

Re: [Geoserver-users] GWC tiles Seeding fails with error: Problem communicating with GeoServer ServiceException Could not find layer

2017-09-29 Thread Steve Omondi
This is very useful information @Andrea and Darell. I've struggled with this issues for sometime now. Actually my production Geoserver currently generates tile with user traffic. Of course we'll look into sponsoring Geoserver development at some stage of our work to support the work your team is

Re: [Geoserver-users] Get Layer Style as svg imagess according to Category of object

2017-09-29 Thread Ian Turton
First there is no need to copy this sort of question to the developers list. Second, did you look in the log file? if so what does it say is going wrong. Ian On 28 September 2017 at 18:55, chhoturam jat wrote: > Hi, > I need to display on layer SVG images instead

Re: [Geoserver-users] GWC tiles Seeding fails with error: Problem communicating with GeoServer ServiceException Could not find layer

2017-09-29 Thread Darell van der Voort
Hi Steve, Are the layers protected? Do you use the GeoFence plugin? Kind regards, Darell On Fri, Sep 29, 2017 at 11:05 AM, steve.omondi wrote: > Hi guys, > > I have a problem with Integrated GeowebCache. > Seeding Layers fails and here is the stack trace. > > I have

Re: [Geoserver-users] ImagePyramid using Postgresql for granules

2017-09-29 Thread Darell van der Voort
Hi Peter, This is my indexer.properties configuration: Caching=false TimeAttribute=ingestion Schema=*the_geom:Polygon,location:String,ingestion:java.util.Date:Double PropertyCollectors=TimestampFileNameExtractorSPI[timeregex](ingestion) And this is my 0.properties which is automatically

Re: [Geoserver-users] GWC tiles Seeding fails with error: Problem communicating with GeoServer ServiceException Could not find layer

2017-09-29 Thread Andrea Aime
On Fri, Sep 29, 2017 at 12:12 PM, Steve Omondi wrote: > Hi Darell, > > So on your pointer I removed all the rules, leaving *.r.* to * users and > *.w.* to * users and the seeding worked. > > Now this is obviously not a realistic scenario since I'll have to have a > lot

Re: [Geoserver-users] GWC tiles Seeding fails with error: Problem communicating with GeoServer ServiceException Could not find layer

2017-09-29 Thread Steve Omondi
No. I don't use Geofence module. However, I have some Data security rules yes using the Geoserver Data Securty Subsystem. I'm seeding while logged in with the admin user. Kind regards, Steve Omondi On Fri, Sep 29, 2017 at 1:00 PM, Darell van der Voort wrote: > Hi Steve, >

Re: [Geoserver-users] GWC tiles Seeding fails with error: Problem communicating with GeoServer ServiceException Could not find layer

2017-09-29 Thread Steve Omondi
Hi Darell, thanks a lot for this. I get it. *I can recommend the Geofence plug-in as this gives you much more control > over data security.* I have tried working with Geofence but it has a great conflict with Monitor Extension due to difference in Hibernate Library used by each. I needed

Re: [Geoserver-users] GWC tiles Seeding fails with error: Problem communicating with GeoServer ServiceException Could not find layer

2017-09-29 Thread Darell van der Voort
Ok. I faced the exact same problem, however I am using Geofence on top of the Geoserver security system. So maybe my solution does not work, but this is how I fixed it; First make sure that there are separate read and write data rules for the workspace in data security: workspace.*.r

Re: [Geoserver-users] GWC tiles Seeding fails with error: Problem communicating with GeoServer ServiceException Could not find layer

2017-09-29 Thread Steve Omondi
Hi Darell, So on your pointer I removed all the rules, leaving *.r.* to * users and *.w.* to * users and the seeding worked. Now this is obviously not a realistic scenario since I'll have to have a lot of rules. How do I go abpout this. having rules and still being able to Seed Tile Layers?

Re: [Geoserver-users] ImagePyramid using Postgresql for granules

2017-09-29 Thread Peter Kovac
I usually configure ImageMosaic for time-series plain GeoTIFF granules so my advice might not be 100% accurate but I hope it helps anyway. Firstly, your schema seems wrong to me: you have two types specified for ingestion - java.util.Date and a Double after that. Perhaps another attribute of

Re: [Geoserver-users] rest/seed/workspace:layername Problem communicating with GeoServer

2017-09-29 Thread Nuno Oliveira
Hi, there was some recent changes in GeoServer \ GeoWebCache security mechanism, I was not involved in that work so I don't know the details ... could you precise which version of GeoServer you are using ? This may help the involved developers to give you some feedback. That said, based on

Re: [Geoserver-users] GWC tiles Seeding fails with error: Problem communicating with GeoServer ServiceException Could not find layer

2017-09-29 Thread Steve Omondi
Sorry for the multiple messages. But I still need the help. Virus-free. www.avast.com

[Geoserver-users] GWC tiles Seeding fails with error: Problem communicating with GeoServer ServiceException Could not find layer

2017-09-29 Thread Steve Omondi
Hi guys, I have a problem with Integrated GeowebCache. Seeding Layers fails and here is the stack trace. I have tried Vector and Raster layers a like. If it's important I have changed the GEOWEBCACHE_CACHE_DIR=/serverDir/ externalized. I have tried to have the raster style from the defaul

[Geoserver-users] GWC tiles Seeding fails with error: Problem communicating with GeoServer ServiceException Could not find layer

2017-09-29 Thread steve.omondi
Hi guys, I have a problem with Integrated GeowebCache. Seeding Layers fails and here is the stack trace. I have tried Vector and Raster layers a like. If it's important I have changed the GEOWEBCACHE_CACHE_DIR=/serverDir/ externalized. I have tried to have the raster style from the defaul

Re: [Geoserver-users] Validate datastore configuration through REST API

2017-09-29 Thread Nuno Oliveira
Hi, I just made a test with two types of data store (shapefile and postgis), and both fail with the exception (and an unfortunate 404 exception code, it should be 500 IMHO) if the connection parameters are not correct: Could not load datastore: Note that this will only fail if the

Re: [Geoserver-users] ImagePyramid using Postgresql for granules

2017-09-29 Thread Peter Kovac
Hi Darell, can you post your indexer.xml configuration for the imagemosaic? Regards, Peter Kovac On 28. 9. 2017 9:59, Darell van der Voort wrote: Hello everybody, I'm running Geoserver 2.11.2 on Java 1.8.0_144 32 bits on Amazon Linux together with Tomcat 9. The plugins I have installed