Created
September 26, 2017 16:51
-
-
Save francbartoli/91fecd5a3716019971c87166fc446940 to your computer and use it in GitHub Desktop.
NPE at wms call
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 2017-09-26 13:28:20,537 ERROR [geoserver.ows] - | |
| java.lang.IllegalArgumentException: the specified coverage is not available: tasmax_MNA-44_ICHEC-EC-EARTH_historicalandrcp85_r12i1p1_SMHI-RCA4_v1-bc-dbs-wfdei_day_19510101-21001231_1973_1973 | |
| at org.geotools.coverage.io.netcdf.NetCDFReader.checkIsSupported(NetCDFReader.java:662) | |
| at org.geotools.coverage.io.netcdf.NetCDFReader.getMetadataNames(NetCDFReader.java:196) | |
| at org.geoserver.catalog.SingleGridCoverage2DReader.getMetadataNames(SingleGridCoverage2DReader.java:79) | |
| at org.geoserver.catalog.CoverageDimensionCustomizerReader.getMetadataNames(CoverageDimensionCustomizerReader.java:342) | |
| at org.geoserver.security.decorators.DecoratingStructuredGridCoverage2DReader.getMetadataNames(DecoratingStructuredGridCoverage2DReader.java:55) | |
| at org.geoserver.catalog.util.ReaderDimensionsAccessor.<init>(ReaderDimensionsAccessor.java:109) | |
| at org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:513) | |
| at org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:85) | |
| at org.geoserver.ows.Dispatcher.parseRequestKVP(Dispatcher.java:1498) | |
| at org.geoserver.ows.Dispatcher.dispatch(Dispatcher.java:673) | |
| at org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:258) | |
| at org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:147) | |
| at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:50) | |
| at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:959) | |
| at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:893) | |
| at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:968) | |
| at org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:859) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:735) | |
| at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:844) | |
| at javax.servlet.http.HttpServlet.service(HttpServlet.java:848) | |
| at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:669) | |
| at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1336) | |
| at org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28) | |
| at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:75) | |
| at org.geoserver.wms.animate.AnimatorFilter.doFilter(AnimatorFilter.java:71) | |
| at org.geoserver.filters.SpringDelegatingFilter$Chain.doFilter(SpringDelegatingFilter.java:71) | |
| at org.geoserver.filters.SpringDelegatingFilter.doFilter(SpringDelegatingFilter.java:46) | |
| at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| at org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50) | |
| at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:316) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) | |
| at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:126) | |
| at org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:90) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92) | |
| at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) | |
| at org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:114) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92) | |
| at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) | |
| at org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54) | |
| at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) | |
| at org.geoserver.security.oauth2.GeoServerOAuthAuthenticationFilter.doFilter(GeoServerOAuthAuthenticationFilter.java:167) | |
| at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) | |
| at org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilterInternal(BasicAuthenticationFilter.java:158) | |
| at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92) | |
| at org.geoserver.security.filter.GeoServerBasicAuthenticationFilter.doFilter(GeoServerBasicAuthenticationFilter.java:84) | |
| at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69) | |
| at org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:91) | |
| at org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1.doFilter(GeoServerSecurityContextPersistenceFilter.java:53) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:73) | |
| at org.geoserver.security.filter.GeoServerCompositeFilter.doFilter(GeoServerCompositeFilter.java:92) | |
| at org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:330) | |
| at org.springframework.security.web.FilterChainProxy.doFilterInternal(FilterChainProxy.java:213) | |
| at org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:176) | |
| at org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:152) | |
| at org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346) | |
| at org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:262) | |
| at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:87) | |
| at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42) | |
| at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| at org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48) | |
| at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| at org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44) | |
| at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| at org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.java:121) | |
| at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:107) | |
| at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1307) | |
| at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:453) | |
| at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137) | |
| at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:560) | |
| at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231) | |
| at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1072) | |
| at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:382) | |
| at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193) | |
| at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1006) | |
| at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135) | |
| at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:255) | |
| at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:154) | |
| at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116) | |
| at org.eclipse.jetty.server.Server.handle(Server.java:365) | |
| at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:485) | |
| at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:926) | |
| at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:988) | |
| at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:635) | |
| at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235) | |
| at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82) | |
| at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:628) | |
| at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52) | |
| at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608) | |
| at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543) | |
| at java.lang.Thread.run(Thread.java:745) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment