jeecg 3.2.0版本时,启动TOMCAT出现以下错
本帖最后由 m249140611 于 2013-8-19 19:28 编辑大家好!
我使用jdk1.6.0_05 + Tomcat 6.0 ,然后把项目文件导进去后,把数据库存修改成sqlserver2005,并且把dbconfig.properties文件内容这注释去掉,改成使用SQLSERVER2005连接方式
hibernate.dialect=org.hibernate.dialect.SQLServerDialect
jdbc.driverClassName.sqlserver=com.microsoft.sqlserver.jdbc.SQLServerDriver
validationQuery.sqlserver=SELECT 1
jdbc.url.jeecg=jdbc:jtds:sqlserver://localhost:1433/jeecg
jdbc.username.jeecg=sa
jdbc.password.jeecg=it1234
然后启动TOMCAT后,显示以下错误,请问大家知不知是什么原因,谢谢!
Root WebApplicationContext: initialization started
Refreshing Root WebApplicationContext: startup date ; root of context hierarchy
Loading XML bean definitions from file
Loading XML bean definitions from file
Loading XML bean definitions from file
Loading XML bean definitions from file
Loading XML bean definitions from URL
Overriding bean definition for bean 'templetContext': replacing ; scope=singleton; abstract=false; lazyInit=false; autowireMode=1; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL ] with ; scope=; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL ]
Loading properties file from class path resource
Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@5dfaf1: defining beans ; root of factory hierarchy
Context initialization failed
页:
[1]