Re: [Geoserver-users] geoserver 2.7.0 org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor

2016-07-06 Thread Adam Steer
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.02,154.03

Re: [Geoserver-users] geoserver 2.7.0 org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor

2016-07-06 Thread Andrea Aime
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

[Geoserver-users] geoserver 2.7.0 org.apache.wicket.WicketRuntimeException: Can't instantiate page using constructor

2016-07-05 Thread Adam Steer
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