[Geoserver-users] Abwesenheitsnotiz

2019-01-04 Thread Andreas Zapke

Sehr geehrte Damen und Herren,

vielen Dank für Ihre Nachricht. Ich bin bis einschließlich 04.01.2019 nicht im 
Büro.

Ihre E-Mail wird nicht automatisch weitergeleitet und erst ab dem 07.01.2019 
bearbeitet.

In dringenden Fällen wenden Sie sich bitte telefonisch an unsere Zentrale (Tel: 
+49 341 253966-0).

Mit freundlichen Grüßen
Andreas Zapke


___
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] Shapefile export issue

2019-01-04 Thread Vera Green
Thanks Ian!
Based on the logs the first issue was a permission denied and I was able to
resolve it by changing ownership on .../Catalina/work from root to tomcat.
The second issue was that my layer had spaces and brackets in it. When
these are removed and the layer is called KP_Marker_C18 the shapefile
export works!
It would be a nice enhancement to have the function replace special
characters with underscores during a shapefile export.

Thanks again,
Vera

For reference the second error was:


2019-01-04 12:29:29,859 WARN [data.shapefile] - Error while writing
featuretype 'KP Marker (C18)' to shapefile.

java.io.IOException: Schema 'KP Marker (C18)' does not exist.

at
org.geotools.data.store.ContentDataStore.ensureEntry(ContentDataStore.java:535)

... etc.

2019-01-04 12:29:29,861 INFO [geoserver.servlets] - OutputStream was
successfully aborted.

2019-01-04 12:29:29,861 ERROR [geoserver.ows] -

java.io.IOException: java.io.IOException: Schema 'KP Marker (C18)' does not
exist.

at
org.geotools.data.shapefile.ShapefileDumper.dump(ShapefileDumper.java:284)

at
org.geoserver.wfs.response.ShapeZipOutputFormat.write(ShapeZipOutputFormat.java:223)

... etc.


Caused by: java.io.IOException: Schema 'KP Marker (C18)' does not exist.

at
org.geotools.data.store.ContentDataStore.ensureEntry(ContentDataStore.java:535)

at
org.geotools.data.store.ContentDataStore.getFeatureSource(ContentDataStore.java:333)

... etc.


On Fri, Jan 4, 2019 at 11:58 AM Ian Turton  wrote:

> Try opening the file it probably contains the error message, or you can
> look at the log file.
>
> Ian
>
> On Fri, 4 Jan 2019, 17:42 Vera Green 
>> Hello,
>> We are having an issue serving/exporting  Shapefile  files from
>> GeoServer.  Our environment is GeoServer 2.14.1 as a webapp in tomcat 8.5
>> on Centos7.
>>
>> When a user goes to the layer Preview page and selects Shapefile as the
>> format a .zip file is provided but the file is of extremely small size (532
>> bites) and contains no data.  The following error results when trying to
>> extract the file:
>> [image: image.png]
>>
>> Any suggestions appreciated,
>> Vera
>> ___
>> 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] Error When Publishing Imported GeoPackage

2019-01-04 Thread Michael Bronner via Geoserver-users
Hi Everyone,

(I’m new here, so please let me know if there are more appropriate ways or 
places to post this.)

- I have a GeoPackage compiled by MapTiler.
- I create a new data store based on Geopackage (mosaic).
- I click the publish link.
- The following exception occurs:

org.apache.wicket.WicketRuntimeException: Method onRequest of interface 
org.apache.wicket.behavior.IBehaviorListener targeted at 
org.apache.wicket.ajax.markup.html.AjaxLink$1@610de594 on component [AjaxLink 
[Component id = link]] threw an exception
at 
org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:268)
at 
org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:241)
at 
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:248)
at 
org.apache.wicket.core.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:234)
at 
org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:895)
at 
org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:64)
at 
org.apache.wicket.request.cycle.RequestCycle.execute(RequestCycle.java:265)
at 
org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:222)
at 
org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:293)
at 
org.apache.wicket.protocol.http.WicketFilter.processRequestCycle(WicketFilter.java:261)
at 
org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:203)
at 
org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:137)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at 
org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:157)
at 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:174)
at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:50)
at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:967)
at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:901)
at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:687)
at 
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
at 
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
at 
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:26)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:69)
at 
org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:73)
at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:66)
at 
org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:41)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at 
org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:37)
at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:317)
at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:70)
at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:127)
at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:91)
at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:74)
at 
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:331)
at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:70)
  

Re: [Geoserver-users] Shapefile export issue

2019-01-04 Thread Ian Turton
Try opening the file it probably contains the error message, or you can
look at the log file.

Ian

On Fri, 4 Jan 2019, 17:42 Vera Green  Hello,
> We are having an issue serving/exporting  Shapefile  files from
> GeoServer.  Our environment is GeoServer 2.14.1 as a webapp in tomcat 8.5
> on Centos7.
>
> When a user goes to the layer Preview page and selects Shapefile as the
> format a .zip file is provided but the file is of extremely small size (532
> bites) and contains no data.  The following error results when trying to
> extract the file:
> [image: image.png]
>
> Any suggestions appreciated,
> Vera
> ___
> 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] Shapefile export issue

2019-01-04 Thread Vera Green
Hello,
We are having an issue serving/exporting  Shapefile  files from GeoServer.
Our environment is GeoServer 2.14.1 as a webapp in tomcat 8.5 on Centos7.

When a user goes to the layer Preview page and selects Shapefile as the
format a .zip file is provided but the file is of extremely small size (532
bites) and contains no data.  The following error results when trying to
extract the file:
[image: image.png]

Any suggestions appreciated,
Vera
___
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] Issue with Catalog Mode

2019-01-04 Thread Vera Green
Hello,

We are running GeoServer 2.14.1 as a webapp in tomcat 8.5 on Centos7.

I am having an issue with the Catalog Mode feature and am wondering if this
is a bug or an error with my configuration.  We are trying to restrict
access to the layer preview page to Authenticated users.  We also
extensively use GeoServer to serve live links to GoogleEarth.  Users are
provided the KMZ URL which they save in GoogleEarth.  With this setup users
are able to see data from PostGIS live in GoogleEarth with GeoServer as the
middle man.  The issue is when I switch the catalog mode to mixed or hide
(which does effectively hide the layer preview), the live links stop
updating/establishing a connection.  I have narrowed down the issue to the
fact that with the mixed or hide catalog mode GeoServer does NOT request
user credentials, it simply goes to the error message:

   - Mixed mode: "Cannot access *layer *with the current privileges.
   - Hide mode: HTTP Status 404: "Type Status Report Description The origin
   server did not find a current representation for the target resource or is
   not willing to disclose that one exists."

I tested this by placing the URL into an incognito window. So it looks like
with the mixed or hide mode GeoServer fails to ask for user credentials.

Any suggestions greatly appreciated,
Vera
___
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] Problem with WMTS GetFeatureInfo

2019-01-04 Thread Rui Maciel

Hi,

Thanks for such a quick reply.  Indeed I'm still running Geoserver 
2.13.0. Perhaps it's time to update.



Thanks for the help,
Rui Maciel


On 03/01/19 13:50, Rahkonen Jukka (MML) wrote:

Hi,

With the standard bin-zip installation of Geoserver 2.14.1 on Windows your 
request (layer name changed) works OK.

http://localhost:8080/geoserver/gwc/service/wmts?service=WMTS=GetFeatureInfo=1.0.0=nurc:Img_Sample=image/png=EPSG:4326=EPSG:4326:0=0=0=86=132=application/json

Result:
{"type":"FeatureCollection","features":[{"type":"Feature","id":"","geometry":null,"properties":{"Red_band":9,"Green_band":7,"Blue_band":44}}],"totalFeatures":"unknown","numberReturned":1,"timeStamp":"2019-01-03T13:41:52.534Z","crs":null}

If I change the layer name into Foo:Img_Sample I get this error with status 
code 400:

http://www.opengis.net/ows/1.1 
http://geowebcache.org/schema/ows/1.1.0/owsExceptionReport.xsd;>


LAYER Foo:Img_Sample is not known.




-Jukka Rahkonen-


-Alkuperäinen viesti-
Lähettäjä: Rui Maciel [mailto:rui.mac...@spinworks.pt]
Lähetetty: 3. tammikuuta 2019 14:40
Vastaanottaja: geoserver-users@lists.sourceforge.net
Aihe: [Geoserver-users] Problem with WMTS GetFeatureInfo

Hello,

I'm having some problems getting valid responses from geoserver to WMTS 
GetFeatureInfo requests.

I've been using a geoserver instance running on a Docker container 
(kartoza/geoserver), and I've created a layer (Foo:orto-red) which provides 
access to a georeferenced GeoTIFF represented in EPSG:4326.

Here's the request:

http://localhost:8080/geoserver/gwc/service/wmts?service=WMTS=GetFeatureInfo=1.0.0=Foo:orto-red=image/png=EPSG:4326=EPSG:4326:0=0=0=86=132=application/json


The previous request returns the following response:

http://localhost:8080/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd;>
   
Either no layer was queryable, or no layers were specified using QUERY_LAYERS 



It seems that geoserver throws an exception that is relevant only to WMS, 
although the WMTS request appears to be valid.

Another odd aspect is that this response is returned by geoserver with a HTTP 
status 200 OK, which appears to be a violation of WMTS v1.0.0 (OGC
07-057r7 7.3.2.2)


Rui Maciel


___
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



--
Rui Maciel

Senior Engineer

*Spin.Works*

rui.maciel(at)spinworks.pt

www.spinworks.pt 


CONFIDENTIALITY NOTICE: This message originates from Spin.Works, S.A.
This message including any attachment hereof is confidential and may be
privileged or otherwise legally protected from disclosure and may only
be read, copied and used by the intended recipient. You must not copy
this email or any attachment or disclose its / their contents to any
other person or entity.





___
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 data source: browse button does nothing

2019-01-04 Thread Rui Maciel

Hi,

While testing geoserver 2.14.1 I've noticed that I was unable to add 
raster data sources as the "Browse..." button in the "Connection 
Parameters" field isn't launching a file dialog.


After further review I've noticed that all "Browse..." buttons included 
in any of the "New data source" forms aren't launching a file dialog.


As I've deployed geoserver to Tomcat using the project's official Web 
Archive (WAR) file, I'm assuming that I've missed something in the 
deployment.


Does anyone happen to know what might be causing this problem and what 
can be done to get the buttons to work?



Best regards and thanks in advance,
Rui Maciel


___
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] publish inspire data thanks geoserver/app-schema, hale and postgis

2019-01-04 Thread vbrinon
Hi,

When I create my app-schema store in Geoserver and I save it, I have a first
error due to my mapping file:
Failed to resolve
http://inspire.ec.europa.eu/schemas/au/4.0/AdministrativeUnits.xsd
which is due to those tags:

   
 
http://inspire.ec.europa.eu/schemas/au/4.0/AdministrativeUnits.xsd
   


I did not solve this error but those tags are optionnal, so I tried to
comment it and I have another error:
No top level element found in schemas:
{http://inspire.ec.europa.eu/schemas/au/4.0}AdministrativeBoundary
Which seems to be a common error due to a namespace mistake. But I verified
and the namespace of the worskpace is the same. Any other idea to solve this
error?



--
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