Ciao Jonathan, these are not errors per se. You are working with a logging level that shows every single info in geoserver hence you see these messages. Just to clarify, geoserver is looking for optional plugins and reporting that it fails to load them, that is they won't be available from that point onwards.
Regards, Simone Giannecchini == Our support, Your Success! Visit http://opensdi.geo-solutions.it for more information. == Ing. Simone Giannecchini @simogeo Founder/Director GeoSolutions S.A.S. Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 1660272 mob: +39 333 8128928 http://www.geo-solutions.it http://twitter.com/geosolutions_it ------------------------------------------------------- On Fri, Jan 4, 2013 at 2:33 PM, Jonathan Moules <[email protected]> wrote: > Hi List, > I've just upgraded from 2.2.2 to 2.2.3. > > With 2.2.2, I installed the JP2K plugin, but decided not to with 2.2.3 > because I've gone down a different route. > However, now whenever I start 2.2.3, I get a wall of debug errors in the > log. Shortened they're: > > 2013-01-04 12:41:19,319 DEBUG [org.geotools.gce.imagemosaic] - Unable to > load kakadu JPEG2000 reader spi > java.lang.ClassNotFoundException: > it.geosolutions.imageio.plugins.jp2k.JP2KKakaduImageReaderSpi > at java.net.URLClassLoader$1.run(Unknown Source) > > 2013-01-04 12:41:19,397 DEBUG [org.geotools.gce.imagemosaic] - Unable to > load GDAL JP2 ECW Reader SPI > java.lang.ClassNotFoundException: > it.geosolutions.imageio.plugins.jp2ecw.JP2GDALEcwImageReaderSpi > at java.net.URLClassLoader$1.run(Unknown Source) > > 2013-01-04 12:41:19,475 DEBUG [org.geotools.gce.imagemosaic] - Unable to > load GDAL JP2 MrSID Reader SPI > java.lang.ClassNotFoundException: > it.geosolutions.imageio.plugins.jp2mrsid.JP2GDALMrSidImageReaderSpi > at java.net.URLClassLoader$1.run(Unknown Source) > > 2013-01-04 12:41:19,569 DEBUG [org.geotools.gce.imagemosaic] - Unable to > load GDAL JP2 Kakadu Reader SPI > java.lang.ClassNotFoundException: > it.geosolutions.imageio.plugins.jp2kakadu.JP2GDALKakaduImageReaderSpi > at java.net.URLClassLoader$1.run(Unknown Source) > > None of the layers I have are using these but GeoServer is searching for > them anyway. Is there a way to stop this? I can't find any references to > them in the Geoserver_data directory. > > Regards, > Jonathan > > > This transmission is intended for the named addressee(s) only and may > contain sensitive or protectively marked material up to RESTRICTED and > should be handled accordingly. Unless you are the named addressee (or > authorised to receive it for the addressee) you may not copy or use it, or > disclose it to anyone else. If you have received this transmission in error > please notify the sender immediately. All email traffic sent to or from us, > including without limitation all GCSX traffic, may be subject to recording > and/or monitoring in accordance with relevant legislation. > > ------------------------------------------------------------------------------ > Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and > much more. Get web development skills now with LearnDevNow - > 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. > SALE $99.99 this month only -- learn more at: > http://p.sf.net/sfu/learnmore_122812 > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > ------------------------------------------------------------------------------ Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web development skills now with LearnDevNow - 350+ hours of step-by-step video tutorials by Microsoft MVPs and experts. SALE $99.99 this month only -- learn more at: http://p.sf.net/sfu/learnmore_122812 _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
