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 friendly language in the table automatically.

Vera

On Thu., May 28, 2020, 10:21 a.m. Vitor Fonseca, 
wrote:

>
> 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 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
>>
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
>
> www.vfonsecaz.pt
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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 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
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>


-- 

www.vfonsecaz.pt
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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 currently not using wfs but going straight through PHP to postGIS with
my app and this allows me to capture the full error from Postgres.  This
list has suggested wfs is the preferred method however, this is good to
know.

Vera

On Thu., May 28, 2020, 4:45 a.m. Vitor Fonseca,  wrote:

>
> 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 interface
>> Settings/Global/Logging Settings one of the developer or verbose
>> settings will show you queries and responses of the database.
>>
>> You can see the logs on your server, OR in the admin interface in
>> About&Status/Geoserver Logs.
>>
>> Hope this helps,
>>
>> Regards,
>> Richard Duivenvoorde
>> On 5/27/20 9:34 PM, fibizzo wrote:
>> > I have deployed geoserver 2.14.5 in Wildfly 11
>> >
>> > My geoserver layers are connected to a postgres database with postgis;
>> in
>> > postgis I added certain constraints about inserting new records, i.e.
>> two
>> > polygons cannot touch each other/cannot contain another polygon
>> >
>> > In a POST request of inserting or updating, how can I get the constraint
>> > errors? with a WFS insert request, I just get this message:
>> >
>> > http://www.w3.org/2001/XMLSchema";
>> > xmlns:ows="http://www.opengis.net/ows";
>> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.0.0"
>> > xsi:schemaLocation="http://www.opengis.net/ows
>> > http://myserver:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd
>> ">
>> > 
>> > Update error: Error occured updating
>> > features
>> > 
>> > 
>> >
>> > I can get the entire stacktrace in geoserver and make sure what
>> constraint
>> > was triggered, is there a way to obtain more detail in my response?
>> >
>> >
>> >
>> >
>> > --
>> > Sent from:
>> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>> >
>> >
>> > ___
>> > Geoserver-users mailing list
>> >
>> > Please make sure you read the following two resources before posting to
>> this list:
>> > - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> > - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>> >
>> > If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>> >
>> >
>> > Geoserver-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/geoserver-users
>> >
>>
>>
>>
>> ___
>> Geoserver-users mailing list
>>
>> Please make sure you read the following two resources before posting to
>> this list:
>> - Earning your support instead of buying it, but Ian Turton:
>> http://www.ianturton.com/talks/foss4g.html#/
>> - The GeoServer user list posting guidelines:
>> http://geoserver.org/comm/userlist-guidelines.html
>>
>> If you want to request a feature or an improvement, also see this:
>> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>>
>>
>> Geoserver-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>>
>
>
> --
>
> www.vfonsecaz.pt
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/

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 building failed"

Good luck !



--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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="http://www.opengis.net/gml";
xmlns:ogc="http://www.opengis.net/ogc";
xmlns:wcs="http://www.opengis.net/wcs/1.1.1";
xmlns:xlink="http://www.w3.org/1999/xlink";
xsi:schemaLocation="http://www.opengis.net/wps/1.0.0
http://schemas.opengis.net/wps/1.0.0/wpsAll.xsd";>
  gs:Bounds
  

  features
  http://SERVER*:8080/geoserver/*WORKSPACE*/ows?service=WFS&version=1.0.0&request=GetFeature&typeName=*WORKSPACE:LAYERNAME*&outputFormat=application%2Fjson&"
method="GET"/>

  
  

  bounds

  


and post this to wps endpoint (http://localhost:8080/geoserver/wps) 

not to :

http://localhost:8080/geoserver/UTM/ows?Request=Execute&service=WPS&version=1.0.0&Identifier=gs:Bounds&Typename="UTM:CSR";





--
Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html


___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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

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 interface
> Settings/Global/Logging Settings one of the developer or verbose
> settings will show you queries and responses of the database.
>
> You can see the logs on your server, OR in the admin interface in
> About&Status/Geoserver Logs.
>
> Hope this helps,
>
> Regards,
> Richard Duivenvoorde
> On 5/27/20 9:34 PM, fibizzo wrote:
> > I have deployed geoserver 2.14.5 in Wildfly 11
> >
> > My geoserver layers are connected to a postgres database with postgis; in
> > postgis I added certain constraints about inserting new records, i.e. two
> > polygons cannot touch each other/cannot contain another polygon
> >
> > In a POST request of inserting or updating, how can I get the constraint
> > errors? with a WFS insert request, I just get this message:
> >
> > http://www.w3.org/2001/XMLSchema";
> > xmlns:ows="http://www.opengis.net/ows";
> > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; version="1.0.0"
> > xsi:schemaLocation="http://www.opengis.net/ows
> > http://myserver:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd
> ">
> > 
> > Update error: Error occured updating
> > features
> > 
> > 
> >
> > I can get the entire stacktrace in geoserver and make sure what
> constraint
> > was triggered, is there a way to obtain more detail in my response?
> >
> >
> >
> >
> > --
> > Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
> >
> >
> > ___
> > Geoserver-users mailing list
> >
> > Please make sure you read the following two resources before posting to
> this list:
> > - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> > - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
> >
> > If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
> >
> >
> > Geoserver-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/geoserver-users
> >
>
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>


-- 

www.vfonsecaz.pt
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Envelope function not working in YSLD

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: *convexHull*, *boundary *or even octagonalenvelope working
correct in YLSD.

I've already asked about it at:
https://gis.stackexchange.com/questions/362402/geoserver-envelope-function-not-working-in-ysld
and want to confirm this issue before posting a ticket for it.
Envelope function works perfect in pure SLD.

Best Regards
Daniel Hawryluk
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


[Geoserver-users] Unable to build geoserver from source

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_codec:jar:1.1.3, javax.media:jai_imageio:jar:1.1, 
org.geotools:gt-main:jar:24-SNAPSHOT, 
org.geotools:gt-referencing:jar:24-SNAPSHOT, 
org.geotools:gt-metadata:jar:24-SNAPSHOT, 
org.geotools:gt-opengis:jar:24-SNAPSHOT, 
org.geotools.ogc:net.opengis.ows:jar:24-SNAPSHOT, 
org.geotools.ogc:org.w3.xlink:jar:24-SNAPSHOT, 
it.geosolutions.jgridshift:jgridshift-core:jar:1.3: Could not transfer artifact 
javax.media:jai_core:jar:1.1.3 from/to osgeo-releases 
(https://repo.osgeo.org/repository/release/): Transfer failed for 
https://repo.osgeo.org/repository/release/javax/media/jai_core/1.1.3/jai_core-1.1.3.jar:
 sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target -> [Help 1]



Even I set a proxy by follow this 
post:  https://stackoverflow.com/questions/15334394/could-not-transfer-artifact-org-apache-maven-pluginsmaven-surefire-pluginpom2 ;


How to fix that?___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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

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://www.w3.org/2001/XMLSchema"; xmlns:ows="
http://www.opengis.net/ows/1.1"; xmlns:wps="http://www.opengis.net/wps/1.0.0";
 xmlns:xlink="http://www.w3.org/1999/xlink"; xml:lang="en" service="WPS"
serviceInstance="http://localhost:8080/geoserver/UTM/ows?"; version="1.0.0">

gs:Bounds
Bounds
Computes the bounding box of the input features.






Process failed during execution Parameter features is
missing but has min multiplicity > 0






I guess it's something with the declaration of the layer but I have tried
it in many different way and still can't find it.

Any idea?

thanks!

El mié., 27 may. 2020 a las 17:24, Olyster ()
escribió:

> Hi,
>
> you have to post the XML to the geoserver's wps endpoint
> (http://server:8080/geoserver/wps)
>
> In the WPS query builder, choose REFERENCE and type your WFS.
>
> Have alook at the WFS documentation to find the parameters you need.
>
> Almost there ! Good luck !
>
>
>
>
>
> --
> Sent from:
> http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html
>
>
> ___
> Geoserver-users mailing list
>
> Please make sure you read the following two resources before posting to
> this list:
> - Earning your support instead of buying it, but Ian Turton:
> http://www.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines:
> http://geoserver.org/comm/userlist-guidelines.html
>
> If you want to request a feature or an improvement, also see this:
> https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer
>
>
> Geoserver-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
>
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users


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

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&TYPENAME=au:AdministrativeBoundary&SRSNAME=urn:ogc:def:crs:EPSG:25831

When I try to add the service into QGis, I always get the same critical error 
saying that is an invalid layer, because it couldn't process de 
DescribeFeatureType request:

http://ide.ticmallorca.net/geoserver/wfs?SERVICE=WFS&REQUEST=DescribeFeatureType&VERSION=2.0.0&TYPENAMES=au:AdministrativeBoundary&TYPENAME=au:AdministrativeBoundary

I don't see anything wrong with it, although I'm not sure what it must contain.

These are the options I have in the WFS service:

[cid:e9a55c23-726f-4186-a69e-22e49db4c4cd]
The only strange "configuration" I can find is in the folder structure of the 
workspace.

Inside the "au" directory I have created a folder for the 
AdministrativeBoundary information that contains the XML with the schema 
mapping and the datastore:

[cid:fde95418-d968-4916-91c8-ed3323c0efd6]

Then, using the web interface I create the layer. But it seems it uses another 
SO user, so a differente folder is created to store the layer definition:

[cid:c22fc109-8c83-4b8c-bd6e-7b93bf19320b]

That new folder has a directory with the name "AdminsitrativeBoundary" that 
contains the layer definition:

[cid:489417cf-19f8-4bf0-827d-6dca029743dc]

The GetFeature response is OK and I can see the layer using the preview of 
GeoServer, so I didn't think twice about it. But now I can´t add it to QGis 
3.10 and I was wondering if I have missed something that could lead to that 
error.

It is a GeoServer 2.8.1 installed in a Linux getting the information form a 
PostGIS database.

For another client, I set up the same INSPIRE theme using GeoServer 2.13 in a 
Windows machine taking the data from a SQL Server database and I could add the 
layer to QGis.

Thanks for any light thrown into this issue!

Best regards.


Óscar Diago Alonso
Analista / Desarrollador GIS
oscar.di...@geograma.com
Tfno.: +34 945 13 13 72
C/ Pintor Clemente Arráiz, 3 BJ (01008) Vitoria-Gasteiz, Álava

[https://estrategiagis.com/pie-de-mail/0320.jpg]


Tratamos su dirección de correo electrónico y otros datos personales para 
mantener el contacto y comunicación con Ud. y, en su caso, remitirle 
información sobre nuestros productos y servicios. Si no desea recibir tal 
información envíe un e-mail en tal sentido a d...@geograma.com Puede acceder, 
rectificar y suprimir los datos, así como otros derechos, como se detalla en la 
información adicional y completa a su disposición en nuestra política de 
privacidad en el sitio web. Este mensaje y los 
archivos adjuntos al mismo son privados y confidenciales, si no es Ud. el 
destinatario y ha recibido este mensaje por error, rogamos nos lo comunique 
inmediatamente sin difundir, almacenar o copiar su contenido.

[https://estrategiagis.com/pie-de-mail/linkedin.png]
  [https://estrategiagis.com/pie-de-mail/twitter.png] 
___
Geoserver-users mailing list

Please make sure you read the following two resources before posting to this 
list:
- Earning your support instead of buying it, but Ian Turton: 
http://www.ianturton.com/talks/foss4g.html#/
- The GeoServer user list posting guidelines: 
http://geoserver.org/comm/userlist-guidelines.html

If you want to request a feature or an improvement, also see this: 
https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer


Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users