Re: [Geoserver-users] geoserver problem connect to cascaded wfs

2021-03-29 Thread Ian Turton
It may be correct in 102067 but in an element named latlonboundingbox I
think it should be in 4326

Ian

On Mon, 29 Mar 2021 at 16:19, V. M.  wrote:

> Thank you, I will look into that ber namespace.
> Bbox is correct in epsg:102067
>
> On Mon, Mar 29, 2021 at 4:12 PM Ian Turton  wrote:
>
>> Please don't forget to copy the user list in replies.
>>
>> The remote server is not defining a schema location for the ber
>> namespace, and I'm pretty sure that
>>
>>   
>>  ft_g_65470
>>  Nové zariadenie TS
>>  EPSG:102067
>>  > maxy="-1149411.0982" minx="-374932.6593" miny="-1293972.1775"/>
>>  
>>
>> doesn't contain a valid LatLonBounding box.
>>
>> Equally, I've never seen anyone use the vendorCapabilities tag before so I 
>> don't know if the gt-wfs-ng parser handles it at all but I would expect it 
>> to ignore it if it doesn't know what it means. You'd need to check the code 
>> to be sure.
>>
>> Ian
>>
>>
>> On Mon, 29 Mar 2021 at 14:46, V. M.  wrote:
>>
>>> Hello,
>>>
>>> it is not enabled on internet so I copied full GetCapabilities response
>>> from GS log, see my attachment.
>>> Thank you for trying to help me.
>>>
>>> On Mon, Mar 29, 2021 at 2:26 PM Ian Turton  wrote:
>>>
 It looks like your services getCapabilities response is invalid -

 Parsing unknown attribute: {http://www.w3.org/2000/xmlns/}xmlns
 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}wfsServiceExtensions.
 Checking if containing type declares a single particle.
 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}wfsServiceExtensions.
 Performing lookup by ignoring namespace
 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}wfsServiceExtensions.
 Creating a mock element declaration and parsing anyways...
 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}getFeature. Checking if
 containing type declares a single particle.
 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}getFeature. Performing
 lookup by ignoring namespace
 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}getFeature. Creating a mock
 element declaration and parsing anyways...
 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
 attribute: idsInLogicalCondition
 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
 attribute: paging
 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
 attribute: pagingTillEnd
 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
 attribute: sorting
 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
 attribute: spatialWithSemanticCondition
 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}configuration. Checking if
 containing type declares a single particle.
 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}configuration. Performing
 lookup by ignoring namespace
 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}configuration. Creating a
 mock element declaration and parsing anyways...
 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}parameter. Checking if
 containing type declares a single particle.
 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}parameter. Performing
 lookup by ignoring namespace
 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
 declaration for: {http://www.berit.com/ber}parameter. Creating a mock
 element declaration and parsing anyways...
 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Parsing unknown
 attribute: name
 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Parsing unknown
 attribute: value

 Without the whole capabilities response or the actual URL there's
 nothing we can do to help though.

 Ian

 On Mon, 29 Mar 2021 at 12:14, V. M.  wrote:

> Hello,
>
> I have a problem connect to cascaded WFS using Geoserver 2.17.
> Geoserver writes "Unable to parse GetCapabilities document". Desktop QGIS
> connnects to this wfs service succefully. I read discussion forums, GS
> documentation but I can 

Re: [Geoserver-users] geoserver problem connect to cascaded wfs

2021-03-29 Thread V. M.
Thank you, I will look into that ber namespace.
Bbox is correct in epsg:102067

On Mon, Mar 29, 2021 at 4:12 PM Ian Turton  wrote:

> Please don't forget to copy the user list in replies.
>
> The remote server is not defining a schema location for the ber namespace,
> and I'm pretty sure that
>
>   
>   ft_g_65470
>   Nové zariadenie TS
>   EPSG:102067
>maxy="-1149411.0982" minx="-374932.6593" miny="-1293972.1775"/>
>   
>
> doesn't contain a valid LatLonBounding box.
>
> Equally, I've never seen anyone use the vendorCapabilities tag before so I 
> don't know if the gt-wfs-ng parser handles it at all but I would expect it to 
> ignore it if it doesn't know what it means. You'd need to check the code to 
> be sure.
>
> Ian
>
>
> On Mon, 29 Mar 2021 at 14:46, V. M.  wrote:
>
>> Hello,
>>
>> it is not enabled on internet so I copied full GetCapabilities response
>> from GS log, see my attachment.
>> Thank you for trying to help me.
>>
>> On Mon, Mar 29, 2021 at 2:26 PM Ian Turton  wrote:
>>
>>> It looks like your services getCapabilities response is invalid -
>>>
>>> Parsing unknown attribute: {http://www.w3.org/2000/xmlns/}xmlns
>>> 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}wfsServiceExtensions.
>>> Checking if containing type declares a single particle.
>>> 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}wfsServiceExtensions.
>>> Performing lookup by ignoring namespace
>>> 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}wfsServiceExtensions.
>>> Creating a mock element declaration and parsing anyways...
>>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}getFeature. Checking if
>>> containing type declares a single particle.
>>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}getFeature. Performing
>>> lookup by ignoring namespace
>>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}getFeature. Creating a mock
>>> element declaration and parsing anyways...
>>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>>> attribute: idsInLogicalCondition
>>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>>> attribute: paging
>>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>>> attribute: pagingTillEnd
>>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>>> attribute: sorting
>>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>>> attribute: spatialWithSemanticCondition
>>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}configuration. Checking if
>>> containing type declares a single particle.
>>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}configuration. Performing
>>> lookup by ignoring namespace
>>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}configuration. Creating a
>>> mock element declaration and parsing anyways...
>>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}parameter. Checking if
>>> containing type declares a single particle.
>>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}parameter. Performing lookup
>>> by ignoring namespace
>>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
>>> declaration for: {http://www.berit.com/ber}parameter. Creating a mock
>>> element declaration and parsing anyways...
>>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>>> attribute: name
>>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>>> attribute: value
>>>
>>> Without the whole capabilities response or the actual URL there's
>>> nothing we can do to help though.
>>>
>>> Ian
>>>
>>> On Mon, 29 Mar 2021 at 12:14, V. M.  wrote:
>>>
 Hello,

 I have a problem connect to cascaded WFS using Geoserver 2.17.
 Geoserver writes "Unable to parse GetCapabilities document". Desktop QGIS
 connnects to this wfs service succefully. I read discussion forums, GS
 documentation but I can not solve it.
 Could someone help me please? Log is below.

 2021-03-25 15:41:18,561 DEBUG [org.geotools.data.wfs.internal] -
 FinalURL:
 http://xx/xx/WebFeatureService?REQUEST=GetCapabilities=1.0.0=WFS
 2021-03-25 15:41:18,562 

Re: [Geoserver-users] geoserver problem connect to cascaded wfs

2021-03-29 Thread Ian Turton
Please don't forget to copy the user list in replies.

The remote server is not defining a schema location for the ber namespace,
and I'm pretty sure that

  
ft_g_65470
Nové zariadenie TS
EPSG:102067



doesn't contain a valid LatLonBounding box.

Equally, I've never seen anyone use the vendorCapabilities tag before
so I don't know if the gt-wfs-ng parser handles it at all but I would
expect it to ignore it if it doesn't know what it means. You'd need to
check the code to be sure.

Ian


On Mon, 29 Mar 2021 at 14:46, V. M.  wrote:

> Hello,
>
> it is not enabled on internet so I copied full GetCapabilities response
> from GS log, see my attachment.
> Thank you for trying to help me.
>
> On Mon, Mar 29, 2021 at 2:26 PM Ian Turton  wrote:
>
>> It looks like your services getCapabilities response is invalid -
>>
>> Parsing unknown attribute: {http://www.w3.org/2000/xmlns/}xmlns
>> 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}wfsServiceExtensions.
>> Checking if containing type declares a single particle.
>> 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}wfsServiceExtensions.
>> Performing lookup by ignoring namespace
>> 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}wfsServiceExtensions.
>> Creating a mock element declaration and parsing anyways...
>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}getFeature. Checking if
>> containing type declares a single particle.
>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}getFeature. Performing lookup
>> by ignoring namespace
>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}getFeature. Creating a mock
>> element declaration and parsing anyways...
>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>> attribute: idsInLogicalCondition
>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>> attribute: paging
>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>> attribute: pagingTillEnd
>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>> attribute: sorting
>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>> attribute: spatialWithSemanticCondition
>> 2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}configuration. Checking if
>> containing type declares a single particle.
>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}configuration. Performing
>> lookup by ignoring namespace
>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}configuration. Creating a
>> mock element declaration and parsing anyways...
>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}parameter. Checking if
>> containing type declares a single particle.
>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}parameter. Performing lookup
>> by ignoring namespace
>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
>> declaration for: {http://www.berit.com/ber}parameter. Creating a mock
>> element declaration and parsing anyways...
>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>> attribute: name
>> 2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Parsing unknown
>> attribute: value
>>
>> Without the whole capabilities response or the actual URL there's nothing
>> we can do to help though.
>>
>> Ian
>>
>> On Mon, 29 Mar 2021 at 12:14, V. M.  wrote:
>>
>>> Hello,
>>>
>>> I have a problem connect to cascaded WFS using Geoserver 2.17. Geoserver
>>> writes "Unable to parse GetCapabilities document". Desktop QGIS connnects
>>> to this wfs service succefully. I read discussion forums, GS documentation
>>> but I can not solve it.
>>> Could someone help me please? Log is below.
>>>
>>> 2021-03-25 15:41:18,561 DEBUG [org.geotools.data.wfs.internal] -
>>> FinalURL:
>>> http://xx/xx/WebFeatureService?REQUEST=GetCapabilities=1.0.0=WFS
>>> 2021-03-25 15:41:18,562 DEBUG [org.geotools.data.ows] - FinalURL:
>>> http://xx/xx/WebFeatureService?REQUEST=GetCapabilities=1.0.0=WFS
>>> 2021-03-25 15:41:18,809 DEBUG [org.geotools.data.wfs.internal] - Parsing
>>> GetCapabilities response
>>> 2021-03-25 15:41:19,077 DEBUG [org.geotools.data.wfs.internal] - Full
>>> GetCapabilities 

Re: [Geoserver-users] geoserver problem connect to cascaded wfs

2021-03-29 Thread Ian Turton
It looks like your services getCapabilities response is invalid -

Parsing unknown attribute: {http://www.w3.org/2000/xmlns/}xmlns
2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}wfsServiceExtensions. Checking
if containing type declares a single particle.
2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}wfsServiceExtensions. Performing
lookup by ignoring namespace
2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}wfsServiceExtensions. Creating a
mock element declaration and parsing anyways...
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}getFeature. Checking if
containing type declares a single particle.
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}getFeature. Performing lookup by
ignoring namespace
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}getFeature. Creating a mock
element declaration and parsing anyways...
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: idsInLogicalCondition
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: paging
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: pagingTillEnd
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: sorting
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: spatialWithSemanticCondition
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}configuration. Checking if
containing type declares a single particle.
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}configuration. Performing lookup
by ignoring namespace
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}configuration. Creating a mock
element declaration and parsing anyways...
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}parameter. Checking if
containing type declares a single particle.
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}parameter. Performing lookup by
ignoring namespace
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}parameter. Creating a mock
element declaration and parsing anyways...
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: name
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: value

Without the whole capabilities response or the actual URL there's nothing
we can do to help though.

Ian

On Mon, 29 Mar 2021 at 12:14, V. M.  wrote:

> Hello,
>
> I have a problem connect to cascaded WFS using Geoserver 2.17. Geoserver
> writes "Unable to parse GetCapabilities document". Desktop QGIS connnects
> to this wfs service succefully. I read discussion forums, GS documentation
> but I can not solve it.
> Could someone help me please? Log is below.
>
> 2021-03-25 15:41:18,561 DEBUG [org.geotools.data.wfs.internal] - FinalURL:
> http://xx/xx/WebFeatureService?REQUEST=GetCapabilities=1.0.0=WFS
> 2021-03-25 15:41:18,562 DEBUG [org.geotools.data.ows] - FinalURL:
> http://xx/xx/WebFeatureService?REQUEST=GetCapabilities=1.0.0=WFS
> 2021-03-25 15:41:18,809 DEBUG [org.geotools.data.wfs.internal] - Parsing
> GetCapabilities response
> 2021-03-25 15:41:19,077 DEBUG [org.geotools.data.wfs.internal] - Full
> GetCapabilities response: I deleted getCapabilities xml document here
> 2021-03-25 15:41:19,126 DEBUG [org.geotools.xsd.impl] - schemaLocation
> found: http://www.opengis.net/wfs
> http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd
> 2021-03-25 15:41:19,128 DEBUG [org.geotools.xsd.impl] - Found override for
> http://www.opengis.net/wfs:
> http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd ==>
> jar:file:/D:/GeoServer/webapps/geoserver/WEB-INF/lib/gt-xsd-wfs-23.1.jar!/org/geotools/wfs/v1_0/WFS-basic.xsd
> 2021-03-25 15:41:19,128 DEBUG [org.geotools.xsd.impl] - Parsing unknown
> attribute: {http://www.w3.org/2000/xmlns/}xmlns
> 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
> declaration for: {http://www.berit.com/ber}wfsServiceExtensions. Checking
> if containing type declares a single particle.
> 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
> declaration for: {http://www.berit.com/ber}wfsServiceExtensions.
> Performing lookup by ignoring namespace
> 2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
> declaration for: 

[Geoserver-users] geoserver problem connect to cascaded wfs

2021-03-29 Thread V. M.
Hello,

I have a problem connect to cascaded WFS using Geoserver 2.17. Geoserver
writes "Unable to parse GetCapabilities document". Desktop QGIS connnects
to this wfs service succefully. I read discussion forums, GS documentation
but I can not solve it.
Could someone help me please? Log is below.

2021-03-25 15:41:18,561 DEBUG [org.geotools.data.wfs.internal] - FinalURL:
http://xx/xx/WebFeatureService?REQUEST=GetCapabilities=1.0.0=WFS
2021-03-25 15:41:18,562 DEBUG [org.geotools.data.ows] - FinalURL:
http://xx/xx/WebFeatureService?REQUEST=GetCapabilities=1.0.0=WFS
2021-03-25 15:41:18,809 DEBUG [org.geotools.data.wfs.internal] - Parsing
GetCapabilities response
2021-03-25 15:41:19,077 DEBUG [org.geotools.data.wfs.internal] - Full
GetCapabilities response: I deleted getCapabilities xml document here
2021-03-25 15:41:19,126 DEBUG [org.geotools.xsd.impl] - schemaLocation
found: http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd
2021-03-25 15:41:19,128 DEBUG [org.geotools.xsd.impl] - Found override for
http://www.opengis.net/wfs:
http://schemas.opengis.net/wfs/1.0.0/WFS-basic.xsd ==>
jar:file:/D:/GeoServer/webapps/geoserver/WEB-INF/lib/gt-xsd-wfs-23.1.jar!/org/geotools/wfs/v1_0/WFS-basic.xsd
2021-03-25 15:41:19,128 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: {http://www.w3.org/2000/xmlns/}xmlns
2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}wfsServiceExtensions. Checking
if containing type declares a single particle.
2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}wfsServiceExtensions. Performing
lookup by ignoring namespace
2021-03-25 15:41:19,134 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}wfsServiceExtensions. Creating a
mock element declaration and parsing anyways...
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}getFeature. Checking if
containing type declares a single particle.
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}getFeature. Performing lookup by
ignoring namespace
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}getFeature. Creating a mock
element declaration and parsing anyways...
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: idsInLogicalCondition
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: paging
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: pagingTillEnd
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: sorting
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: spatialWithSemanticCondition
2021-03-25 15:41:19,135 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}configuration. Checking if
containing type declares a single particle.
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}configuration. Performing lookup
by ignoring namespace
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}configuration. Creating a mock
element declaration and parsing anyways...
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}parameter. Checking if
containing type declares a single particle.
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}parameter. Performing lookup by
ignoring namespace
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Could not find
declaration for: {http://www.berit.com/ber}parameter. Creating a mock
element declaration and parsing anyways...
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: name
2021-03-25 15:41:19,136 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: value
...repeated for every unknown attribute
2021-03-25 15:41:19,647 DEBUG [org.geotools.xsd.impl] - Parsing unknown
attribute: onlineResource
2021-03-25 15:41:19,718 ERROR [org.geotools.data.ows] - Failed to execute
request
http://xx/xx/WebFeatureService?REQUEST=GetCapabilities=1.0.0=WFS
2021-03-25 15:41:19,718 WARN [org.geoserver.web.data.store] - Error
obtaining new data store
java.io.IOException
at org.geoserver.catalog.ResourcePool.getDataStore(ResourcePool.java:667)
at
org.geoserver.catalog.impl.DataStoreInfoImpl.getDataStore(DataStoreInfoImpl.java:33)
at
org.geoserver.web.data.store.DataAccessNewPage.onSaveDataStore(DataAccessNewPage.java:89)
at
org.geoserver.web.data.store.AbstractDataAccessPage$1.onSubmit(AbstractDataAccessPage.java:173)
at

Re: [Geoserver-users] Geoserver Problem with AppSchema GML Output

2020-03-24 Thread Nuno Oliveira
Great, thank you for the feedback!
On Mon, 2020-03-23 at 21:11 +0100, Christine Andrae wrote:
> hi Nuno.
> your schema DID HELP, the output is correct now!
> I don't remember why I deactivated the import of gml Schema months
> ago. Anyway its working now.
> Thanks a lot, I really had come to an end with searching for the
> error.
> Happy greetings and do stay healthy!
> Christine
> Am 23.03.2020 um 19:45 schrieb Nuno Oliveira:
> > Hi,
> > if GeoServer is capable of producing the correct GeoJSON output and
> > use WMS it means that it's the XML encoding that's failing,
> > probably because some GML type binding is not being recognized.
> > 
> > I did a few changes on your schema, could you give a try using:
> > 
> > 
> > 
> > eoserver.org/xe" version = "2.03"
> > xmlns:xs="http://www.w3.org/2001/XMLSchema" 
> > xmlns:xe="http://geoserver.org/xe;
> > xmlns:gml="http://www.opengis.net/gml/3.2;>;;
> > http://www.opengis.net/gml/3.2;
> > schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd; />
> > 
> > type="xe:XE_OrtVonInteresseType"
> > substitutionGroup="gml:AbstractFeature" />
> > 
> > 
> > 
> > 
> > 
> > 
> > type="xs:string"/>
> > 
> > type="xs:string"/>
> > 
> > type="gml:GeometryPropertyType" minOccurs="1"
> > maxOccurs="1"/> 
> > 
> > type="xs:string"/>
> > 
> > 
> > 
> > 
> > 
> > type="xe:XE_AussichtspunktType"
> > substitutionGroup="xe:XE_OrtVonInteresse"/>
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > If the schema changes above don't make it work, can you give it a
> > try whit this mapping for the geometry (instead of the one you are
> > using)? 
> > 
> > 
> > xe:lageanfasspunkt
> > 
> > lageanfasspunkt
> > 
> > 
> > 
> > If none of the above work, then I'm afraid this will need to be
> > debugged.
> > 
> > Hope it helps,
> > Nuno Oliveira
> > 
> > On Sun, 2020-03-22 at 18:53 +0100, Christine Andrae wrote:
> > > Hello,
> > > 
> > > I have problems trying to serve a complex feature schema via
> > > Application 
> > > Schema Extension with geoserver.
> > > 
> > > All feature attributes are built correctly with exception of the 
> > > geometry column. This results in an empty tag in the GML 3.x-
> > > Output.
> > > 
> > > However, geoserver is able to produce a correct wms output or to
> > > serve 
> > > the geometric data as GeoJSON.
> > > 
> > > After spending days trying all sorts of changes I finally made a 
> > > stackoverflow-request.
> > > 
> > > https://gis.stackexchange.com/questions/354759/geoserver-applicat
> > > ion-schema-gml-output-without-geometry
> > > 
> > > Is anybody able to help?
> > > 
> > > Thank you
> > > 
> > > Christine
> > > 
> > > 
> > > 
> > > 
> > > 
> > > 
> > > ___
> > > 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.or
> > > g/comm/userlist-guidelines.html
> > > 
> > > If you want to request a feature or an improvement, also see
> > > this: https://github.com/geoserver/geoserver/wiki/Successfully-re
> > > questing-and-integrating-new-features-and-improvements-in-
> > > GeoServer
> > > 
> > > 
> > > Geoserver-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/geoserver-users
> >  -- 
> > Regards,
> > Nuno Oliveira
> > ==
> > GeoServer Professional Services from the
> > experts! 
> > Visit http://goo.gl/it488V for more information.
> > ==
> > 
> > Nuno Miguel Carvalho Oliveira
> > @nmcoliveira
> > Software Engineer
> > 
> > GeoSolutions S.A.S.
> > Via di Montramito 3/A
> > 55054  Massarosa (LU)
> > Italy
> > phone: +39 0584 962313
> > fax:      +39 0584 1660272
> > 
> > http://www.geo-solutions.it
> > http://twitter.com/geosolutions_it
> > 
> > ---
> > 
> > Con riferimento alla normativa sul trattamento dei dati 
> > personali (Reg. UE 2016/679 - Regolamento generale sulla 
> > protezione dei dati “GDPR”), si precisa che ogni 
> > circostanza inerente alla presente email (il suo contenuto, 
> > gli eventuali allegati, etc.) è un dato la cui conoscenza 
> > è riservata al/i solo/i destinatario/i indicati dallo 
> > scrivente. Se il messaggio Le è giunto per errore, è 
> > tenuta/o a cancellarlo, ogni altra operazione è illecita. 
> > Le sarei comunque grato se potesse darmene notizia.
> > 
> > This email is intended only for the person or entity to 
> > which it is addressed and may contain information that 
> > is privileged, confidential or otherwise protected from 
> > disclosure. We remind that - 

Re: [Geoserver-users] Geoserver Problem with AppSchema GML Output

2020-03-23 Thread Christine Andrae

hi Nuno.

your schema DID HELP, the output is correct now!

I don't remember why I deactivated the import of gml Schema months ago. 
Anyway its working now.


Thanks a lot, I really had come to an end with searching for the error.

Happy greetings and do stay healthy!

Christine

Am 23.03.2020 um 19:45 schrieb Nuno Oliveira:

Hi,
if GeoServer is capable of producing the correct GeoJSON output and 
use WMS it means that it's the XML encoding that's failing, probably 
because some GML type binding is not being recognized.


I did a few changes on your schema, could you give a try using:


targetNamespace="http://geoserver.org/xe; version = "2.03"

xmlns:xs="http://www.w3.org/2001/XMLSchema;
xmlns:xe="http://geoserver.org/xe;
xmlns:gml="http://www.opengis.net/gml/3.2;> 
;
http://www.opengis.net/gml/3.2; 
schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd; />
type="xe:XE_OrtVonInteresseType" 
substitutionGroup="gml:AbstractFeature" />








type="gml:GeometryPropertyType" minOccurs="1" maxOccurs="1"/>






type="xe:XE_AussichtspunktType" 
substitutionGroup="xe:XE_OrtVonInteresse"/>









If the schema changes above don't make it work, can you give it a try 
whit this mapping for the geometry (instead of the one you are using)?



xe:lageanfasspunkt

lageanfasspunkt



If none of the above work, then I'm afraid this will need to be debugged.

Hope it helps,
Nuno Oliveira

On Sun, 2020-03-22 at 18:53 +0100, Christine Andrae wrote:

Hello,

I have problems trying to serve a complex feature schema via Application
Schema Extension with geoserver.

All feature attributes are built correctly with exception of the
geometry column. This results in an empty tag in the GML 3.x-Output.

However, geoserver is able to produce a correct wms output or to serve
the geometric data as GeoJSON.

After spending days trying all sorts of changes I finally made a
stackoverflow-request.

https://gis.stackexchange.com/questions/354759/geoserver-application-schema-gml-output-without-geometry

Is anybody able to help?

Thank you

Christine






___
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

--
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the
experts!
Visit http://goo.gl/it488V for more information.
==

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---

Con riferimento alla normativa sul trattamento dei dati
personali (Reg. UE 2016/679 - Regolamento generale sulla
protezione dei dati “GDPR”), si precisa che ogni
circostanza inerente alla presente email (il suo contenuto,
gli eventuali allegati, etc.) è un dato la cui conoscenza
è riservata al/i solo/i destinatario/i indicati dallo
scrivente. Se il messaggio Le è giunto per errore, è
tenuta/o a cancellarlo, ogni altra operazione è illecita.
Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to
which it is addressed and may contain information that
is privileged, confidential or otherwise protected from
disclosure. We remind that - as provided by European
Regulation 2016/679 “GDPR” - copying, dissemination or
use of this e-mail or the information herein by anyone
other than the intended recipient is prohibited. If you
have received this email by mistake, please notify
us immediately by telephone or e-mail.
___
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: 

Re: [Geoserver-users] Geoserver Problem with AppSchema GML Output

2020-03-23 Thread Nuno Oliveira
Hi,
if GeoServer is capable of producing the correct GeoJSON output and use
WMS it means that it's the XML encoding that's failing, probably
because some GML type binding is not being recognized.
I did a few changes on your schema, could you give a try using:

http://ge
oserver.org/xe" version = "2.03"
xmlns:xs=" http://www.w3.org/2001/XMLSchema" 
xmlns:xe=" http://geoserver.org/xe"
xmlns:gml=" http://www.opengis.net/gml/3.2;>;
http://www.opengis.net/gml/3.2"
schemaLocation="http://schemas.opengis.net/gml/3.2.1/gml.xsd; />








 













If the schema changes above don't make it work, can you give it a try
whit this mapping for the geometry (instead of the one you are using)? 

xe:lageanfasspunkt

lageanfasspunkt


If none of the above work, then I'm afraid this will need to be
debugged.
Hope it helps,
Nuno Oliveira
On Sun, 2020-03-22 at 18:53 +0100, Christine Andrae wrote:
> Hello,
> 
> I have problems trying to serve a complex feature schema via
> Application 
> Schema Extension with geoserver.
> 
> All feature attributes are built correctly with exception of the 
> geometry column. This results in an empty tag in the GML 3.x-Output.
> 
> However, geoserver is able to produce a correct wms output or to
> serve 
> the geometric data as GeoJSON.
> 
> After spending days trying all sorts of changes I finally made a 
> stackoverflow-request.
> 
> https://gis.stackexchange.com/questions/354759/geoserver-application-
> schema-gml-output-without-geometry
> 
> Is anybody able to help?
> 
> Thank you
> 
> Christine
> 
> 
> 
> 
> 
> 
> ___
> 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://w
> ww.ianturton.com/talks/foss4g.html#/
> - The GeoServer user list posting guidelines: http://geoserver.org/co
> mm/userlist-guidelines.html
> 
> If you want to request a feature or an improvement, also see this: ht
> tps://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
-- 
Regards,
Nuno Oliveira
==
GeoServer Professional Services from the
experts! 
Visit http://goo.gl/it488V for more information.
==

Nuno Miguel Carvalho Oliveira
@nmcoliveira
Software Engineer

GeoSolutions S.A.S.
Via di Montramito 3/A
55054  Massarosa (LU)
Italy
phone: +39 0584 962313
fax:      +39 0584 1660272

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

---

Con riferimento alla normativa sul trattamento dei dati 
personali (Reg. UE 2016/679 - Regolamento generale sulla 
protezione dei dati “GDPR”), si precisa che ogni 
circostanza inerente alla presente email (il suo contenuto, 
gli eventuali allegati, etc.) è un dato la cui conoscenza 
è riservata al/i solo/i destinatario/i indicati dallo 
scrivente. Se il messaggio Le è giunto per errore, è 
tenuta/o a cancellarlo, ogni altra operazione è illecita. 
Le sarei comunque grato se potesse darmene notizia.

This email is intended only for the person or entity to 
which it is addressed and may contain information that 
is privileged, confidential or otherwise protected from 
disclosure. We remind that - as provided by European 
Regulation 2016/679 “GDPR” - copying, dissemination or 
use of this e-mail or the information herein by anyone 
other than the intended recipient is prohibited. If you 
have received this email by mistake, please notify 
us immediately by telephone or e-mail.
___
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] Geoserver Problem with AppSchema GML Output

2020-03-22 Thread Christine Andrae

Hello,

I have problems trying to serve a complex feature schema via Application 
Schema Extension with geoserver.


All feature attributes are built correctly with exception of the 
geometry column. This results in an empty tag in the GML 3.x-Output.


However, geoserver is able to produce a correct wms output or to serve 
the geometric data as GeoJSON.


After spending days trying all sorts of changes I finally made a 
stackoverflow-request.


https://gis.stackexchange.com/questions/354759/geoserver-application-schema-gml-output-without-geometry

Is anybody able to help?

Thank you

Christine






___
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] Geoserver - problem with CQL filter, when value contains single quote and there are no results

2020-03-04 Thread Kolaczek, Martyna Julia
Hi,

You are right. With all the quotes doubled it works fine.
Thank you for a prompt response!

Best Regards
Martyna

From: Andrea Aime 
Sent: Wednesday, March 4, 2020 2:24 PM
To: Kolaczek, Martyna Julia 
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] Geoserver - problem with CQL filter, when value 
contains single quote and there are no results

Hi,
if I URL-decode the first filter, it looks like this:

(1 = 1) AND (1 = 1 AND (region = 'JAPAC') AND (country = 'South Korea') AND 
(state = 'Chungcheongnamdo [Ch''ungch'ongnam-do]'))

Only one of the single quotes has been doubled. If also the second is repeated, 
as expected, then there is no error:

https://abbvie-ows.omnilocation-iot.com/geoserver/abbvie/wms?SERVICE=WMS=1.3.0=GetMap=image%2Fpng=true=asset_site=true_FILTER=(1%20%3D%201)%20AND%20(1%20%3D%201%20AND%20(region%20%3D%20%27JAPAC%27)%20AND%20(country%20%3D%20%27South%20Korea%27)%20AND%20(state%20%3D%20%27Chungcheongnamdo%20%5BCh%27%27ungch%27%27ongnam-do%5D%27))_=1583319334693==512=512=EPSG%3A3857==10018754.17139462%2C5009377.085697312%2C15028131.257091932%2C10018754.171394624<https://clicktime.symantec.com/3EGgX876wMon1YPnKUXATea7Vc?u=https%3A%2F%2Fabbvie-ows.omnilocation-iot.com%2Fgeoserver%2Fabbvie%2Fwms%3FSERVICE%3DWMS%26VERSION%3D1.3.0%26REQUEST%3DGetMap%26FORMAT%3Dimage%252Fpng%26TRANSPARENT%3Dtrue%26LAYERS%3Dasset_site%26TILED%3Dtrue%26CQL_FILTER%3D%281%2520%253D%25201%29%2520AND%2520%281%2520%253D%25201%2520AND%2520%28region%2520%253D%2520%2527JAPAC%2527%29%2520AND%2520%28country%2520%253D%2520%2527South%2520Korea%2527%29%2520AND%2520%28state%2520%253D%2520%2527Chungcheongnamdo%2520%255BCh%2527%2527ungch%2527%2527ongnam-do%255D%2527%29%29%26TIME_%3D1583319334693%26viewparams%3D%26WIDTH%3D512%26HEIGHT%3D512%26CRS%3DEPSG%253A3857%26STYLES%3D%26BBOX%3D10018754.17139462%252C5009377.085697312%252C15028131.257091932%252C10018754.171394624>

Hope this helps

Cheers
Andrea


On Wed, Mar 4, 2020 at 12:46 PM Kolaczek, Martyna Julia 
mailto:martyna.kolac...@dxc.com>> wrote:
Hello,

I have a problem with filtering a layer, when filter value contains a single 
quote (which I replace with two single quotes – according to a specification: 
https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-literal<https://clicktime.symantec.com/3VAV8Yifba3yDYhkxebs6Xe7Vc?u=https%3A%2F%2Fdocs.geoserver.org%2Fstable%2Fen%2Fuser%2Ffilter%2Fecql_reference.html%23ecql-literal>).
Values are filtered correctly when there are some results. If the result should 
be empty layer – I get following exception in the response:

http://www.opengis.net/ogc<https://clicktime.symantec.com/37bC9hRTj74B8wYA4sgnuqp7Vc?u=http%3A%2F%2Fwww.opengis.net%2Fogc>"
 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance<https://clicktime.symantec.com/37AN4CYJXoUjyX7HuG2K92e7Vc?u=http%3A%2F%2Fwww.w3.org%2F2001%2FXMLSchema-instance>"
 
xsi:schemaLocation="http://www.opengis.net/ogc<https://clicktime.symantec.com/37bC9hRTj74B8wYA4sgnuqp7Vc?u=http%3A%2F%2Fwww.opengis.net%2Fogc>
 
https://abbvie-ows.omnilocation-iot.com/geoserver/schemas/wms/1.3.0/exceptions_1_3_0.xsd<https://clicktime.symantec.com/37NoqhTRTnLSU6i3XvKa8947Vc?u=https%3A%2F%2Fabbvie-ows.omnilocation-iot.com%2Fgeoserver%2Fschemas%2Fwms%2F1.3.0%2Fexceptions_1_3_0.xsd>">
   
  Could not parse CQL filter list.
Encountered ongnam at line 1, column 115.
Was expecting one of:
and ...
or ...
) ...
/ ...
* ...
+ ...
- ...
 Parsing : (1 = 1) AND (1 = 1 AND (region = JAPAC) AND (country 
= South Korea) AND (state = Chungcheongnamdo 
[Chungchongnam-do])).


And here is a request that I send:

https://abbvie-ows.omnilocation-iot.com/geoserver/abbvie/wms?SERVICE=WMS=1.3.0=GetMap=image%2Fpng=true=asset_site=true_FILTER=(1%20%3D%201)%20AND%20(1%20%3D%201%20AND%20(region%20%3D%20%27JAPAC%27)%20AND%20(country%20%3D%20%27South%20Korea%27)%20AND%20(<https://clicktime.symantec.com/3M6FHMLe8ZqTvyeNpREpafu7Vc?u=https%3A%2F%2Fabbvie-ows.omnilocation-iot.com%2Fgeoserver%2Fabbvie%2Fwms%3FSERVICE%3DWMS%26VERSION%3D1.3.0%26REQUEST%3DGetMap%26FORMAT%3Dimage%252Fpng%26TRANSPARENT%3Dtrue%26LAYERS%3Dasset_site%26TILED%3Dtrue%26CQL_FILTER%3D%281%2520%253D%25201%29%2520AND%2520%281%2520%253D%25201%2520AND%2520%28region%2520%253D%2520%2527JAPAC%2527%29%2520AND%2520%28country%2520%253D%2520%2527South%2520Korea%2527%29%2520AND%2520%28>state%20%3D%20%27Chungcheongnamdo%20%5BCh%27%27ungch%27ongnam-do%5D%27))_=1583319334693==512=512=EPSG%3A3857==10018754.17139462%2C5009377.085697312%2C15028131.257091932%2C10018754.171394624

If there is at least one result (on the whole layer), I get a correct image as 
a response. Here is a sample request that works fine:

https://abbvie-ows.omnilocation-iot.com/geoserver/abbvie/wms?SERVICE=WMS=1.3.0=GetMap=image%2Fpng=true=asset_site=true_FILTER=(1%20%3D%201)%20AND%20(1%20%3D%201%20AND%20(region%20%3D%20%27JAPAC%27)%20AND%20(c

Re: [Geoserver-users] Geoserver - problem with CQL filter, when value contains single quote and there are no results

2020-03-04 Thread Andrea Aime
Hi,
if I URL-decode the first filter, it looks like this:

(1 = 1) AND (1 = 1 AND (region = 'JAPAC') AND (country = 'South Korea') AND
(state = 'Chungcheongnamdo [*Ch''ungch'ongnam-do*]'))

Only one of the single quotes has been doubled. If also the second is
repeated, as expected, then there is no error:

https://abbvie-ows.omnilocation-iot.com/geoserver/abbvie/wms?SERVICE=WMS=1.3.0=GetMap=image%2Fpng=true=asset_site=true_FILTER=(1%20%3D%201)%20AND%20(1%20%3D%201%20AND%20(region%20%3D%20%27JAPAC%27)%20AND%20(country%20%3D%20%27South%20Korea%27)%20AND%20(state%20%3D%20%27Chungcheongnamdo%20%5BCh%27%27ungch%27%27ongnam-do%5D%27))_=1583319334693==512=512=EPSG%3A3857==10018754.17139462%2C5009377.085697312%2C15028131.257091932%2C10018754.171394624

Hope this helps

Cheers
Andrea


On Wed, Mar 4, 2020 at 12:46 PM Kolaczek, Martyna Julia <
martyna.kolac...@dxc.com> wrote:

> Hello,
>
>
>
> I have a problem with filtering a layer, when filter value contains a
> single quote (which I replace with two single quotes – according to a
> specification:
> https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-literal
> ).
>
> Values are filtered correctly when there are some results. If the result
> should be empty layer – I get following exception in the response:
>
>
>
>  version="1.3.0" xmlns="http://www.opengis.net/ogc; xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation="
> http://www.opengis.net/ogc
> https://abbvie-ows.omnilocation-iot.com/geoserver/schemas/wms/1.3.0/exceptions_1_3_0.xsd;>
> 
>
>   Could not parse CQL filter list.
>
> Encountered ongnam at line 1, column 115.
>
> Was expecting one of:
>
> and ...
>
> or ...
>
> ) ...
>
> / ...
>
> * ...
>
> + ...
>
> - ...
>
>  Parsing : (1 = 1) AND (1 = 1 AND (region = JAPAC) AND
> (country = South Korea) AND (state = Chungcheongnamdo
> [Chungchongnam-do])).
>
> 
>
>
>
> And here is a request that I send:
>
>
>
>
> https://abbvie-ows.omnilocation-iot.com/geoserver/abbvie/wms?SERVICE=WMS=1.3.0=GetMap=image%2Fpng=true=asset_site=true_FILTER=(1%20%3D%201)%20AND%20(1%20%3D%201%20AND%20(region%20%3D%20%27JAPAC%27)%20AND%20(country%20%3D%20%27South%20Korea%27)%20AND%20(
> state%20%3D%20%27Chungcheongnamdo%20%5BCh%27%27ungch%27ongnam-do%5D%27
> ))_=1583319334693==512=512=EPSG%3A3857==10018754.17139462%2C5009377.085697312%2C15028131.257091932%2C10018754.171394624
>
>
>
> If there is at least one result (on the whole layer), I get a correct
> image as a response. Here is a sample request that works fine:
>
>
>
>
> https://abbvie-ows.omnilocation-iot.com/geoserver/abbvie/wms?SERVICE=WMS=1.3.0=GetMap=image%2Fpng=true=asset_site=true_FILTER=(1%20%3D%201)%20AND%20(1%20%3D%201%20AND%20(region%20%3D%20%27JAPAC%27)%20AND%20(country%20%3D%20%27South%20Korea%27)%20AND%20(
> state%20%3D%20%27Daegu%20Gwang%27%27yeogsi%20%5BTaegu-Kwangyokshi%5D%27
> ))_=1583320599330==512=512=EPSG%3A3857==10018754.17139462%2C0%2C15028131.257091932%2C5009377.085697311
>
>
>
> Any ideas, how could I configure my filter, so it works in all cases?
>
>
>
> Best Regards
>
> Martyna Kolaczek
>
>
>
>
>
>
>
>
> DXC Technology Company -- This message is transmitted to you by or on
> behalf of DXC Technology Company or one of its affiliates. It is intended
> exclusively for the addressee. The substance of this message, along with
> any attachments, may contain proprietary, confidential or privileged
> information or information that is otherwise legally exempt from
> disclosure. Any unauthorized review, use, disclosure or distribution is
> prohibited. If you are not the intended recipient of this message, you are
> not authorized to read, print, retain, copy or disseminate any part of this
> message. If you have received this message in error, please destroy and
> delete all copies and notify the sender by return e-mail. Regardless of
> content, this e-mail shall not operate to bind DXC Technology Company or
> any of its affiliates to any order or other contract unless pursuant to
> explicit written agreement or government initiative expressly permitting
> the use of e-mail for such purpose. --.
> ___
> 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
>


-- 

Regards, Andrea Aime == GeoServer Professional Services from the experts!
Visit http://goo.gl/it488V for more information. == Ing. Andrea Aime
@geowolf 

[Geoserver-users] Geoserver - problem with CQL filter, when value contains single quote and there are no results

2020-03-04 Thread Kolaczek, Martyna Julia
Hello,

I have a problem with filtering a layer, when filter value contains a single 
quote (which I replace with two single quotes - according to a specification: 
https://docs.geoserver.org/stable/en/user/filter/ecql_reference.html#ecql-literal).
Values are filtered correctly when there are some results. If the result should 
be empty layer - I get following exception in the response:

http://www.opengis.net/ogc; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://www.opengis.net/ogc 
https://abbvie-ows.omnilocation-iot.com/geoserver/schemas/wms/1.3.0/exceptions_1_3_0.xsd;>
   
  Could not parse CQL filter list.
Encountered ongnam at line 1, column 115.
Was expecting one of:
and ...
or ...
) ...
/ ...
* ...
+ ...
- ...
 Parsing : (1 = 1) AND (1 = 1 AND (region = JAPAC) AND (country 
= South Korea) AND (state = Chungcheongnamdo 
[Chungchongnam-do])).


And here is a request that I send:

https://abbvie-ows.omnilocation-iot.com/geoserver/abbvie/wms?SERVICE=WMS=1.3.0=GetMap=image%2Fpng=true=asset_site=true_FILTER=(1%20%3D%201)%20AND%20(1%20%3D%201%20AND%20(region%20%3D%20%27JAPAC%27)%20AND%20(country%20%3D%20%27South%20Korea%27)%20AND%20(state%20%3D%20%27Chungcheongnamdo%20%5BCh%27%27ungch%27ongnam-do%5D%27))_=1583319334693==512=512=EPSG%3A3857==10018754.17139462%2C5009377.085697312%2C15028131.257091932%2C10018754.171394624

If there is at least one result (on the whole layer), I get a correct image as 
a response. Here is a sample request that works fine:

https://abbvie-ows.omnilocation-iot.com/geoserver/abbvie/wms?SERVICE=WMS=1.3.0=GetMap=image%2Fpng=true=asset_site=true_FILTER=(1%20%3D%201)%20AND%20(1%20%3D%201%20AND%20(region%20%3D%20%27JAPAC%27)%20AND%20(country%20%3D%20%27South%20Korea%27)%20AND%20(state%20%3D%20%27Daegu%20Gwang%27%27yeogsi%20%5BTaegu-Kwangyokshi%5D%27))_=1583320599330==512=512=EPSG%3A3857==10018754.17139462%2C0%2C15028131.257091932%2C5009377.085697311

Any ideas, how could I configure my filter, so it works in all cases?

Best Regards
Martyna Kolaczek





DXC Technology Company -- This message is transmitted to you by or on behalf of 
DXC Technology Company or one of its affiliates. It is intended exclusively for 
the addressee. The substance of this message, along with any attachments, may 
contain proprietary, confidential or privileged information or information that 
is otherwise legally exempt from disclosure. Any unauthorized review, use, 
disclosure or distribution is prohibited. If you are not the intended recipient 
of this message, you are not authorized to read, print, retain, copy or 
disseminate any part of this message. If you have received this message in 
error, please destroy and delete all copies and notify the sender by return 
e-mail. Regardless of content, this e-mail shall not operate to bind DXC 
Technology Company or any of its affiliates to any order or other contract 
unless pursuant to explicit written agreement or government initiative 
expressly permitting the use of e-mail for such purpose. --.
___
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] GeoServer Problem

2018-11-30 Thread bradh
Unless you are building from trunk, you need JDK (or JRE) 8.

 

This is in the documentation 
(https://docs.geoserver.org/stable/en/user/installation/index.html - see the 
warning).

 

From: SHIVAM RAI  
Sent: Saturday, 1 December 2018 5:08 AM
To: geoserver-users@lists.sourceforge.net
Subject: [Geoserver-users] GeoServer Problem

 

Hi Guys,

Actually I have installed geoserver and jdk-11. and it went successfully but 
when i oped the geoserver and typed this command localhost:8080/geoserver.

Error :- HTTP Error 503

Then after i have opened geoserver with OSGEO Live again that error

 

Please Tell Why Error is there. and how to fix it.

Thanks

___
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] GeoServer Problem

2018-11-30 Thread SHIVAM RAI
Hi Guys,
Actually I have installed geoserver and jdk-11. and it went successfully
but when i oped the geoserver and typed this command
localhost:8080/geoserver.
Error :- HTTP Error 503
Then after i have opened geoserver with OSGEO Live again that error

Please Tell Why Error is there. and how to fix it.
Thanks
___
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] geoserver problem

2015-04-29 Thread Jody Garnett
You will need to send your question to the geoserver users list - that way
more people can benefit from the discussion and we have a record for people
with the same question.

If you are reluctant to communicate in public there are commercial support
http://geoserver.org/support/ options listed on our website.

--
Jody Garnett

On 29 April 2015 at 03:30, purya@gmail.com wrote:

 Hi.
 Iam using geoserver and postgresql for my msc thesis.create my geodatabase
 with postgis and import layers to geoserver. my problem are:
 1- when import shp.files and go to layer preview and select Go, shp.files
 repeated several times and unsettles.
 2- how i can display my layers in UI (user interface) ?
 note: I designed user interface with Asp.net


 _
 Sent from http://osgeo-org.1560.x6.nabble.com


--
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y___
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users