Hi,

I'm trying to upgrade my GeoServer 2.7.2 instance to 2.9.0, but I keep
encountering the following error at runtime:

minresource-minesatlas-gws: 14:55:32.273 [WARN]
[org.springframework.web.context.support.XmlWebApplicationContext]
<Exception encountered during context initialization - cancelling refresh
attempt: org.springframework.beans.factory.NoSuchBeanDefinitionException: No
bean named 'systemContext' is defined>
minresource-minesatlas-gws: 14:55:32.274 WARN]
[org.springframework.beans.factory.support.DisposableBeanAdapter]
<Invocation of destroy method failed on bean with name 'geoServerLoader':
java.lang.NullPointerException>
minresource-minesatlas-gws: 14:55:32.285 [ERROR]
[org.springframework.web.context.ContextLoader] <Context initialization
failed>
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean
named 'systemContext' is defined
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:698)
~[spring-beans-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1175)
~[spring-beans-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:284)
~[spring-beans-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
~[spring-beans-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:296)
~[spring-beans-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
~[spring-beans-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
~[spring-beans-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
~[spring-context-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
~[spring-context-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444)
~[spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326)
~[spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
[spring-web-4.2.5.RELEASE.jar:4.2.5.RELEASE]
        at
org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:23)
[gs-platform-2.9.0.jar:2.9.0]
        at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5077)
[catalina.jar:7.0.67]
        at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5591)
[catalina.jar:7.0.67]
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
[catalina.jar:7.0.67]
        at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1574)
[catalina.jar:7.0.67]
        at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1564)
[catalina.jar:7.0.67]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266) 
[na:1.8.0_65]
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[na:1.8.0_65]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[na:1.8.0_65]
        at java.lang.Thread.run(Thread.java:745) [na:1.8.0_65]
Jul 04, 2016 2:55:32 PM org.apache.catalina.core.StandardContext
listenerStart
SEVERE: Exception sending context initialized event to listener instance of
class org.geoserver.platform.GeoServerContextLoaderListener
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean
named 'systemContext' is defined
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:698)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1175)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:284)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:296)
        at
org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
        at
org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
        at
org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
        at
org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
        at
org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444)
        at
org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326)
        at
org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107)
        at
org.geoserver.platform.GeoServerContextLoaderListener.contextInitialized(GeoServerContextLoaderListener.java:23)
        at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5077)
        at
org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5591)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1574)
        at
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1564)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)

Thanks

Michael



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GeoServer-2-9-0-Error-tp5274556.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
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