Hi Andrea

Thanks for your reply. I’ve attached an openlayers request trace below from the 
geoserver log, and the URL is:

http://130.56.244.241/geoserver/ITEM/wms?service=WMS&version=1.1.0&request=GetMap&layers=ITEM:ITEM_CL_mosaic_1987_2015&styles=&bbox=112.0,-44.00000000000002,154.00000000000003,-10.0&width=512&height=414&srs=EPSG:4326&format=application/openlayers

Let me know when you’ve had a look, I’ll need to firewall the machine again.

Right now it isn’t a drama, since only a few layers are published - but later 
we need to be able to shift data around with confidence. I’ll try the same 
procedure on a newer geoserver (2.9.1) today as well. So we can easily 
republish everything on this particular geoserver, I’d just prefer not to.

re. rsync:

rsync -av /path_to/thing /new_path

will result in:

/new_path/thing/files_from_thing

Adding the trailing slash to thing:

rsync -av /path_to/thing/ /new_path

will result in:

/new_path/files_from_thing

(just tested this to make sure I’ve actually done what I think I  was doing)

Regards

Adam



————— openlayers preview request trace ---------------
2016-07-07 09:44:29,944 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
handler mapping found for [/ITEM/wms]
2016-07-07 09:44:29,944 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
handler mapping found for [/ITEM/wms]
2016-07-07 09:44:29,944 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
handler mapping found for [/ITEM/wms]
2016-07-07 09:44:29,944 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
handler mapping found for [/ITEM/wms]
2016-07-07 09:44:29,944 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
handler mapping found for [/ITEM/wms]
2016-07-07 09:44:29,944 DEBUG [org.geoserver.ows.OWSHandlerMapping] - Mapping 
[/ITEM/wms] to HandlerExecutionChain with handler 
[org.geoserver.ows.Dispatcher@6020c1ae] and 1 interceptor
2016-07-07 09:44:29,945 INFO [org.geoserver.wms] - 
Request: getServiceInfo
2016-07-07 09:44:29,945 ERROR [org.geoserver.ows] - 
org.geoserver.platform.ServiceException: Could not find layer 
ITEM:ITEM_CL_mosaic_1987_2015
        at 
org.geoserver.wms.map.GetMapKvpRequestReader.parseLayers(GetMapKvpRequestReader.java:1255)
        at 
org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:221)
        at 
org.geoserver.wms.map.GetMapKvpRequestReader.read(GetMapKvpRequestReader.java:83)
        at org.geoserver.ows.Dispatcher.parseRequestKVP(Dispatcher.java:1487)
        at org.geoserver.ows.Dispatcher.dispatch(Dispatcher.java:675)
        at 
org.geoserver.ows.Dispatcher.handleRequestInternal(Dispatcher.java:270)
        at 
org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
        at 
org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
        at 
org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
        at 
org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
        at 
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
        at 
org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at 
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at 
org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        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.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at 
org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
        at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
        at 
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
        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:323)
        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
        at 
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
        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:323)
        at 
org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
        at 
org.springframework.security.web.authentication.www.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:150)
        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:83)
        at 
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
        at 
org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
        at 
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
        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:323)
        at 
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
        at 
org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:135)
        at 
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
        at 
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:76)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at 
org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at 
org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at 
org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
        at 
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
        at 
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
        at 
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
        at 
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
        at 
org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
        at 
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
        at 
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
        at 
org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
        at 
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
        at 
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)
        at 
org.apache.coyote.ajp.AjpAprProcessor.process(AjpAprProcessor.java:188)
        at 
org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
        at 
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2522)
        at 
org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2511)
        at 
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at 
org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
        at java.lang.Thread.run(Thread.java:745)
2016-07-07 09:44:29,946 DEBUG [org.geoserver.filters] - Compressing output for 
mimetype: application/vnd.ogc.se_xml;charset=UTF-8
2016-07-07 09:44:29,946 DEBUG 
[org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1] - 
SecurityContextHolder now cleared, as request processing completed
2016-07-07 09:44:38,123 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
handler mapping found for [/web/]
2016-07-07 09:44:38,123 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
handler mapping found for [/web/]
2016-07-07 09:44:38,123 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
handler mapping found for [/web/]
2016-07-07 09:44:38,123 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
handler mapping found for [/web/]
2016-07-07 09:44:38,123 DEBUG [org.geoserver] - Thread 39 locking in mode WRITE
2016-07-07 09:44:38,123 DEBUG [org.geoserver] - Thread 39 got the lock in mode 
WRITE
2016-07-07 09:44:38,125 DEBUG [org.geoserver.web] - cannot convert url: 
jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/screen.css
 to file (URI is not hierarchical), falling back to the inputstream for polling
2016-07-07 09:44:38,126 DEBUG [org.geoserver.web] - cannot convert url: 
jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/print.css
 to file (URI is not hierarchical), falling back to the inputstream for polling
2016-07-07 09:44:38,126 DEBUG [org.geoserver.web] - cannot convert url: 
jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/geoserver.css
 to file (URI is not hierarchical), falling back to the inputstream for polling
2016-07-07 09:44:38,127 DEBUG [org.geoserver.web] - cannot convert url: 
jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/ie.css
 to file (URI is not hierarchical), falling back to the inputstream for polling
2016-07-07 09:44:38,127 DEBUG [org.geoserver.web] - cannot convert url: 
jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/js/jquery-1.2.6.min.js
 to file (URI is not hierarchical), falling back to the inputstream for polling
2016-07-07 09:44:38,128 DEBUG [org.geoserver.web] - cannot convert url: 
jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/js/jquery.inline-info.js
 to file (URI is not hierarchical), falling back to the inputstream for polling
—————— end of openlayers preview trace ———————————




> On 6 Jul 2016, at 6:04 PM, Andrea Aime <[email protected]> wrote:
> 
> Hi Adam,
> this seems really weird, as the error occurs only if the layer could not be 
> found:
> https://github.com/geoserver/geoserver/blob/2.7.0/src/web/core/src/main/java/org/geoserver/web/data/resource/ResourceConfigurationPage.java#L110
> There is a bug there, the return page is yet not set, but what the code was 
> trying to do was to was to return
> you to the layer list page and telling you the layer could not be found.
> 
> The layer preview error is basically telling the same story, the particular 
> layer could not be located (do you have by any chance the stack trace
> for that one, and the full URL for the openlayers preview?).
> 
> There is one thing that I don't understand, but I'm not much of a rsync 
> user... calling this command:
> 
> rsync -av /path/to/geoserver/data /path/to/new/place/
> 
> Shouldn't it make a copy of the geoserver data directory in 
> "/path/to/new/place/" as opposed to "/path/to/new/place/data"?
> 
> Cheers
> Andrea
> 
> 
> 
> On Wed, Jul 6, 2016 at 3:47 AM, Adam Steer <[email protected]> wrote:
> Hi all
> 
> I’ve just moved a data directory for a geoserver 2.7.0 install, as follows:
> 
> stop tomcat
> 
> rsync -av /path/to/geoserver/data /path/to/new/place/
> 
> …constructing ' /path/to/new/place/data’, with the tree still owned by tomcat.
> 
> …then I added '/path/to/new/place/data’ to the GEOSERVER_DATA_DIR context 
> parameter in web.xml
> 
> …then I restart tomcat.
> 
> After the move everything seems to be in place, defined users can log in, 
> data stores and layers are all listed - but I get a Java error whenever I try 
> to view details for a layer:
> 
> layers -> click layer name -> org.apache.wicket.WicketRuntimeException: Can't 
> instantiate page using constructor …
> 
> If I go to layer preview, clicking an openlayers link results in downloading 
> a bit of XML:
> 
> <?xml version="1.0" encoding="UTF-8" standalone="no"?><!DOCTYPE 
> ServiceExceptionReport SYSTEM 
> "http://130.56.244.241:80/geoserver/schemas/wms/1.1.1/WMS_exception_1_1_1.dtd";>
>  <ServiceExceptionReport version="1.1.1" >   <ServiceException 
> code="LayerNotDefined" locator="layers">
>       Could not find layer ITEM:ITEM...
> </ServiceException></ServiceExceptionReport>
> 
> This seems really similar to an old issue (see 
> https://sourceforge.net/p/geoserver/mailman/message/32008598/), but:
> 
> - there was nothing in the layergroups directory
> - I can make layergroups from the missing layers, and preview those
> 
> I’m by no means a Java ninja - so I’m struggling to decode what the error 
> message and the geoserver log file actually mean - geoserver’s output around 
> the event of clicking a layer name and throwing the Java error is copied 
> below.
> 
> Any help is appreciated!
> 
> Thankyou
> 
> Adam
> 
> ————
> 2016-07-06 11:37:22,329 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:22,329 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:22,329 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:22,329 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:22,329 DEBUG [org.geoserver] - Thread 40 locking in mode 
> WRITE
> 2016-07-06 11:37:22,329 DEBUG [org.geoserver] - Thread 40 got the lock in 
> mode WRITE
> 2016-07-06 11:37:22,332 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/screen.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:22,333 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/print.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:22,333 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/geoserver.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:22,334 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/ie.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:22,334 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/js/jquery-1.2.6.min.js
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:22,334 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/js/jquery.inline-info.js
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:22,340 DEBUG [org.geoserver] - Thread 40 releasing the lock 
> in mode WRITE
> 2016-07-06 11:37:22,340 DEBUG [org.geoserver.filters] - Compressing output 
> for mimetype: text/html;charset=UTF-8
> 2016-07-06 11:37:22,341 DEBUG 
> [org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1] - 
> SecurityContextHolder now cleared, as request processing completed
> 2016-07-06 11:37:23,319 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:23,319 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:23,319 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:23,319 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:23,319 DEBUG [org.geoserver] - Thread 42 locking in mode 
> WRITE
> 2016-07-06 11:37:23,319 DEBUG [org.geoserver] - Thread 42 got the lock in 
> mode WRITE
> 2016-07-06 11:37:23,320 ERROR [org.apache.wicket.RequestCycle] - Can't 
> instantiate page using constructor public 
> org.geoserver.web.data.resource.ResourceConfigurationPage(org.apache.wicket.PageParameters)
>  and argument name = "[ITEM_REL_mosaic_1987_2015]" wsName = "[ITEM]"
> org.apache.wicket.WicketRuntimeException: Can't instantiate page using 
> constructor public 
> org.geoserver.web.data.resource.ResourceConfigurationPage(org.apache.wicket.PageParameters)
>  and argument name = "[ITEM_REL_mosaic_1987_2015]" wsName = "[ITEM]"
>         at 
> org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:212)
>         at 
> org.apache.wicket.session.DefaultPageFactory.newPage(DefaultPageFactory.java:89)
>         at 
> org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.newPage(BookmarkablePageRequestTarget.java:305)
>         at 
> org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.getPage(BookmarkablePageRequestTarget.java:320)
>         at 
> org.apache.wicket.request.target.component.BookmarkablePageRequestTarget.processEvents(BookmarkablePageRequestTarget.java:234)
>         at 
> org.apache.wicket.request.AbstractRequestCycleProcessor.processEvents(AbstractRequestCycleProcessor.java:92)
>         at 
> org.apache.wicket.RequestCycle.processEventsAndRespond(RequestCycle.java:1250)
>         at org.apache.wicket.RequestCycle.step(RequestCycle.java:1329)
>         at org.apache.wicket.RequestCycle.steps(RequestCycle.java:1436)
>         at org.apache.wicket.RequestCycle.request(RequestCycle.java:545)
>         at 
> org.apache.wicket.protocol.http.WicketFilter.doGet(WicketFilter.java:484)
>         at 
> org.apache.wicket.protocol.http.WicketServlet.doGet(WicketServlet.java:138)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
>         at 
> org.springframework.web.servlet.mvc.ServletWrappingController.handleRequestInternal(ServletWrappingController.java:159)
>         at 
> org.springframework.web.servlet.mvc.AbstractController.handleRequest(AbstractController.java:153)
>         at 
> org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:48)
>         at 
> org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:923)
>         at 
> org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:852)
>         at 
> org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:882)
>         at 
> org.springframework.web.servlet.FrameworkServlet.doGet(FrameworkServlet.java:778)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:624)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:731)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>         at 
> org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>         at 
> org.geoserver.filters.ThreadLocalsCleanupFilter.doFilter(ThreadLocalsCleanupFilter.java:28)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>         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.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>         at 
> org.geoserver.platform.AdvancedDispatchFilter.doFilter(AdvancedDispatchFilter.java:50)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>         at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:311)
>         at 
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>         at 
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:116)
>         at 
> org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
>         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:323)
>         at 
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>         at 
> org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:113)
>         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:323)
>         at 
> org.geoserver.security.filter.GeoServerAnonymousAuthenticationFilter.doFilter(GeoServerAnonymousAuthenticationFilter.java:54)
>         at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
>         at 
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>         at 
> org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:182)
>         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.GeoServerUserNamePasswordAuthenticationFilter.doFilter(GeoServerUserNamePasswordAuthenticationFilter.java:116)
>         at 
> org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:323)
>         at 
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>         at 
> org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationFilter.doFilter(RememberMeAuthenticationFilter.java:146)
>         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:323)
>         at 
> org.geoserver.security.filter.GeoServerCompositeFilter$NestedFilterChain.doFilter(GeoServerCompositeFilter.java:69)
>         at 
> org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:87)
>         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:323)
>         at 
> org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:173)
>         at 
> org.geoserver.security.GeoServerSecurityFilterChainProxy.doFilter(GeoServerSecurityFilterChainProxy.java:135)
>         at 
> org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:346)
>         at 
> org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:259)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>         at org.geoserver.filters.LoggingFilter.doFilter(LoggingFilter.java:76)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>         at org.geoserver.filters.GZIPFilter.doFilter(GZIPFilter.java:42)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>         at 
> org.geoserver.filters.SessionDebugFilter.doFilter(SessionDebugFilter.java:48)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>         at 
> org.geoserver.filters.FlushSafeFilter.doFilter(FlushSafeFilter.java:44)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>         at 
> org.vfny.geoserver.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:109)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241)
>         at 
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208)
>         at 
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220)
>         at 
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122)
>         at 
> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:505)
>         at 
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
>         at 
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
>         at 
> org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:956)
>         at 
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116)
>         at 
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:423)
>         at 
> org.apache.coyote.ajp.AjpAprProcessor.process(AjpAprProcessor.java:188)
>         at 
> org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:625)
>         at 
> org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2522)
>         at 
> org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2511)
>         at 
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at 
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at 
> org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
>         at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.reflect.InvocationTargetException
>         at sun.reflect.GeneratedConstructorAccessor120.newInstance(Unknown 
> Source)
>         at 
> sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
>         at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
>         at 
> org.apache.wicket.session.DefaultPageFactory.createPage(DefaultPageFactory.java:188)
>         ... 107 more
> Caused by: java.lang.IllegalArgumentException: Argument page must be not null
>         at 
> org.apache.wicket.request.target.component.PageRequestTarget.<init>(PageRequestTarget.java:43)
>         at 
> org.apache.wicket.RequestCycle.setResponsePage(RequestCycle.java:768)
>         at org.apache.wicket.Component.setResponsePage(Component.java:3248)
>         at 
> org.geoserver.web.data.resource.ResourceConfigurationPage.<init>(ResourceConfigurationPage.java:113)
>         at 
> org.geoserver.web.data.resource.ResourceConfigurationPage.<init>(ResourceConfigurationPage.java:92)
>         ... 111 more
> 2016-07-06 11:37:23,323 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/screen.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:23,323 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/print.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:23,324 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/geoserver.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:23,324 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/ie.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:23,324 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/js/jquery-1.2.6.min.js
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:23,325 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/js/jquery.inline-info.js
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:23,328 DEBUG [org.geoserver] - Thread 42 releasing the lock 
> in mode WRITE
> 2016-07-06 11:37:23,328 DEBUG [org.geoserver.filters] - Compressing output 
> for mimetype: text/html;charset=UTF-8
> 2016-07-06 11:37:23,329 DEBUG 
> [org.geoserver.security.filter.GeoServerSecurityContextPersistenceFilter$1] - 
> SecurityContextHolder now cleared, as request processing completed
> 2016-07-06 11:37:25,919 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:25,919 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:25,919 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:25,919 TRACE [org.geoserver.ows.OWSHandlerMapping] - No 
> handler mapping found for [/web/]
> 2016-07-06 11:37:25,919 DEBUG [org.geoserver] - Thread 39 locking in mode 
> WRITE
> 2016-07-06 11:37:25,919 DEBUG [org.geoserver] - Thread 39 got the lock in 
> mode WRITE
> 2016-07-06 11:37:25,921 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/screen.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:25,922 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/print.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:25,922 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/geoserver.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:25,923 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/css/blueprint/ie.css
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:25,923 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/js/jquery-1.2.6.min.js
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 2016-07-06 11:37:25,923 DEBUG [org.geoserver.web] - cannot convert url: 
> jar:file:/local/tomcat/webapps/geoserver/WEB-INF/lib/gs-web-core-2.7.0.jar!/org/geoserver/web/js/jquery.inline-info.js
>  to file (URI is not hierarchical), falling back to the inputstream for 
> polling
> 
> 
> 
> 
> ------------------------------------------------------------------------------
> Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> _______________________________________________
> Geoserver-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/geoserver-users
> 
> 
> 
> -- 
> ==
> GeoServer Professional Services from the experts! Visit
> http://goo.gl/it488V for more information.
> ==
> 
> Ing. Andrea Aime 
> @geowolf
> Technical Lead
> 
> GeoSolutions S.A.S.
> Via di Montramito 3/A
> 55054  Massarosa (LU)
> phone: +39 0584 962313
> fax: +39 0584 1660272
> mob: +39  339 8844549
> 
> http://www.geo-solutions.it
> http://twitter.com/geosolutions_it
> 
> AVVERTENZE AI SENSI DEL D.Lgs. 196/2003
> 
> Le informazioni contenute in questo messaggio di posta elettronica e/o nel/i 
> file/s allegato/i sono da considerarsi strettamente riservate. Il loro 
> utilizzo è consentito esclusivamente al destinatario del messaggio, per le 
> finalità indicate nel messaggio stesso. Qualora riceviate questo messaggio 
> senza esserne il destinatario, Vi preghiamo cortesemente di darcene notizia 
> via e-mail e di procedere alla distruzione del messaggio stesso, 
> cancellandolo dal Vostro sistema. Conservare il messaggio stesso, divulgarlo 
> anche in parte, distribuirlo ad altri soggetti, copiarlo, od utilizzarlo per 
> finalità diverse, costituisce comportamento contrario ai principi dettati dal 
> D.Lgs. 196/2003.
> 
>  
> The information in this message and/or attachments, is intended solely for 
> the attention and use of the named addressee(s) and may be confidential or 
> proprietary in nature or covered by the provisions of privacy act 
> (Legislative Decree June, 30 2003, no.196 - Italy's New Data Protection 
> Code).Any use not in accord with its purpose, any disclosure, reproduction, 
> copying, distribution, or either dissemination, either whole or partial, is 
> strictly forbidden except previous formal approval of the named addressee(s). 
> If you are not the intended recipient, please contact immediately the sender 
> by telephone, fax or e-mail and delete the information in this message that 
> has been received in error. The sender does not give any warranty or accept 
> liability as the content, accuracy or completeness of sent messages and 
> accepts no responsibility  for changes made after they were sent or for other 
> risks which arise as a result of e-mail transmission, viruses, etc.
> 
> 
> -------------------------------------------------------

------------------------------------------------------------------------------
Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to