Re: [Geoserver-users] GetCapabilities throws error when Time Dimension is enabled

2021-10-12 Thread Roar Brænden
Hi,

Nice that you got it working.

Thanks for the feedback.

Best regards,
Roar Brænden


ons. 13. okt. 2021 kl. 00:48 skrev Humphries, Graham <
graham.humphr...@stategrowth.tas.gov.au>:

> Thanks for your input Roar.
>
>
>
> It turns out that it seems to be a problem with using a view that has a
> timestamp field that is created from a date. If I just use the date field
> it works fine.
>
>
>
>
>
>
>
> *From:* Roar Brænden 
> *Sent:* Tuesday, 12 October 2021 7:25 PM
> *To:* Humphries, Graham 
> *Cc:* geoserver-users@lists.sourceforge.net
> *Subject:* Re: [Geoserver-users] GetCapabilities throws error when Time
> Dimension is enabled
>
>
>
> Hi,
>
>
>
> The problem might be that you have a Null value within that time field.
>
>
>
> To avoid the exception, you could try to use a different Presentation
> mode. To change it you must go into Geoserver for the given layer, and
> choose the tab Dimensions. For Presentation you could choose List to see if
> that helps.
>
>
>
> If the problem is that you have a Null value, I think you could open a
> ticket in the Issue tracker.
>
>
>
> Best regards,
>
>
>
> Roar Brænden
>
>
>
>
>
>
>
> 11. okt. 2021 kl. 07:00 skrev Humphries, Graham <
> graham.humphr...@stategrowth.tas.gov.au>:
>
>
>
> Geoserver config:
>
> Tomcat 8.5.60
>
> AdoptOpenJDK 1.8.0_275-b01
>
> Geoserver 2.19.2
>
>
>
>
>
> I have set up a layer in Geoserver to use the Time Dimension. This layer
> works well when using in an OpenLayers map project. However when I run the
> getCapabilities command Geoserver throws an error:
>
>  ServiceExceptionReport SYSTEM
> https://data.stategrowth.tas.gov.au/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd
> >
>
>
>   javax.xml.transform.TransformerException: Translator error
>
> Translator error
>
> Error occurred trying to write out metadata for layer: CDM_CRASH_MV
>
> Failed to handle time attribute for layer
>
> Problem visiting CDM_CRASH_MV visiting
> CDM_CRASH_MV.fid--5032e677_17c6d72938d_-30d:java.lang.NullPointerException
>
> Details:
>
> org.geoserver.platform.ServiceException:
> javax.xml.transform.TransformerException: Translator error
>
>   at
> org.geoserver.wms.capabilities.GetCapabilitiesResponse.write(GetCapabilitiesResponse.java:106)
>
>   at
> org.geoserver.config.CapabilitiesCacheHeadersCallback$RevalidateTagResponse.write(CapabilitiesCacheHeadersCallback.java:134)
>
>   at org.geoserver.ows.Dispatcher.response(Dispatcher.java:1029)
>
>   at
> org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:269)
>
>   at
> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:177)
>
>   at
> org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:52)
>
>   at
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)
>
>   at
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
>
>   at
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
>
>   at
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
>
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:626)
>
>   at
> org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
>
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
>
>   at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>
>   at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>
>   at
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
>
>   at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>
>   at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>
>   at
> org.apache.catalina.filters.CorsFilter.handleNonCORS(CorsFilter.java:364)
>
>   at
> org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:170)
>
>   at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>
>   at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>
>   at
> org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:26)
>
>   at
> 

Re: [Geoserver-users] GetCapabilities throws error when Time Dimension is enabled

2021-10-12 Thread Humphries, Graham
Thanks for your input Roar.

It turns out that it seems to be a problem with using a view that has a 
timestamp field that is created from a date. If I just use the date field it 
works fine.



From: Roar Brænden 
Sent: Tuesday, 12 October 2021 7:25 PM
To: Humphries, Graham 
Cc: geoserver-users@lists.sourceforge.net
Subject: Re: [Geoserver-users] GetCapabilities throws error when Time Dimension 
is enabled

Hi,

The problem might be that you have a Null value within that time field.

To avoid the exception, you could try to use a different Presentation mode. To 
change it you must go into Geoserver for the given layer, and choose the tab 
Dimensions. For Presentation you could choose List to see if that helps.

If the problem is that you have a Null value, I think you could open a ticket 
in the Issue tracker.

Best regards,

Roar Brænden



11. okt. 2021 kl. 07:00 skrev Humphries, Graham 
mailto:graham.humphr...@stategrowth.tas.gov.au>>:

Geoserver config:
Tomcat 8.5.60
AdoptOpenJDK 1.8.0_275-b01
Geoserver 2.19.2


I have set up a layer in Geoserver to use the Time Dimension. This layer works 
well when using in an OpenLayers map project. However when I run the 
getCapabilities command Geoserver throws an error:
https://data.stategrowth.tas.gov.au/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd>

  javax.xml.transform.TransformerException: Translator error
Translator error
Error occurred trying to write out metadata for layer: CDM_CRASH_MV
Failed to handle time attribute for layer
Problem visiting CDM_CRASH_MV visiting 
CDM_CRASH_MV.fid--5032e677_17c6d72938d_-30d:java.lang.NullPointerException
Details:
org.geoserver.platform.ServiceException: 
javax.xml.transform.TransformerException: Translator error
  at 
org.geoserver.wms.capabilities.GetCapabilitiesResponse.write(GetCapabilitiesResponse.java:106)
  at 
org.geoserver.config.CapabilitiesCacheHeadersCallback$RevalidateTagResponse.write(CapabilitiesCacheHeadersCallback.java:134)
  at org.geoserver.ows.Dispatcher.response(Dispatcher.java:1029)
  at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:269)
  at 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:177)
  at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:52)
  at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)
  at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
  at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
  at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:626)
  at 
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  at 
org.apache.catalina.filters.CorsFilter.handleNonCORS(CorsFilter.java:364)
  at org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:170)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  at 
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:26)
  at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
  at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
  at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:69)
  at 
org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:70)
  at 
org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:66)
  at 

Re: [Geoserver-users] ImageIO Cache Memory Threshold error/warning

2021-10-12 Thread Russ Hore


> On 12 Oct 2021, at 14:49, Simone Giannecchini 
>  wrote:
> 
> Please, 
> post a screenshot of that page.
> 
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://bit.ly/gs-services  for more 
> information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director GeoSolutions Italy
> President GeoSolutions USA
> 
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
> 
> http://www.geosolutionsgroup.com 
> http://twitter.com/geosolutions_it 
> 
> ---
> 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.
> 
> 
> On Tue, Oct 12, 2021 at 3:31 PM Russ Hore  > wrote:
> Thanks.
> 
> I don't see the error on that page but if I go to the Tile Caching, I see the 
> error on the Caching Defaults, Tile Layers and Disk Quota pages.
> 
> Russ
> 
> 
> 
> 
> 
>> On 12 Oct 2021, at 13:51, Simone Giannecchini 
>> > > wrote:
>> 
>> Hi Russ,
>> the screenshot above is from the wrong page, you need to go to Settings -> 
>> Image Processing, see below:
>> 
>> 
>> Regards,
>> Simone Giannecchini
>> ==
>> GeoServer Professional Services from the experts!
>> Visit http://bit.ly/gs-services  for more 
>> information.
>> ==
>> Ing. Simone Giannecchini
>> @simogeo
>> Founder/Director GeoSolutions Italy
>> President GeoSolutions USA
>> 
>> phone: +39 0584 962313
>> fax: +39 0584 1660272
>> mob:   +39  333 8128928
>> 
>> http://www.geosolutionsgroup.com 
>> http://twitter.com/geosolutions_it 
>> 
>> ---
>> 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.
>> 
>> 
>> On Tue, Oct 12, 2021 at 12:39 PM Russ Hore > > wrote:
>> I am running the GS 2.20-RC on Ubuntu 20.04 under Tomcat9 
>> 
>> Server has 64Gb RAM/24 cores (It is an old Mac Pro)
>> 
>> Java is
>> openjdk version "11.0.11" 2021-04-20
>> OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
>> OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, 
>> sharing)
>> 
>> I am seeing an erorr/warning when I go to Disk Quota
>> 
>> 
>> 
>> As far as I can see I have the cache threshold set.
>> 
>> 
>> 
>> I see the same error/warning when I view the Caching Defaults, Tile Layers 
>> screen.
>> 
>> I am not sure if this happened with the current, non-RC version.
>> 
>> Has anybody seen this before?
>> 
>> Russ
>> ___
>> 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: 

Re: [Geoserver-users] ImageIO Cache Memory Threshold error/warning

2021-10-12 Thread Simone Giannecchini
Please,
post a screenshot of that page.

Regards,
Simone Giannecchini
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services for more information.
==
Ing. Simone Giannecchini
@simogeo
Founder/Director GeoSolutions Italy
President GeoSolutions USA

phone: +39 0584 962313
fax: +39 0584 1660272
mob:   +39  333 8128928

http://www.geosolutionsgroup.com
http://twitter.com/geosolutions_it

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


On Tue, Oct 12, 2021 at 3:31 PM Russ Hore  wrote:

> Thanks.
>
> I don't see the error on that page but if I go to the Tile Caching, I see
> the error on the Caching Defaults, Tile Layers and Disk Quota pages.
>
> Russ
>
>
>
>
> On 12 Oct 2021, at 13:51, Simone Giannecchini <
> simone.giannecch...@geosolutionsgroup.com> wrote:
>
> Hi Russ,
> the screenshot above is from the wrong page, you need to go to Settings ->
> Image Processing, see below:
> 
>
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://bit.ly/gs-services for more information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director GeoSolutions Italy
> President GeoSolutions USA
>
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
>
> http://www.geosolutionsgroup.com
> http://twitter.com/geosolutions_it
>
> ---
> 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.
>
>
> On Tue, Oct 12, 2021 at 12:39 PM Russ Hore  wrote:
>
>> I am running the GS 2.20-RC on Ubuntu 20.04 under Tomcat9
>>
>> Server has 64Gb RAM/24 cores (It is an old Mac Pro)
>>
>> Java is
>> openjdk version "11.0.11" 2021-04-20
>> OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
>> OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed
>> mode, sharing)
>>
>> I am seeing an erorr/warning when I go to Disk Quota
>>
>> 
>>
>> As far as I can see I have the cache threshold set.
>>
>> 
>>
>> I see the same error/warning when I view the Caching Defaults, Tile
>> Layers screen.
>>
>> I am not sure if this happened with the current, non-RC version.
>>
>> Has anybody seen this before?
>>
>> Russ
>> ___
>> 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] ImageIO Cache Memory Threshold error/warning

2021-10-12 Thread Russ Hore
Thanks.

I don't see the error on that page but if I go to the Tile Caching, I see the 
error on the Caching Defaults, Tile Layers and Disk Quota pages.

Russ





> On 12 Oct 2021, at 13:51, Simone Giannecchini 
>  wrote:
> 
> Hi Russ,
> the screenshot above is from the wrong page, you need to go to Settings -> 
> Image Processing, see below:
> 
> 
> Regards,
> Simone Giannecchini
> ==
> GeoServer Professional Services from the experts!
> Visit http://bit.ly/gs-services  for more 
> information.
> ==
> Ing. Simone Giannecchini
> @simogeo
> Founder/Director GeoSolutions Italy
> President GeoSolutions USA
> 
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob:   +39  333 8128928
> 
> http://www.geosolutionsgroup.com 
> http://twitter.com/geosolutions_it 
> 
> ---
> 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.
> 
> 
> On Tue, Oct 12, 2021 at 12:39 PM Russ Hore  > wrote:
> I am running the GS 2.20-RC on Ubuntu 20.04 under Tomcat9 
> 
> Server has 64Gb RAM/24 cores (It is an old Mac Pro)
> 
> Java is
> openjdk version "11.0.11" 2021-04-20
> OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
> OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, 
> sharing)
> 
> I am seeing an erorr/warning when I go to Disk Quota
> 
> 
> 
> As far as I can see I have the cache threshold set.
> 
> 
> 
> I see the same error/warning when I view the Caching Defaults, Tile Layers 
> screen.
> 
> I am not sure if this happened with the current, non-RC version.
> 
> Has anybody seen this before?
> 
> Russ
> ___
> 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] GeoServer 2.20-RC windows installer testing requested

2021-10-12 Thread Ronald Hoek - ComponentAgro B . V .
Hoi Jody,

Bit late, but tested the installer at 
https://sourceforge.net/projects/geoserver/files/GeoServer/2.20-RC/ just now.

System specs:

  *   Running Windows 10 (Pro)
  *   Java:  OpenJDK11U-jre_x64_windows_hotspot_11.0.12_7  (note this is the 
JRE version and not the JDK!)
  *   Also tested using the Microsoft build of OpenJDK (see 
https://www.microsoft.com/openjdk)

First install try:

  *   Started installer
  *   I already had an older version installed, which was detected perfectly
  *   So Is terminated the install process and  uninstalled the old version

Second install try:

  *   Started installer
  *   Installer detected the previous OpenJDK (8) folder, but noticed it wasn’t 
a x64 version
  *   So Is terminated the install process and downloaded/unzipped the x64 
Windows JRE binaries (to the same folder – removing older files first)

Third install try (final)

  *   Started installer
  *   Installer detected the previous OpenJDK folder (which now contained the 
version 11 x64 binaries)
  *   Went on with the installation an it detect the previous ‘DATA’ folder 
nicely
  *   Installed GeoServer as a service to an custom path (E-drive)
  *   Finished install

The installer installed the service perfectly and already started the service.
As it takes some amount of time for GeoServer to fully start up (10-15 seconds 
max) I first got some connection errors when accessing GeoServer form the 
browser, but at some point the usual GeoServer homepage showed up and I could 
log in using the know admin credentials.

Al previous layers were available and accessible and WFS queries we’re 
operating without any problems.

Final test using Microsoft JDK11 – also detected perfectly y installer and 
GeoServer seems to run without any problem

Regards,
Ronald Hoek
Application Developer
ronald.h...@componentagro.nl
[email-ca-logo.png]

[email-groene-balk]

ComponentAgro B.V.





Aston Martinlaan 70





3261 NB Oud-Beijerland

i...@componentagro.nl

0186-622 220

www.componentagro.nl

[email-linkedin.png]


The information in this e-mail message, including any files sent with it, is 
exclusively intended for the addressee. Disclosure to third parties in whatever 
form, is only permitted with permission from ComponentAgro. If you receive this 
message but you are not the addressee of this e-mail, then you must permanently 
delete the message from your system and files.

Van: Jody Garnett 
Verzonden: zondag 3 oktober 2021 19:26
Aan: GeoServer Users 
Onderwerp: [Geoserver-users] GeoServer 2.20-RC windows installer testing 
requested

Reporting in from the foss4g code sprint, and I noticed that Sander and Juan 
produces a GeoServer-install-2.20-RC.exe last week...

I do not have a windows environment handy, can I ask for testing please? 
Download is available from 
https://sourceforge.net/projects/geoserver/files/GeoServer/2.20-RC/

--
Jody Garnett
___
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] ImageIO Cache Memory Threshold error/warning

2021-10-12 Thread Russ Hore
I am running the GS 2.20-RC on Ubuntu 20.04 under Tomcat9 

Server has 64Gb RAM/24 cores (It is an old Mac Pro)

Java is
openjdk version "11.0.11" 2021-04-20
OpenJDK Runtime Environment (build 11.0.11+9-Ubuntu-0ubuntu2.20.04)
OpenJDK 64-Bit Server VM (build 11.0.11+9-Ubuntu-0ubuntu2.20.04, mixed mode, 
sharing)

I am seeing an erorr/warning when I go to Disk Quota



As far as I can see I have the cache threshold set.



I see the same error/warning when I view the Caching Defaults, Tile Layers 
screen.

I am not sure if this happened with the current, non-RC version.

Has anybody seen this before?

Russ___
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 throws error when Time Dimension is enabled

2021-10-12 Thread Roar Brænden
Hi,

The problem might be that you have a Null value within that time field.

To avoid the exception, you could try to use a different Presentation mode. To 
change it you must go into Geoserver for the given layer, and choose the tab 
Dimensions. For Presentation you could choose List to see if that helps.

If the problem is that you have a Null value, I think you could open a ticket 
in the Issue tracker.

Best regards,

Roar Brænden



> 11. okt. 2021 kl. 07:00 skrev Humphries, Graham 
> :
> 
> Geoserver config:
> Tomcat 8.5.60
> AdoptOpenJDK 1.8.0_275-b01
> Geoserver 2.19.2 
>  
>  
> I have set up a layer in Geoserver to use the Time Dimension. This layer 
> works well when using in an OpenLayers map project. However when I run the 
> getCapabilities command Geoserver throws an error:
>  ServiceExceptionReport 
> SYSTEMhttps://data.stategrowth.tas.gov.au/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd
>  
> >
> 
>   javax.xml.transform.TransformerException: Translator error
> Translator error
> Error occurred trying to write out metadata for layer: CDM_CRASH_MV
> Failed to handle time attribute for layer
> Problem visiting CDM_CRASH_MV visiting 
> CDM_CRASH_MV.fid--5032e677_17c6d72938d_-30d:java.lang.NullPointerException
> Details:
> org.geoserver.platform.ServiceException: 
> javax.xml.transform.TransformerException: Translator error
>   at 
> org.geoserver.wms.capabilities.GetCapabilitiesResponse.write(GetCapabilitiesResponse.java:106)
>   at 
> org.geoserver.config.CapabilitiesCacheHeadersCallback$RevalidateTagResponse.write(CapabilitiesCacheHeadersCallback.java:134)
>   at org.geoserver.ows.Dispatcher.response(Dispatcher.java:1029)
>   at 
> org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:269)
>   at 
> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:177)
>   at 
> org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:52)
>   at 
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1040)
>   at 
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:943)
>   at 
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006)
>   at 
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:898)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:626)
>   at 
> org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
>   at javax.servlet.http.HttpServlet.service(HttpServlet.java:733)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>   at 
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>   at 
> org.apache.catalina.filters.CorsFilter.handleNonCORS(CorsFilter.java:364)
>   at org.apache.catalina.filters.CorsFilter.doFilter(CorsFilter.java:170)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>   at 
> org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:26)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>   at 
> org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:69)
>   at 
> org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:70)
>   at 
> org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:66)
>   at 
> org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:41)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>   at 
> org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:37)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
>   at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
>   at 
> 

Re: [Geoserver-users] Problem with Features-Templating Extension

2021-10-12 Thread Roar Brænden
Hi,

The code returned in srsName is configurable within GeoServer. I don't have 
enough information to tell if your specific case is wrong. You should have a 
look in the documentation:
https://docs.geoserver.org/latest/en/user/services/wfs/webadmin.html#gml 


I didn't find anything useful to explain numberReturned=0. I think it could be 
seen as a unknown, but in this situation I don't seen why it shouldn't be 1.

Best regards,

Roar Brænden


> 11. okt. 2021 kl. 16:21 skrev Marcin Grudzień :
> 
> Hi Roar,
> 
> Here is the GetFeature request asking for one feature.
> http://localhost:8080/geoserver/us-govserv/ows?service=WFS=2.0.0=GetFeature=us-govserv%3AGovernmentalService=1
>  
> 
> 
> And her is the response.
> 
> http://www.opengis.net/wfs/2.0 
> " 
> xmlns:us-govserv="http://inspire.ec.europa.eu/schemas/us-govserv/4.0 
> " 
> xmlns:gml="http://www.opengis.net/gml/3.2 " 
> xmlns:xs="http://www.w3.org/2001/XMLSchema 
> " 
> xmlns:base="http://inspire.ec.europa.eu/schemas/base/3.3 
> " 
> xmlns:xlink="http://www.w3.org/1999/xlink " 
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance 
> " 
> xsi:schemaLocation="http://www.opengis.net/wfs/2.0 
>  http://schemas.opengis.net/wfs/2.0/wfs.xsd 
>  
> http://inspire.ec.europa.eu/schemas/us-govserv/4.0 
>  
> https://inspire.ec.europa.eu/schemas/us-govserv/4.0/GovernmentalServices.xsd 
> 
>  http://www.opengis.net/gml/3.2  
> http://schemas.opengis.net/gml/3.2.1/gml.xsd 
> " numberMatched="unknown" 
> numberReturned="0" timeStamp="2021-10-11T14:17:41.439Z">
> 
> 
> http://inspire.jrc.ec.europa.eu/ids 
> ">http://iip.gugik.gov.pl/so/US/GovernmentalService/PL.PZGiK.340.BDOT10k/2BE17937-61AE-2805-E053-CC2BA8C00483
>  
> 
> 2019-03-13T00:00:00
> 
> 
> 2BE17937-61AE-2805-E053-CC2BA8C00483
> PL.PZGiK.340.BDOT10k
> 2019-03-13T00:00:00
> 
> 
> 
> 
> 
> 
>  gml:id="GovernmentalService.1.geom">
> 
> 
> 51.7877882034977 18.5017198697435 51.78778312975884 
> 18.501753571567466 51.787757641490415 18.50174529588929 51.787741828146196 
> 18.50185525433221 51.787590938839436 18.501798906480005 51.78760491632221 
> 18.501701440758964 51.78757851885154 18.501690854762824 51.78759366111539 
> 18.501592361023192 51.78756672893427 18.501582941185113 51.787581831756675 
> 18.501475166277817 51.787719305932235 18.501528180301523 51.78771510825151 
> 18.501556361478713 51.78773797976996 18.50156263552915 51.787746714583804 
> 18.501501483562173 51.78778450934107 18.501251623045356 51.78784324938848 
> 18.50127490445298 51.78785484613871 18.50118877629267 51.78824355724281 
> 18.501334301552983 51.78822172559855 18.5014884158583 51.78819596627452 
> 18.501479853185366 51.78818933892028 18.501528945309218 51.788102591191475 
> 18.501497125515687 51.788109666985086 18.501447738484394 51.78785534843607 
> 18.501349604306387 51.787847812546175 18.501396530710725 51.787863940685135 
> 18.501403314124804 51.787856317911874 18.501450966615618 51.78784019039049 
> 18.501444328204567 51.78783248073829 18.50149270674942 51.78790950119669 
> 18.501521297973916 51.788014991355375 18.501561322619903 51.7880760684582 
> 18.501584288735227 51.78804241890583 18.501814961442484 51.7877882034977 
> 18.5017198697435
> 
> 
> 
> 
> 
> 
>  xlink:href="http://inspire.ec.europa.eu/codelist/ServiceTypeValue/primaryEducation
>  "/>
> 
> 
> 
> 
> Best regards,
> Marcin
> 
> On Mon, 11 Oct 2021 at 16:15, Roar Brænden  > wrote:
> Hi,
> 
> You're url is referring to localhost, which means the rest of us can't get 
> the response.
> You should copy a little portion of it that shows the basics of your issue.
> 
> Best regards,
> Roar Brænden
> 
> 
>> 11. okt. 2021 kl. 14:14 skrev Marcin Grudzień > >:
>> 
>> Hi Everyone,
>> 
>> For the last few years, we have been providing WFSs for the purpose of 
>> INSPIRE using Geoserver + app-schema and INSPIRE extensions.
>> 
>> In the meantime, I have noticed that the features-templating extension can 
>> be adopted for publishing INSPIRE WFSs. Because we have some