You're running OpenJDK or Oracle's Java7, and a very old version of GeoServer/GWC. This problem has been fixed on recent releases, and was due to some GWC configuration classes not having default public constructors, so depending on how XStream instantiates them they may fail. They work on Sun/Oracle Java5/6, but were found to fail with the above mentioned JVM's.
Hope that helps, Gabriel. On Tue, Jul 17, 2012 at 11:48 AM, Robert Buckley <[email protected]> wrote: > Hi, > > > I have a strange gwc error which is giving me this in my logs: I know the > geowebcache.xml is valid and correct as I am using it on another machine, > but something is going wrong with geowebcache. > > Has anyone had a similar problem who can give me a clue? > > thanks, > > Robert > > 2012-07-17 15:20:38,082 INFO [org.geoserver] - Loaded service 'wms', enabled > 2012-07-17 15:20:38,097 INFO [gwc.config] - Initializing GeoServer specific > GWC configuration from gwc-gs.xml > 2012-07-17 15:20:38,160 INFO [storage.DefaultStorageFinder] - > ************************************************************************************************************************** > 2012-07-17 15:20:38,160 INFO [storage.DefaultStorageFinder] - *** Found > Servlet context parameter GEOWEBCACHE_CACHE_DIR set to D:\GIS_Cache\ngcache, > using it as the default prefix. *** > 2012-07-17 15:20:38,160 INFO [storage.DefaultStorageFinder] - > ************************************************************************************************************************** > 2012-07-17 15:20:38,906 INFO [jdbc.JDBCMBWrapper] - MetaStore database is > version 120 > 2012-07-17 15:20:38,953 INFO [config.XMLConfiguration] - Found configuration > file in D:\GIS_Cache\ngcache > 2012-07-17 15:20:39,093 INFO [config.XMLConfiguration] - cvc-elt.1: Cannot > find the declaration of element 'gwcConfiguration'. > 2012-07-17 15:20:39,093 INFO [config.XMLConfiguration] - Will try to use > configuration anyway. > 2012-07-17 15:20:39,125 INFO [storage.StorageBroker] - Destroying > StorageBroker > 2012-07-17 15:20:40,687 INFO [geoserver.catalog] - Disposing datastore > 'DataStoreInfoImpl-7eb5076d:13737183328:-7ffe' > 2012-07-17 15:20:40,687 INFO [geoserver.catalog] - Disposing datastore > 'DataStoreInfoImpl-4bcceab7:1375fa90bf3:-7ff8' > 2012-07-17 15:20:40,687 INFO [geoserver.catalog] - Disposing datastore > 'DataStoreInfoImpl-2ccb7ff5:1373757c12e:-7ff9' > 2012-07-17 15:20:40,687 INFO [geoserver.catalog] - Disposing grid coverage > reader 'OS250k' > 2012-07-17 15:20:40,687 INFO [geoserver.catalog] - Disposing grid coverage > reader 'OS50K' > 2012-07-17 15:20:40,687 ERROR [context.ContextLoader] - Context > initialization failed > org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'gwcFacade' defined in URL > [jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver212/WEB-INF/lib/gwc-2.1.2.jar!/geowebcache-geoserver-context.xml]: > Cannot resolve reference to bean 'gwcTLDispatcher' while setting constructor > argument; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'gwcTLDispatcher' defined in URL > [jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver212/WEB-INF/lib/gwc-2.1.2.jar!/geowebcache-core-context.xml]: > Instantiation of bean failed; nested exception is > org.springframework.beans.BeanInstantiationException: Could not instantiate > bean class [org.geowebcache.layer.TileLayerDispatcher]: Constructor threw > exception; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'gwcXmlConfig' defined in URL > [jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver212/WEB-INF/lib/gwc-2.1.2.jar!/geowebcache-core-context.xml]: > Instantiation of bean failed; nested exception is > org.springframework.beans.BeanInstantiationException: Could not instantiate > bean class [org.geowebcache.config.XMLConfiguration]: Constructor threw > exception; nested exception is > com.thoughtworks.xstream.converters.ConversionException: Cannot construct > org.geowebcache.grid.SRS as it does not have a no-args constructor : Cannot > construct org.geowebcache.grid.SRS as it does not have a no-args constructor > ---- Debugging information ---- > message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > cause-exception : > com.thoughtworks.xstream.converters.reflection.ObjectAccessException > cause-message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > class : org.geowebcache.config.GeoWebCacheConfiguration > required-type : org.geowebcache.grid.SRS > ------------------------------- > at > org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:275) > at > org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:104) > at > org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:495) > at > org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:162) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:835) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) > at java.security.AccessController.doPrivileged(Native Method) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) > at > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) > at > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:221) > at > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) > at > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) > at > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) > at > org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429) > at > org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729) > at > org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381) > at > org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255) > at > org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199) > at > org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45) > at > org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:18) > at > org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206) > at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705) > at > org.apache.catalina.manager.ManagerServlet.start(ManagerServlet.java:1276) > at > org.apache.catalina.manager.HTMLManagerServlet.start(HTMLManagerServlet.java:625) > at > org.apache.catalina.manager.HTMLManagerServlet.doGet(HTMLManagerServlet.java:136) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:617) > at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at > org.apache.catalina.filters.CsrfPreventionFilter.doFilter(CsrfPreventionFilter.java:186) > at > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235) > at > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) > at > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233) > at > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191) > at > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:563) > at > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127) > at > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102) > at > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109) > at > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293) > at > org.apache.coyote.http11.Http11AprProcessor.process(Http11AprProcessor.java:877) > at > org.apache.coyote.http11.Http11AprProtocol$Http11ConnectionHandler.process(Http11AprProtocol.java:594) > at org.apache.tomcat.util.net.AprEndpoint$Worker.run(AprEndpoint.java:1675) > at java.lang.Thread.run(Unknown Source) > Caused by: org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'gwcTLDispatcher' defined in URL > [jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver212/WEB-INF/lib/gwc-2.1.2.jar!/geowebcache-core-context.xml]: > Instantiation of bean failed; nested exception is > org.springframework.beans.BeanInstantiationException: Could not instantiate > bean class [org.geowebcache.layer.TileLayerDispatcher]: Constructor threw > exception; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'gwcXmlConfig' defined in URL > [jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver212/WEB-INF/lib/gwc-2.1.2.jar!/geowebcache-core-context.xml]: > Instantiation of bean failed; nested exception is > org.springframework.beans.BeanInstantiationException: Could not instantiate > bean class [org.geowebcache.config.XMLConfiguration]: Constructor threw > exception; nested exception is > com.thoughtworks.xstream.converters.ConversionException: Cannot construct > org.geowebcache.grid.SRS as it does not have a no-args constructor : Cannot > construct org.geowebcache.grid.SRS as it does not have a no-args constructor > ---- Debugging information ---- > message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > cause-exception : > com.thoughtworks.xstream.converters.reflection.ObjectAccessException > cause-message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > class : org.geowebcache.config.GeoWebCacheConfiguration > required-type : org.geowebcache.grid.SRS > ------------------------------- > at > org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:254) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:835) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) > at java.security.AccessController.doPrivileged(Native Method) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) > at > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) > at > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:221) > at > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) > at > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) > at > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) > at > org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:269) > ... 44 more > Caused by: org.springframework.beans.BeanInstantiationException: Could not > instantiate bean class [org.geowebcache.layer.TileLayerDispatcher]: > Constructor threw exception; nested exception is > org.springframework.beans.factory.BeanCreationException: Error creating bean > with name 'gwcXmlConfig' defined in URL > [jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver212/WEB-INF/lib/gwc-2.1.2.jar!/geowebcache-core-context.xml]: > Instantiation of bean failed; nested exception is > org.springframework.beans.BeanInstantiationException: Could not instantiate > bean class [org.geowebcache.config.XMLConfiguration]: Constructor threw > exception; nested exception is > com.thoughtworks.xstream.converters.ConversionException: Cannot construct > org.geowebcache.grid.SRS as it does not have a no-args constructor : Cannot > construct org.geowebcache.grid.SRS as it does not have a no-args constructor > ---- Debugging information ---- > message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > cause-exception : > com.thoughtworks.xstream.converters.reflection.ObjectAccessException > cause-message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > class : org.geowebcache.config.GeoWebCacheConfiguration > required-type : org.geowebcache.grid.SRS > ------------------------------- > at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:115) > at > org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87) > at > org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:248) > ... 56 more > Caused by: org.springframework.beans.factory.BeanCreationException: Error > creating bean with name 'gwcXmlConfig' defined in URL > [jar:file:/C:/Program%20Files%20(x86)/Apache%20Software%20Foundation/Tomcat%206.0/webapps/geoserver212/WEB-INF/lib/gwc-2.1.2.jar!/geowebcache-core-context.xml]: > Instantiation of bean failed; nested exception is > org.springframework.beans.BeanInstantiationException: Could not instantiate > bean class [org.geowebcache.config.XMLConfiguration]: Constructor threw > exception; nested exception is > com.thoughtworks.xstream.converters.ConversionException: Cannot construct > org.geowebcache.grid.SRS as it does not have a no-args constructor : Cannot > construct org.geowebcache.grid.SRS as it does not have a no-args constructor > ---- Debugging information ---- > message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > cause-exception : > com.thoughtworks.xstream.converters.reflection.ObjectAccessException > cause-message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > class : org.geowebcache.config.GeoWebCacheConfiguration > required-type : org.geowebcache.grid.SRS > ------------------------------- > at > org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:254) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:925) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:835) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409) > at java.security.AccessController.doPrivileged(Native Method) > at > org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380) > at > org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264) > at > org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:221) > at > org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261) > at > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185) > at > org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164) > at > org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:881) > at > org.geowebcache.GeoWebCacheExtensions.extensions(GeoWebCacheExtensions.java:110) > at > org.geowebcache.GeoWebCacheExtensions.extensions(GeoWebCacheExtensions.java:130) > at > org.geowebcache.layer.TileLayerDispatcher.reInit(TileLayerDispatcher.java:109) > at > org.geowebcache.layer.TileLayerDispatcher.<init>(TileLayerDispatcher.java:59) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) > at java.lang.reflect.Constructor.newInstance(Unknown Source) > at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100) > ... 58 more > Caused by: org.springframework.beans.BeanInstantiationException: Could not > instantiate bean class [org.geowebcache.config.XMLConfiguration]: > Constructor threw exception; nested exception is > com.thoughtworks.xstream.converters.ConversionException: Cannot construct > org.geowebcache.grid.SRS as it does not have a no-args constructor : Cannot > construct org.geowebcache.grid.SRS as it does not have a no-args constructor > ---- Debugging information ---- > message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > cause-exception : > com.thoughtworks.xstream.converters.reflection.ObjectAccessException > cause-message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > class : org.geowebcache.config.GeoWebCacheConfiguration > required-type : org.geowebcache.grid.SRS > ------------------------------- > at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:115) > at > org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87) > at > org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:248) > ... 79 more > Caused by: com.thoughtworks.xstream.converters.ConversionException: Cannot > construct org.geowebcache.grid.SRS as it does not have a no-args constructor > : Cannot construct org.geowebcache.grid.SRS as it does not have a no-args > constructor > ---- Debugging information ---- > message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > cause-exception : > com.thoughtworks.xstream.converters.reflection.ObjectAccessException > cause-message : Cannot construct org.geowebcache.grid.SRS as it does > not have a no-args constructor > class : org.geowebcache.config.GeoWebCacheConfiguration > required-type : org.geowebcache.grid.SRS > ------------------------------- > at > com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:89) > at > com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) > at > com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:246) > at > com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:218) > at > com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162) > at > com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) > at > com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) > at > com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) > at > com.thoughtworks.xstream.converters.collections.AbstractCollectionConverter.readItem(AbstractCollectionConverter.java:71) > at > com.thoughtworks.xstream.converters.collections.CollectionConverter.populateCollection(CollectionConverter.java:68) > at > com.thoughtworks.xstream.converters.collections.CollectionConverter.unmarshal(CollectionConverter.java:61) > at > com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) > at > com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) > at > com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshallField(AbstractReflectionConverter.java:246) > at > com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.doUnmarshal(AbstractReflectionConverter.java:218) > at > com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:162) > at > com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) > at > com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:76) > at > com.thoughtworks.xstream.core.TreeUnmarshaller.convertAnother(TreeUnmarshaller.java:60) > at > com.thoughtworks.xstream.core.TreeUnmarshaller.start(TreeUnmarshaller.java:137) > at > com.thoughtworks.xstream.core.AbstractTreeMarshallingStrategy.unmarshal(AbstractTreeMarshallingStrategy.java:33) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:923) > at com.thoughtworks.xstream.XStream.unmarshal(XStream.java:899) > at > org.geowebcache.config.XMLConfiguration.loadConfiguration(XMLConfiguration.java:366) > at org.geowebcache.config.XMLConfiguration.<init>(XMLConfiguration.java:178) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) > at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) > at java.lang.reflect.Constructor.newInstance(Unknown Source) > at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100) > ... 81 more > Caused by: > com.thoughtworks.xstream.converters.reflection.ObjectAccessException: Cannot > construct org.geowebcache.grid.SRS as it does not have a no-args constructor > at > com.thoughtworks.xstream.converters.reflection.PureJavaReflectionProvider.newInstance(PureJavaReflectionProvider.java:71) > at > com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.instantiateNewInstance(AbstractReflectionConverter.java:308) > at > com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.unmarshal(AbstractReflectionConverter.java:161) > at > com.thoughtworks.xstream.core.TreeUnmarshaller.convert(TreeUnmarshaller.java:82) > ... 110 more > > > ------------------------------------------------------------------------------ > Live Security Virtual Conference > Exclusive live event will cover all the ways today's security and > threat landscape has changed and how IT managers can respond. Discussions > will include endpoint security, mobile security and the latest in malware > threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Gabriel Roldan OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
