geosolutions-it / evo-odas

Code Repository for the EVO-ODAS
https://waffle.io/geosolutions-it/evo-odas
MIT License
31 stars 15 forks source link

Catalog reload required after new product ingested in OS #273

Open randomorder opened 6 years ago

randomorder commented 6 years ago

After ingesting new products via REST WMS GetCapabilities doesn't show the related WMS collection layer anymore and WMS GetMaps is not working (returns empty, white image). After a catalog everything gets back to normal.

This is an error from the logs that might be related. It is produced during a GetCap request befeore doing the reload. Happens for both WMS 1.1.1 and 1.3.0:

Request is: http://ows-oda.eoc.dlr.de/geoserver/ows?service=wms&version=1.3.0&request=GetCapabilities


geoserver_1           | 02 Nov 11:02:37 WARN [geoserver.security] - Failed login, user admin from 192.168.1.1, forwarded for 129.247.161.78
geoserver_1           | 02 Nov 11:02:42 WARN [wms.capabilities] - Error writing metadata; skipping layer: S1_GRD_1SDV_MOSAIC
geoserver_1           | java.lang.NullPointerException
geoserver_1           |     at org.geoserver.ows.util.ResponseUtils.appendPath(ResponseUtils.java:222)
geoserver_1           |     at org.geoserver.wms.capabilities.Capabilities_1_3_0_Transformer$Capabilities_1_3_0_Translator.handleLegendURL(Capabilities_1_3_0_Transformer.java:1382)
geoserver_1           |     at org.geoserver.wms.capabilities.Capabilities_1_3_0_Transformer$Capabilities_1_3_0_Translator.handleStyles(Capabilities_1_3_0_Transformer.java:1085)
geoserver_1           |     at org.geoserver.wms.capabilities.Capabilities_1_3_0_Transformer$Capabilities_1_3_0_Translator.handleLayer(Capabilities_1_3_0_Transformer.java:1029)
geoserver_1           |     at org.geoserver.wms.capabilities.Capabilities_1_3_0_Transformer$Capabilities_1_3_0_Translator.doHandleLayer(Capabilities_1_3_0_Transformer.java:934)
geoserver_1           |     at org.geoserver.wms.capabilities.Capabilities_1_3_0_Transformer$Capabilities_1_3_0_Translator.handleLayerTree(Capabilities_1_3_0_Transformer.java:894)
geoserver_1           |     at org.geoserver.wms.capabilities.Capabilities_1_3_0_Transformer$Capabilities_1_3_0_Translator.handleLayers(Capabilities_1_3_0_Transformer.java:728)
geoserver_1           |     at org.geoserver.wms.capabilities.Capabilities_1_3_0_Transformer$Capabilities_1_3_0_Translator.handleCapability(Capabilities_1_3_0_Transformer.java:468)
geoserver_1           |     at org.geoserver.wms.capabilities.Capabilities_1_3_0_Transformer$Capabilities_1_3_0_Translator.encode(Capabilities_1_3_0_Transformer.java:276)
geoserver_1           |     at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:1026)
geoserver_1           |     at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transformIdentity(TransformerImpl.java:668)
geoserver_1           |     at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:737)
geoserver_1           |     at com.sun.org.apache.xalan.internal.xsltc.trax.TransformerImpl.transform(TransformerImpl.java:351)
geoserver_1           |     at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:300)
geoserver_1           |     at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:133)
geoserver_1           |     at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:112)
geoserver_1           |     at org.geoserver.wms.capabilities.Capabilities_1_3_0_Response.write(Capabilities_1_3_0_Response.java:49)
geoserver_1           |     at org.geoserver.config.CapabilitiesCacheHeadersCallback$RevalidateTagResponse.write(CapabilitiesCacheHeadersCallback.java:143)
geoserver_1           |     at org.geoserver.ows.Dispatcher.response(Dispatcher.java:1009)
geoserver_1           |     at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:272)
geoserver_1           |     at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:174)
geoserver_1           |     at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:50)
geoserver_1           |     at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963)
geoserver_1           |     at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897)
geoserver_1           |     at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
geoserver_1           |     at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
geoserver_1           |     at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
geoserver_1           |     at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
geoserver_1           |     at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:75)
geoserver_1           |     at org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:71)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
geoserver_1           |     at org.geoserver.opensearch.eo.OSEOFilter.doFilter(OSEOFilter.java:41)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
geoserver_1           |     at org.geoserver.flow.controller.IpBlacklistFilter.doFilter(IpBlacklistFilter.java:94)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
geoserver_1           |     at org.geoserver.flow.ControlFlowCallback.doFilter(ControlFlowCallback.java:245)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
geoserver_1           |     at org.geoserver.params.extractor.Filter.doFilter(Filter.java:56)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter.doFilter(Spand 
```ringDelegatingFilter.java:46)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:316)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
geoserver_1           |     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
geoserver_1           |     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
geoserver_1           |     at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
geoserver_1           |     at org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
geoserver_1           |     at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158)
geoserver_1           |     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
geoserver_1           |     at org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:84)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
geoserver_1           |     at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)
geoserver_1           |     at org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:53)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)
geoserver_1           |     at org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:152)
geoserver_1           |     at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
geoserver_1           |     at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:88)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.XFrameOptionsFilter.doFilter(XFrameOptionsFilter.java:89)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
geoserver_1           |     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
geoserver_1           |     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
geoserver_1           |     at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478)
geoserver_1           |     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
geoserver_1           |     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
geoserver_1           |     at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:650)
geoserver_1           |     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
geoserver_1           |     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
geoserver_1           |     at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799)
geoserver_1           |     at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
geoserver_1           |     at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
geoserver_1           |     at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1457)
geoserver_1           |     at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
geoserver_1           |     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
geoserver_1           |     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
geoserver_1           |     at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
geoserver_1           |     at java.lang.Thread.run(Thread.java:745)
torse commented 6 years ago

This is probably also related:

geoserver_1           | 02 Nov 09:09:23 WARN [wms.responses] - couldn't paint due to: 
geoserver_1           | java.lang.IllegalArgumentException: Unable to create a legend for this style, we need a RasterSymbolizer
geoserver_1           |     at org.geoserver.wms.legendgraphic.RasterLayerLegendHelper.parseRequest(RasterLayerLegendHelper.java:142)
geoserver_1           |     at org.geoserver.wms.legendgraphic.RasterLayerLegendHelper.<init>(RasterLayerLegendHelper.java:94)
geoserver_1           |     at org.geoserver.wms.legendgraphic.BufferedImageLegendGraphicBuilder.buildLegendGraphic(BufferedImageLegendGraphicBuilder.java:291)
geoserver_1           |     at org.geoserver.wms.decoration.LegendDecoration.findOptimalSize(LegendDecoration.java:136)
geoserver_1           |     at org.geoserver.wms.decoration.MapDecorationLayout$Block.findOptimalSize(MapDecorationLayout.java:203)
geoserver_1           |     at org.geoserver.wms.decoration.MapDecorationLayout$Block.paint(MapDecorationLayout.java:214)
geoserver_1           |     at org.geoserver.wms.decoration.MapDecorationLayout.paint(MapDecorationLayout.java:343)
geoserver_1           |     at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:571)
geoserver_1           |     at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:278)
geoserver_1           |     at org.geoserver.wms.map.RenderedImageMapOutputFormat.produceMap(RenderedImageMapOutputFormat.java:141)
geoserver_1           |     at org.geoserver.wms.GetMap.executeInternal(GetMap.java:653)
geoserver_1           |     at org.geoserver.wms.GetMap.run(GetMap.java:285)
geoserver_1           |     at org.geoserver.wms.GetMap.run(GetMap.java:131)
geoserver_1           |     at org.geoserver.wms.DefaultWebMapService.getMap(DefaultWebMapService.java:320)
geoserver_1           |     at sun.reflect.GeneratedMethodAccessor334.invoke(Unknown Source)
geoserver_1           |     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
geoserver_1           |     at java.lang.reflect.Method.invoke(Method.java:498)
geoserver_1           |     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
geoserver_1           |     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
geoserver_1           |     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
geoserver_1           |     at org.geoserver.kml.WebMapServiceKmlInterceptor.invoke(WebMapServiceKmlInterceptor.java:34)
geoserver_1           |     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
geoserver_1           |     at org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:62)
geoserver_1           |     at org.geoserver.gwc.wms.CacheSeedingWebMapService.invoke(CacheSeedingWebMapService.java:36)
geoserver_1           |     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
geoserver_1           |     at org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:74)
geoserver_1           |     at org.geoserver.gwc.wms.CachingWebMapService.invoke(CachingWebMapService.java:55)
geoserver_1           |     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
geoserver_1           |     at org.geoserver.ows.util.RequestObjectLogger.invoke(RequestObjectLogger.java:33)
geoserver_1           |     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
geoserver_1           |     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
geoserver_1           |     at com.sun.proxy.$Proxy108.getMap(Unknown Source)
geoserver_1           |     at sun.reflect.GeneratedMethodAccessor333.invoke(Unknown Source)
geoserver_1           |     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
geoserver_1           |     at java.lang.reflect.Method.invoke(Method.java:498)
geoserver_1           |     at org.geoserver.ows.Dispatcher.execute(Dispatcher.java:857)
geoserver_1           |     at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:268)
geoserver_1           |     at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:174)
geoserver_1           |     at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:50)
geoserver_1           |     at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:963)
geoserver_1           |     at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:897)
geoserver_1           |     at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:970)
geoserver_1           |     at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:861)
geoserver_1           |     at javax.servlet.http.HttpServlet.service(HttpServlet.java:635)
geoserver_1           |     at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:846)
geoserver_1           |     at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:75)
geoserver_1           |     at org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:71)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
geoserver_1           |     at org.geoserver.opensearch.eo.OSEOFilter.doFilter(OSEOFilter.java:41)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
geoserver_1           |     at org.geoserver.flow.controller.IpBlacklistFilter.doFilter(IpBlacklistFilter.java:94)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
geoserver_1           |     at org.geoserver.flow.ControlFlowCallback.doFilter(ControlFlowCallback.java:245)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
geoserver_1           |     at org.geoserver.params.extractor.Filter.doFilter(Filter.java:56)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71)
geoserver_1           |     at org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:46)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:316)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
geoserver_1           |     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126)
geoserver_1           |     at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
geoserver_1           |     at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
geoserver_1           |     at org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
geoserver_1           |     at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158)
geoserver_1           |     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
geoserver_1           |     at org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:84)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
geoserver_1           |     at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91)
geoserver_1           |     at org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:53)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73)
geoserver_1           |     at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213)
geoserver_1           |     at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176)
geoserver_1           |     at org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:152)
geoserver_1           |     at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
geoserver_1           |     at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:88)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.XFrameOptionsFilter.doFilter(XFrameOptionsFilter.java:89)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:197)
geoserver_1           |     at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
geoserver_1           |     at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166)
geoserver_1           |     at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:198)
geoserver_1           |     at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96)
geoserver_1           |     at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:478)
geoserver_1           |     at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:140)
geoserver_1           |     at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:80)
geoserver_1           |     at org.apache.catalina.valves.AbstractAccessLogValve.invoke(AbstractAccessLogValve.java:650)
geoserver_1           |     at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:87)
geoserver_1           |     at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:342)
geoserver_1           |     at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:799)
geoserver_1           |     at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:66)
geoserver_1           |     at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868)
geoserver_1           |     at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1457)
geoserver_1           |     at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
geoserver_1           |     at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
geoserver_1           |     at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
geoserver_1           |     at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
geoserver_1           |     at java.lang.Thread.run(Thread.java:745)