Autowired

来源:互联网 发布:数据库宕机 编辑:程序博客网 时间:2024/06/03 15:01

2010-10-3 0:32:20 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded APR based Apache Tomcat Native library 1.1.14.
2010-10-3 0:32:20 org.apache.catalina.core.AprLifecycleListener init
信息: APR capabilities: IPv6 [false], sendfile [true], accept filters [false], random [true].
2010-10-3 0:32:21 org.apache.coyote.http11.Http11AprProtocol init
信息: Initializing Coyote HTTP/1.1 on http-8081
2010-10-3 0:32:21 org.apache.coyote.ajp.AjpAprProtocol init
信息: Initializing Coyote AJP/1.3 on ajp-8009
2010-10-3 0:32:21 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1384 ms
2010-10-3 0:32:21 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2010-10-3 0:32:21 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.20
2010-10-3 0:32:22 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized()
2010-10-3 0:32:22 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextInitialized()
2010-10-3 0:32:32 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
2010-10-3 0:32:49 org.apache.catalina.core.StandardContext listenerStart
严重: Exception sending context initialized event to listener instance of class data.framework.support.GlobalContextListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'codeService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.analysis.adapter.CodeSqlExecutor data.analysis.service.CodeService.executor; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'codeSqlExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/analysis/adapter/CodeSqlExecutor.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [data.platform.service.DataSourceService]: : Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: ConfigContext uninitialized!; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: ConfigContext uninitialized!
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:280)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1011)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
 at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:289)
 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:286)
 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:188)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:543)
 at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:730)
 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:387)
 at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:270)
 at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
 at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
 at data.framework.support.GlobalContextListener.contextInitialized(GlobalContextListener.java:21)
 at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
 at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
 at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
 at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
 at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
 at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:987)
 at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:909)
 at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:495)
 at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)
 at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)
 at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
 at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
 at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
 at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
 at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
 at org.apache.catalina.core.StandardService.start(StandardService.java:516)
 at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.analysis.adapter.CodeSqlExecutor data.analysis.service.CodeService.executor; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'codeSqlExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/analysis/adapter/CodeSqlExecutor.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [data.platform.service.DataSourceService]: : Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: ConfigContext uninitialized!; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: ConfigContext uninitialized!
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:497)
 at org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:277)
 ... 38 more
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'codeSqlExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/analysis/adapter/CodeSqlExecutor.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [data.platform.service.DataSourceService]: : Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: ConfigContext uninitialized!; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: ConfigContext uninitialized!
 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:698)
 at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:192)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:978)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:880)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:479)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
 at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:289)
 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:286)
 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:188)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:807)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:748)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:666)
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:468)
 ... 40 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: ConfigContext uninitialized!
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:280)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1011)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
 at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:289)
 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:286)
 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:188)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:807)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:748)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:666)
 at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:771)
 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:691)
 ... 53 more
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: ConfigContext uninitialized!
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:497)
 at org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:277)
 ... 65 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: ConfigContext uninitialized!
 at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:283)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:978)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:880)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:479)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
 at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:289)
 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:286)
 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:188)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:807)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:748)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:666)
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:468)
 ... 67 more
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: Constructor threw exception; nested exception is java.lang.RuntimeException: ConfigContext uninitialized!
 at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:141)
 at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:107)
 at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:275)
 ... 79 more
Caused by: java.lang.RuntimeException: ConfigContext uninitialized!
 at data.framework.support.ConfigContext.getStringSection(ConfigContext.java:103)
 at data.framework.data.sql.DataExecutorSpringImpl.<init>(DataExecutorSpringImpl.java:66)
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
 at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
 at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:126)
 ... 81 more
2010-10-3 0:32:49 org.apache.catalina.core.StandardContext start
严重: Error listenerStart
2010-10-3 0:32:49 org.apache.catalina.core.StandardContext start
严重: Context [/platform] startup failed due to previous errors
2010-10-3 0:32:49 org.apache.catalina.core.ApplicationContext log
信息: Closing Spring root WebApplicationContext
2010-10-3 0:32:49 org.apache.catalina.core.StandardContext listenerStop
严重: Exception sending context destroyed event to listener instance of class data.framework.support.GlobalContextListener
java.lang.ExceptionInInitializerError
 at data.framework.support.GlobalContextListener.contextDestroyed(GlobalContextListener.java:30)
 at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3973)
 at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4577)
 at org.apache.catalina.core.StandardContext.start(StandardContext.java:4474)
 at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
 at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
 at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
 at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:987)
 at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:909)
 at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:495)
 at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)
 at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)
 at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
 at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
 at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
 at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
 at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
 at org.apache.catalina.core.StandardService.start(StandardService.java:516)
 at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.RuntimeException: ConfigContext uninitialized!
 at data.framework.support.ConfigContext.getStringSection(ConfigContext.java:103)
 at data.framework.support.GlobalContext.<clinit>(GlobalContext.java:23)
 ... 26 more
2010-10-3 0:32:51 org.apache.coyote.http11.Http11AprProtocol start
信息: Starting Coyote HTTP/1.1 on http-8081
2010-10-3 0:32:51 org.apache.coyote.ajp.AjpAprProtocol start
信息: Starting Coyote AJP/1.3 on ajp-8009
2010-10-3 0:32:51 org.apache.catalina.startup.Catalina start
信息: Server startup in 29976 ms
Exception in thread "HouseKeeper" java.lang.NullPointerException
 at org.logicalcobwebs.proxool.HouseKeeperController.getHouseKeeperToRun(HouseKeeperController.java:53)
 at org.logicalcobwebs.proxool.HouseKeeperThread.run(HouseKeeperThread.java:33)

 

 

 

问题分析:

1:bean无法加载,是由于@Autowired对无参构造函数进行了注解。

错误代码如上所述。

 

 

2.proxool没有及时进行销毁

Exception in thread "HouseKeeper" java.lang.NullPointerException
 at org.logicalcobwebs.proxool.HouseKeeperController.getHouseKeeperToRun(HouseKeeperController.java:53)
 at org.logicalcobwebs.proxool.HouseKeeperThread.run(HouseKeeperThread.java:33)

 

 

解决方法,添加方法method= destroy

 

 

 

 

 

2010-10-3 14:44:22 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded APR based Apache Tomcat Native library 1.1.14.
2010-10-3 14:44:22 org.apache.catalina.core.AprLifecycleListener init
信息: APR capabilities: IPv6 [false], sendfile [true], accept filters [false], random [true].
2010-10-3 14:44:23 org.apache.coyote.http11.Http11AprProtocol init
信息: Initializing Coyote HTTP/1.1 on http-8081
2010-10-3 14:44:23 org.apache.coyote.ajp.AjpAprProtocol init
信息: Initializing Coyote AJP/1.3 on ajp-8009
2010-10-3 14:44:23 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1882 ms
2010-10-3 14:44:23 org.apache.catalina.core.StandardService start
信息: Starting service Catalina
2010-10-3 14:44:23 org.apache.catalina.core.StandardEngine start
信息: Starting Servlet Engine: Apache Tomcat/6.0.20
2010-10-3 14:44:25 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized()
2010-10-3 14:44:25 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextInitialized()
2010-10-3 14:44:27 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
2010-10-3 14:44:32 org.apache.catalina.core.StandardContext listenerStart
严重: Exception sending context initialized event to listener instance of class data.framework.support.GlobalContextListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'codeService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.analysis.adapter.CodeSqlExecutor data.analysis.service.CodeService.executor; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'codeSqlExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/analysis/adapter/CodeSqlExecutor.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [data.platform.service.DataSourceService]: : Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: No default constructor found; nested exception is java.lang.NoSuchMethodException: data.framework.data.sql.DataExecutorSpringImpl.<init>(); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: No default constructor found; nested exception is java.lang.NoSuchMethodException: data.framework.data.sql.DataExecutorSpringImpl.<init>()
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:280)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1011)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
 at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:289)
 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:286)
 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:188)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:543)
 at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:730)
 at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:387)
 at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:270)
 at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:197)
 at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47)
 at data.framework.support.GlobalContextListener.contextInitialized(GlobalContextListener.java:21)
 at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3934)
 at org.apache.catalina.core.StandardContext.start(StandardContext.java:4429)
 at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
 at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
 at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
 at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:987)
 at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:909)
 at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:495)
 at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)
 at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)
 at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
 at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
 at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
 at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
 at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
 at org.apache.catalina.core.StandardService.start(StandardService.java:516)
 at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.analysis.adapter.CodeSqlExecutor data.analysis.service.CodeService.executor; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'codeSqlExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/analysis/adapter/CodeSqlExecutor.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [data.platform.service.DataSourceService]: : Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: No default constructor found; nested exception is java.lang.NoSuchMethodException: data.framework.data.sql.DataExecutorSpringImpl.<init>(); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: No default constructor found; nested exception is java.lang.NoSuchMethodException: data.framework.data.sql.DataExecutorSpringImpl.<init>()
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:497)
 at org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:277)
 ... 38 more
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'codeSqlExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/analysis/adapter/CodeSqlExecutor.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [data.platform.service.DataSourceService]: : Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: No default constructor found; nested exception is java.lang.NoSuchMethodException: data.framework.data.sql.DataExecutorSpringImpl.<init>(); nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: No default constructor found; nested exception is java.lang.NoSuchMethodException: data.framework.data.sql.DataExecutorSpringImpl.<init>()
 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:698)
 at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:192)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:978)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:880)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:479)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
 at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:289)
 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:286)
 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:188)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:807)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:748)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:666)
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:468)
 ... 40 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSourceService': Autowiring of fields failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: No default constructor found; nested exception is java.lang.NoSuchMethodException: data.framework.data.sql.DataExecutorSpringImpl.<init>()
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:280)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1011)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:511)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
 at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:289)
 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:286)
 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:188)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:807)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:748)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:666)
 at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:771)
 at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:691)
 ... 53 more
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private data.framework.data.sql.DataExecutor data.platform.service.DataSourceService.executor; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: No default constructor found; nested exception is java.lang.NoSuchMethodException: data.framework.data.sql.DataExecutorSpringImpl.<init>()
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:497)
 at org.springframework.beans.factory.annotation.InjectionMetadata.injectFields(InjectionMetadata.java:105)
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessAfterInstantiation(AutowiredAnnotationBeanPostProcessor.java:277)
 ... 65 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataExecutor' defined in file [D:/tomcat-6/webapps/platform/WEB-INF/classes/data/framework/data/sql/DataExecutorSpringImpl.class]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: No default constructor found; nested exception is java.lang.NoSuchMethodException: data.framework.data.sql.DataExecutorSpringImpl.<init>()
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean
(AbstractAutowireCapableBeanFactory.java:940)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:884)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:479)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:450)
 at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:289)
 at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
 at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:286)
 at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:188)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:807)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:748)
 at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:666)
 at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:468)
 ... 67 more
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [data.framework.data.sql.DataExecutorSpringImpl]: No default constructor found; nested exception is java.lang.NoSuchMethodException: data.framework.data.sql.DataExecutorSpringImpl.<init>()
 at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:69)
 at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:932)
 ... 78 more
Caused by: java.lang.NoSuchMethodException: data.framework.data.sql.DataExecutorSpringImpl.<init>()
 at java.lang.Class.getConstructor0(Class.java:2706)
 at java.lang.Class.getDeclaredConstructor(Class.java:1985)
 at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:64)
 ... 79 more
2010-10-3 14:44:32 org.apache.catalina.core.StandardContext start
严重: Error listenerStart
2010-10-3 14:44:32 org.apache.catalina.core.StandardContext start
严重: Context [/platform] startup failed due to previous errors
2010-10-3 14:44:32 org.apache.catalina.core.ApplicationContext log
信息: Closing Spring root WebApplicationContext
2010-10-3 14:44:32 org.apache.catalina.core.StandardContext listenerStop
严重: Exception sending context destroyed event to listener instance of class data.framework.support.GlobalContextListener
java.lang.ExceptionInInitializerError
 at data.framework.support.GlobalContextListener.contextDestroyed(GlobalContextListener.java:30)
 at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3973)
 at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4577)
 at org.apache.catalina.core.StandardContext.start(StandardContext.java:4474)
 at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
 at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
 at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:526)
 at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:987)
 at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:909)
 at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:495)
 at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1206)
 at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:314)
 at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
 at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
 at org.apache.catalina.core.StandardHost.start(StandardHost.java:722)
 at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
 at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
 at org.apache.catalina.core.StandardService.start(StandardService.java:516)
 at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
 at org.apache.catalina.startup.Catalina.start(Catalina.java:583)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
 at java.lang.reflect.Method.invoke(Method.java:597)
 at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:288)
 at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:413)
Caused by: java.lang.RuntimeException: ConfigContext uninitialized!
 at data.framework.support.ConfigContext.getStringSection(ConfigContext.java:103)
 at data.framework.support.GlobalContext.<clinit>(GlobalContext.java:23)
 ... 26 more
2010-10-3 14:44:33 org.apache.coyote.http11.Http11AprProtocol start
信息: Starting Coyote HTTP/1.1 on http-8081
2010-10-3 14:44:33 org.apache.coyote.ajp.AjpAprProtocol start
信息: Starting Coyote AJP/1.3 on ajp-8009
2010-10-3 14:44:33 org.apache.catalina.startup.Catalina start
信息: Server startup in 9775 ms