Re: [Geoserver-users] Get stacktrace error in WFS

2020-05-28 Thread Vera Green
Hmmm...it's a little bit round about but... 1. Front end triggers error 2. PG populates table with error 3. Code looks up error in PG table ( through GeoServer or directly) 4. User is provided error Theoretically it could work. Also with this method you could "translate" common errors to user frie

Re: [Geoserver-users] Get stacktrace error in WFS

2020-05-28 Thread Vitor Fonseca
are you using check constraints or triggers in postgis? maybe you could use a trigger that performs the checks and in case of error sends an email or inserts a record in some table that the developers can poll fibizzo escreveu no dia quinta, 28/05/2020 à(s) 16:34: > Hello > > This is exact

Re: [Geoserver-users] Get stacktrace error in WFS

2020-05-28 Thread fibizzo
Hello This is exactly my concern, the front end developers (using openlayers btw) does not have any clue about what exactly happened with the transaction, specially in this case when I have postgis constraints -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html ___

Re: [Geoserver-users] Get stacktrace error in WFS

2020-05-28 Thread Vera Green
Interesting. So it would be possible for the admin to look up the error later but the front end could not "pass" a meaningful error to the front end user because the error can't be passed through with the users authentication programmatically, user would not have access to server side I am

Re: [Geoserver-users] Unable to build geoserver from source

2020-05-28 Thread Olyster
Yang, you have two choices : -you modify your firewall temporarily to let all traffic through (from and to your machine). -you add those certificate by hand in your java cacerts. You will find information on how to do this easily. Search for "sun.security.validator.ValidatorException: PKIX path

Re: [Geoserver-users] Getcapabilities parameters from layers and from features

2020-05-28 Thread Olyster
xrayo, here it is all done for you. modify this to your environment : http://www.w3.org/2001/XMLSchema-instance"; xmlns="http://www.opengis.net/wps/1.0.0"; xmlns:wfs="http://www.opengis.net/wfs"; xmlns:wps="http://www.opengis.net/wps/1.0.0"; xmlns:ows="http://www.opengis.net/ows/1.1"; xmlns:gml=

Re: [Geoserver-users] Get stacktrace error in WFS

2020-05-28 Thread Vitor Fonseca
Maybe it would be better to check postgres logs to get that kind of info. I don't recall getting any database specific eror messages in geoserver log/responses... Richard Duivenvoorde escreveu no dia quinta, 28/05/2020 à(s) 07:31: > Hi, > > If you raise the log file level (via the admin interfac

[Geoserver-users] Envelope function not working in YSLD

2020-05-28 Thread 4harry4444
Hi, I would like to ask You if You have used the *envelope *function in YSLD on GeoServer. My YSLD code: *- line: uom: metre geometry: ${envelope(geometry)}* wont't validate with error: *java.lang.IllegalArgumentException: Invalid cql expression 'envelope(geometry)'* Similar functions:

[Geoserver-users] Unable to build geoserver from source

2020-05-28 Thread Yang
Run "mvn compile" get the following error: [ERROR] Failed to execute goal on project gs-platform: Could not resolve dependencies for project org.geoserver:gs-platform:jar:2.18-SNAPSHOT: The following artifacts could not be resolved: javax.media:jai_core:jar:1.1.3, javax.media:jai_code

Re: [Geoserver-users] Getcapabilities parameters from layers and from features

2020-05-28 Thread XAVIER RAYO SARRIAS
Hi Oliver! tahnks for your help but I still haven't make it work. I can't find how to declare the input features. http://localhost:8080/geoserver/UTM/ows?Request=Execute&service=WPS&version=1.0.0&Identifier=gs:Bounds&Typename= "UTM:CSR" When I execute the bounds process, I get this xml: http://w

[Geoserver-users] Unable to add an Applcation-Schema service into QGis

2020-05-28 Thread Oscar Diago Alonso
Good morning! I have recently set up a WFS service for the INSPIRE theme Administrative Units using GeoServer 2.8.1 (as required by the client) and Application-Schema. The GetFeature returns the expected data: http://ide.ticmallorca.net/geoserver/wfs?SERVICE=WFS&REQUEST=GetFeature&VERSION=2.0.0