Hi
We are using Geoserver version 2.2.5.
One night Geoserver suddenly shut down itself, and we could tell because we
saw this from the log, and no one triggered this shut down:
2016-04-19 02:19:57,053 WARN [support.DisposableBeanAdapter] - Invocation of
destroy method failed on bean with name 'geoServerLoader':
org.springframework.beans.factory.BeanCreationNotAllowedException: Error
creating bean with name 'GWCLifeCycleHandler': Singleton bean creation not
allowed while the singletons of this factory are in destruction (Do not
request a bean from a BeanFactory in a destroy method implementation!)
We had PRODUCTION level logging on, and there were no other activities at
that time.
It might be hard to tell but, are there still ways for us to find out why
Geoserver would shut down itself?
GeoServer does not usually shut itself down, Tomcat is running GeoServer so you may wish to check the tomcat logs. (Jetty logs if you are running the standalone geoserver which includes jetty)
Hi
We are using Geoserver version 2.2.5.
One night Geoserver suddenly shut down itself, and we could tell because we
saw this from the log, and no one triggered this shut down:
2016-04-19 02:19:57,053 WARN [support.DisposableBeanAdapter] - Invocation of
destroy method failed on bean with name ‘geoServerLoader’:
org.springframework.beans.factory.BeanCreationNotAllowedException: Error
creating bean with name ‘GWCLifeCycleHandler’: Singleton bean creation not
allowed while the singletons of this factory are in destruction (Do not
request a bean from a BeanFactory in a destroy method implementation!)
We had PRODUCTION level logging on, and there were no other activities at
that time.
It might be hard to tell but, are there still ways for us to find out why
Geoserver would shut down itself?
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
Thanks for your response!
We use jetty. The only logs I know of are the request logs and the
geoserver.log (the one pointed to in data_dir/logging.xml). Are there other
logs we can look at?