主题 : 关于源码导入myeclipse发布后编译失败问题 |
级别: 商业授权用户
![]() |
111# 发表于:2016-12-07 10:09:49 IP:118.46.*.*
|
||||
---|---|---|---|---|---|
级别: 商业授权用户
![]() |
113# 发表于:2016-12-07 10:51:33 IP:118.46.*.*
跟本地没关系的 昨天也是连同事的 不一样好的么,重新弄了一遍 错还是一样
|
||
---|---|---|---|
级别: 商业授权用户
![]() |
115# 发表于:2016-12-07 11:08:47 IP:118.46.*.*
信息: Initializing Spring root WebApplicationContext
11:10:31.526 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ORA-00904: "CMSCONFIG0_"."CHANNEL_COUNT_CLEAR_TIME": 标识符无效 11:10:31.881 ERROR org.springframework.web.context.ContextLoader - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'shiroFilter' defined in ServletContext resource [/WEB-INF/config/shiro-context.xml]: Cannot resolve reference to bean 'securityManager' while setting bean property 'securityManager'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'securityManager' defined in ServletContext resource [/WEB-INF/config/shiro-context.xml]: Cannot resolve reference to bean 'authorizingRealm' while setting bean property 'realm'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'authorizingRealm' defined in ServletContext resource [/WEB-INF/config/shiro-context.xml]: Cannot resolve reference to bean 'cmsUserMng' while setting bean property 'cmsUserMng'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cmsUserMng': Unsatisfied dependency expressed through field 'contentMng': Error creating bean with name 'contentMng': Unsatisfied dependency expressed through field 'contentDocMng': Error creating bean with name 'contentDocMng': Unsatisfied dependency expressed through field 'openOfficeConverter': Error creating bean with name 'openOfficeConverter' defined in ServletContext resource [/WEB-INF/config/jeecms/jeecms-context.xml]: Invocation of init method failed; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'openOfficeConverter' defined in ServletContext resource [/WEB-INF/config/jeecms/jeecms-context.xml]: Invocation of init method failed; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'contentDocMng': Unsatisfied dependency expressed through field 'openOfficeConverter': Error creating bean with name 'openOfficeConverter' defined in ServletContext resource [/WEB-INF/config/jeecms/jeecms-context.xml]: Invocation of init method failed; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'openOfficeConverter' defined in ServletContext resource [/WEB-INF/config/jeecms/jeecms-context.xml]: Invocation of init method failed; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'contentMng': Unsatisfied dependency expressed through field 'contentDocMng': Error creating bean with name 'contentDocMng': Unsatisfied dependency expressed through field 'openOfficeConverter': Error creating bean with name 'openOfficeConverter' defined in ServletContext resource [/WEB-INF/config/jeecms/jeecms-context.xml]: Invocation of init method failed; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'openOfficeConverter' defined in ServletContext resource [/WEB-INF/config/jeecms/jeecms-context.xml]: Invocation of init method failed; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'contentDocMng': Unsatisfied dependency expressed through field 'openOfficeConverter': Error creating bean with name 'openOfficeConverter' defined in ServletContext resource [/WEB-INF/config/jeecms/jeecms-context.xml]: Invocation of init method failed; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'openOfficeConverter' defined in ServletContext resource [/WEB-INF/config/jeecms/jeecms-context.xml]: Invocation of init method failed; nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.context.support.PostProcessorRegistrationDelegate.registerBeanPostProcessors(PostProcessorRegistrationDelegate.java:240) ~[spring-context-4.3.0.jar:4.3.0.RELEASE] at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:697) ~[spring-context-4.3.0.jar:4.3.0.RELEASE] at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:526) ~[spring-context-4.3.0.jar:4.3.0.RELEASE] at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444) ~[spring-web-4.3.0.jar:4.3.0.RELEASE] at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326) ~[spring-web-4.3.0.jar:4.3.0.RELEASE] at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) [spring-web-4.3.0.jar:4.3.0.RELEASE] at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4973) [catalina.jar:7.0.54] at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467) [catalina.jar:7.0.54] at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) [catalina.jar:7.0.54] at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) [catalina.jar:7.0.54] at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) [catalina.jar:7.0.54] at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:632) [catalina.jar:7.0.54] at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1247) [catalina.jar:7.0.54] at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1898) [catalina.jar:7.0.54] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [na:1.7.0_01] at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) [na:1.7.0_01] at java.util.concurrent.FutureTask.run(FutureTask.java:166) [na:1.7.0_01] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [na:1.7.0_01] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [na:1.7.0_01] |
||
---|---|---|---|
级别: 商业授权用户
![]() |
116# 发表于:2016-12-07 11:09:24 IP:118.46.*.*
#mysql\u914d\u7f6e
#jdbc.driverClassName=com.mysql.jdbc.Driver #jdbc.url=jdbc:mysql://127.0.0.1:3306/jeecmsv8?characterEncoding=UTF-8 #jdbc.username=root #jdbc.password=password # #hibernate.db=mysql #hibernate.dialect=org.hibernate.dialect.MySQL5Dialect oracle jdbc.driverClassName=oracle.jdbc.driver.OracleDriver jdbc.url=jdbc:oracle:thin:@192.168.31.157:1521:orcl jdbc.username=XGCMS jdbc.password=password hibernate.db=oracle hibernate.dialect=org.hibernate.dialect.Oracle10gDialect #sqlserver #jdbc.driverClassName=com.microsoft.sqlserver.jdbc.SQLServerDriver #jdbc.url=jdbc:sqlserver://192.168.0.132:1433;DatabaseName=jeecmsv7 #jdbc.username=sa #jdbc.password=mingming_chen #hibernate.db=sqlserver #hibernate.dialect=org.hibernate.dialect.SQLServerDialect #db2 #jdbc.driverClassName=com.ibm.db2.jcc.DB2Driver #jdbc.url=jdbc:db2://localhost:50000/jeenew7 #jdbc.username=Administrator #jdbc.password=password #hibernate.db=db2 #hibernate.dialect=org.hibernate.dialect.DB2Dialect #mysql sqlserver db2\u914d\u7f6e #hibernate.hbm.jeecms.core=classpath*:/com/jeecms/core/entity/hbm/common/*.hbm.xml #hibernate.hbm.jeecms.cms=classpath*:/com/jeecms/cms/entity/main/hbm/common/*.hbm.xml #hibernate.hbm.jeecms.assist=classpath*:/com/jeecms/cms/entity/assist/hbm/common/*.hbm.xml #oracle\u914d\u7f6e hibernate.hbm.jeecms.core=classpath*:/com/jeecms/core/entity/hbm/oracle/*.hbm.xml hibernate.hbm.jeecms.cms=classpath*:/com/jeecms/cms/entity/main/hbm/oracle/*.hbm.xml hibernate.hbm.jeecms.assist=classpath*:/com/jeecms/cms/entity/assist/hbm/oracle/*.hbm.xml cpool.checkoutTimeout=5000 cpool.minPoolSize=20 cpool.maxPoolSize=50 cpool.maxIdleTime=7200 cpool.maxIdleTimeExcessConnections=1800 cpool.acquireIncrement=10 |
||
---|---|---|---|