lorenzo.pini ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cf6252deba18b0ea85a70d4
 ) *created* an issue

GeoServer ( 
https://osgeo-org.atlassian.net/browse/GEOS?atlOrigin=eyJpIjoiMmU2MjE1YTNlZjVlNDlkNDhjNWEyYTQyMDUwZGQ4NjciLCJwIjoiaiJ9
 ) / Bug ( 
https://osgeo-org.atlassian.net/browse/GEOS-9554?atlOrigin=eyJpIjoiMmU2MjE1YTNlZjVlNDlkNDhjNWEyYTQyMDUwZGQ4NjciLCJwIjoiaiJ9
 ) GEOS-9554 ( 
https://osgeo-org.atlassian.net/browse/GEOS-9554?atlOrigin=eyJpIjoiMmU2MjE1YTNlZjVlNDlkNDhjNWEyYTQyMDUwZGQ4NjciLCJwIjoiaiJ9
 ) ncWMS plugin GetTimeSeries fails when Nearest Match is active ( 
https://osgeo-org.atlassian.net/browse/GEOS-9554?atlOrigin=eyJpIjoiMmU2MjE1YTNlZjVlNDlkNDhjNWEyYTQyMDUwZGQ4NjciLCJwIjoiaiJ9
 )

Issue Type: Bug Affects Versions: 2.16.1, 2.18-RC Assignee: Unassigned 
Components: image mosaic, ncwms Created: 29/Mar/20 10:57 PM Priority: Medium 
Reporter: lorenzo.pini ( 
https://osgeo-org.atlassian.net/secure/ViewProfile.jspa?accountId=5cf6252deba18b0ea85a70d4
 )

If Nearest Match is active on an Image Mosaic, a GetTimeSeries request will 
fail with the following error.

Error processing the operation
class org.geotools.util.DateRange cannot be cast to class java.util.Date 
(org.geotools.util.DateRange is in unnamed module of loader 
org.eclipse.jetty.webapp.WebAppClassLoader @6574a52c; java.util.Date is in 
module java.base of loader 'bootstrap')

This happens when the GetTimeSeries query uses a time range that triggers the 
nearest match setting.

To reproduce:

* Install the ncWMS plugin
* Copy the sfdem.tif file from the standard datadir to a new folder and name it 
sfdem_2020.tif
* Add indexer.xml file with the following content

Schema=*the_geom:Polygon,location:String,time:java.util.Date
PropertyCollectors=TimestampFileNameExtractorSPI[timeregex](time)
TimeAttribute=time

* Add timeregex.xml file with the following content

regex=sfdem_([0-9]{4}).*,format=yyyy

* Publish the folder as imagemosaic
* Publich a layer from it
* Enable TIME Dimension on that layer
* Test the following GetTimeSeries:
http://localhost:8080/geoserver/wms?SERVICE=WMS&VERSION=1.3.0&REQUEST=GetTimeSeries&FORMAT=image/vnd.jpeg-png&TRANSPARENT=true&LAYERS=cite:nearestmatch&QUERY_LAYERS=cite:nearestmatch&tiled=true&INFO_FORMAT=application/csv&I=401&J=257&WIDTH=512&HEIGHT=512&CRS=EPSG:26713&BBOX=597283.1628440425,4923171.786212672,598247.1000381494,4924135.723406779&TIME=2019/2021

* The request should succeed with the follwing output

# X: 4923651.872119893
# Y: 598038.1214667708
Time (UTC),cite:nearestmatch
2020-01-01T00:00:00.000Z,1212.0

* Enable the Nearest Match on that layer, with value: PT101M/PT0H
* Issue the same previous request again
* The output is now the error cited above.

Log output:

29 mar 22:56:51 ERROR [geoserver.ows] -
org.geoserver.platform.ServiceException: Error processing the operation
       at 
org.geoserver.wms.ncwms.NcWmsService.getTimeSeries(NcWmsService.java:236)
       at jdk.internal.reflect.GeneratedMethodAccessor290.invoke(Unknown Source)
       at 
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
       at java.base/java.lang.reflect.Method.invoke(Method.java:566)
       at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:877)
       at 
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:265)
       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:687)
       at 
org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883)
       at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
       at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:873)
       at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1623)
       at 
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:26)
       at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
       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.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
       at 
org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:37)
       at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
       at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:320)
       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:334)
       at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:70)
       at 
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:119)
       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:334)
       at 
org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:51)
       at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
       at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:70)
       at 
org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158)
       at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
       at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:74)
       at 
org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:91)
       at 
org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:81)
       at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
       at 
org.geoserver.security.GeoServerAuthenticationKeyFilter.doFilter(GeoServerAuthenticationKeyFilter.java:100)
       at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:334)
       at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:70)
       at 
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:105)
       at 
org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:52)
       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:334)
       at 
org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:215)
       at 
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:178)
       at 
org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:142)
       at 
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:358)
       at 
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:271)
       at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
       at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:101)
       at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
       at 
org.geoserver.filters.XFrameOptionsFilter.doFilter(XFrameOptionsFilter.java:77)
       at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
       at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:47)
       at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
       at 
org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:46)
       at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
       at 
org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:42)
       at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1610)
       at 
org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:201)
       at 
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:119)
       at 
org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1602)
       at 
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:540)
       at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:146)
       at 
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:548)
       at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
       at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:257)
       at 
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:1700)
       at 
org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:255)
       at 
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1345)
       at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:203)
       at 
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:480)
       at 
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:1667)
       at 
org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:201)
       at 
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1247)
       at 
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:144)
       at 
org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:220)
       at 
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:152)
       at 
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:132)
       at org.eclipse.jetty.server.Server.handle(Server.java:505)
       at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:370)
       at 
org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:267)
       at 
org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:305)
       at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103)
       at org.eclipse.jetty.io.ChannelEndPoint$2.run(ChannelEndPoint.java:117)
       at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:333)
       at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:310)
       at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:168)
       at 
org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:126)
       at 
org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:366)
       at 
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:698)
       at 
org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:804)
       at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: java.lang.ClassCastException: class org.geotools.util.DateRange 
cannot be cast to class java.util.Date (org.geotools.util.DateRange is in 
unnamed module of loader org.eclipse.jetty.webapp.WebAppClassLoader @6574a52c; 
java.util.Date is in module java.base of loader 'bootstrap')
       at 
org.geoserver.wms.WMS.lambda$queryCoverageNearestMatchTimes$1(WMS.java:1270)
       at 
java.base/java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1654)
       at 
java.base/java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:658)
       at org.geoserver.wms.WMS.queryCoverageNearestMatchTimes(WMS.java:1268)
       at 
org.geoserver.wms.ncwms.NcWmsService$DateFinder$1.findDates(NcWmsService.java:84)
       at 
org.geoserver.wms.ncwms.NcWmsService.getAvailableDates(NcWmsService.java:267)
       at 
org.geoserver.wms.ncwms.NcWmsService.getTimeSeries(NcWmsService.java:194)
       ... 104 more

( 
https://osgeo-org.atlassian.net/browse/GEOS-9554#add-comment?atlOrigin=eyJpIjoiMmU2MjE1YTNlZjVlNDlkNDhjNWEyYTQyMDUwZGQ4NjciLCJwIjoiaiJ9
 ) Add Comment ( 
https://osgeo-org.atlassian.net/browse/GEOS-9554#add-comment?atlOrigin=eyJpIjoiMmU2MjE1YTNlZjVlNDlkNDhjNWEyYTQyMDUwZGQ4NjciLCJwIjoiaiJ9
 )

Get Jira notifications on your phone! Download the Jira Cloud app for Android ( 
https://play.google.com/store/apps/details?id=com.atlassian.android.jira.core&referrer=utm_source%3DNotificationLink%26utm_medium%3DEmail
 ) or iOS ( 
https://itunes.apple.com/app/apple-store/id1006972087?pt=696495&ct=EmailNotificationLink&mt=8
 ) This message was sent by Atlassian Jira (v1001.0.0-SNAPSHOT#100122- 
sha1:38c716d )
_______________________________________________
Geoserver-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-devel

Reply via email to