主题 : 关于源码导入myeclipse发布后编译失败问题 |
级别: 商业授权用户
![]() |
91# 发表于:2016-12-07 09:05:40 IP:118.46.*.*
|
||||
---|---|---|---|---|---|
级别: 商业授权用户
![]() |
93# 发表于:2016-12-07 09:11:22 IP:118.46.*.*
信息: Initializing Spring root WebApplicationContext
09:12:42.769 ERROR org.hibernate.engine.jdbc.spi.SqlExceptionHelper - ORA-00904: "CMSCONFIG0_"."CHANNEL_COUNT_CLEAR_TIME": 标识符无效 09:12:43.098 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] at java.lang.Thread.run(Thread.java:722) [na:1.7.0_01] Caused by: 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:197) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] ... 29 common frames omitted Caused by: 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:197) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.3.0.jar:4.3.0.RELEASE] ... 39 common frames omitted |
||
---|---|---|---|
级别: 版主
![]() |
98# 发表于:2016-12-07 09:19:01 IP:117.152.*.*
An attempt by a client to checkout a Connection has timed out. 报错就是说数据库链接不上,你肯定有什么地方写错了,你是链接本地数据库吗
|
||
---|---|---|---|