Java(TM) SE Runtime Environment (build 1.7.0_13-b20)
Java HotSpot(TM) Client VM (build 23.7-b01, mixed mode, sharing)
[root@DaoJian DAOJIAN]# java -jar GPH.jar
log4j:WARN No appenders could be found for logger (org.springframework.context.support.ClassPathXmlApplicationContext).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Exception in thread "main" org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean definition with name 'dataSource' defined in file [/root/DAOJIAN/resources/applicationContext.xml]: Could not resolve placeholder 'jdbc.driverClassName'
at org.springframework.beans.factory.config.PropertyPlaceholderConfigurer.processProperties(PropertyPlaceholderConfigurer.java:287)
at org.springframework.beans.factory.config.PropertyResourceConfigurer.postProcessBeanFactory(PropertyResourceConfigurer.java:75)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:663)
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:638)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:407)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
at com.yayo.common.socket.context.ApplicationContext.initialize(ApplicationContext.java:22)
at com.yayo.common.socket.context.ApplicationContext.<init>(ApplicationContext.java:18)
at com.yayo.warriors.YayoDaemon.main(YayoDaemon.java:31)
[root@g1 DAOJIAN]# java -jar GPH.jar
log4j:WARN No appenders could be found for logger (org.springframework.context.support.ClassPathXmlApplicationContext).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Exception in thread "main" org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bootstrap': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.yayo.warriors.module.buffer.facade.BufferFacade com.yayo.warriors.Bootstrap.bufferFacade; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'bufferFacadeImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.yayo.warriors.module.map.facade.MapFacade com.yayo.warriors.module.buffer.facade.impl.BufferFacadeImpl.mapFacade; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'mapFacadeImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.yayo.warriors.event.EnterScreenReceiver com.yayo.warriors.module.map.facade.impl.MapFacadeImpl.enterScreenReceiver; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'enterScreenReceiver': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.yayo.warriors.module.user.facade.UserFacade com.yayo.warriors.event.EnterScreenReceiver.userFacade; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'userFacadeImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.yayo.warriors.module.onlines.manager.OnlineStatisticManager com.yayo.warriors.module.user.facade.impl.UserFacadeImpl.onlineStatisticManager; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'onlineStatisticManagerImpl': Invocation of init method failed; nested exception is org.hibernate.exception.SQLGrammarException: could not execute query
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:288)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1074)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192)
at
....