Hi, I'm trying to upgrade Geoserver from 2.3.5 to 2.8.1. According to to the doc there seems to be nothing special to do:
http://docs.geoserver.org/stable/en/user/datadirectory/migrating.html#migrating-data-directory The war file can be deployed without problems. But after I stop geoserver to assign GEOSERVER_DATA_DIR in web.xml, it cannot be re-run again. In the log this is the only exception I could notice: INFORMATION: Illegal access: this web application instance has been stopped already. Could not load org.geotools.data.DefaultServiceInfo. The eventual following stack trace is caused by an error thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access, and has no functional impact. java.lang.IllegalStateException at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1370) at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1329) at org.geotools.data.store.ContentDataStore.getInfo(ContentDataStore.java:292) at org.geotools.gce.imagemosaic.catalog.GTDataStoreGranuleCatalog.finalize(GTDataStoreGranuleCatalog.java:749) at java.lang.System$2.invokeFinalize(System.java:1270) at java.lang.ref.Finalizer.runFinalizer(Finalizer.java:98) at java.lang.ref.Finalizer.access$100(Finalizer.java:34) at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:210) I'd appreciate any hint! Best regards, NV ------------------------------------------------------------------------------ Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users amazing mobile app experiences with Intel(R) XDK. Use one codebase in this all-in-one HTML5 development environment. Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs. http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
