|
X5版本为V3.2.1linux版,部署在东方通上,报错内容如下:
[org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,configuration]; root of factory hierarchy
2016-07-07 14:56:18 [httpWorkerThread-8080-8] [com.justep.doc.httpconnector.FileServlet] DEBUG: 启动文档服务异常
org.outerj.daisy.runtime.DaisyRTException: Error constructing component container defined at /home/lanware/BeX5_V3.2.1-ent-linux/runtime/DocServer/WEB-INF/lib/daisy-configuration-impl-2.3.jar
at org.outerj.daisy.runtime.component.ContainerConfigImpl.build(Unknown Source)
at org.outerj.daisy.runtime.DaisyRuntime.init(Unknown Source)
at com.justep.doc.httpconnector.FileServlet.init(Unknown Source)
at com.tongweb.web.core.core.StandardWrapper.loadServlet(StandardWrapper.java:1207)
at com.tongweb.web.core.core.StandardWrapper.allocate(StandardWrapper.java:848)
at com.tongweb.web.core.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
at com.tongweb.web.core.core.StandardContextValve.invokeInternal(StandardContextValve.java:275)
at com.tongweb.web.core.core.StandardContextValve.invoke(StandardContextValve.java:206)
at com.tongweb.web.core.core.StandardPipeline.doInvoke(StandardPipeline.java:649)
at com.tongweb.web.core.core.StandardPipeline.doInvoke(StandardPipeline.java:594)
at com.tongweb.web.WebPipeline.invoke(WebPipeline.java:96)
at com.tongweb.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:99)
at com.tongweb.web.core.core.StandardHostValve.invoke(StandardHostValve.java:222)
at com.tongweb.web.core.core.StandardPipeline.doInvoke(StandardPipeline.java:649)
at com.tongweb.web.core.core.StandardPipeline.doInvoke(StandardPipeline.java:594)
at com.tongweb.web.core.core.StandardPipeline.invoke(StandardPipeline.java:588)
at com.tongweb.web.core.core.ContainerBase.invoke(ContainerBase.java:1105)
at com.tongweb.web.core.core.StandardEngineValve.invoke(StandardEngineValve.java:167)
at com.tongweb.web.core.core.StandardPipeline.doInvoke(StandardPipeline.java:649)
at com.tongweb.web.core.core.StandardPipeline.doInvoke(StandardPipeline.java:594)
at com.tongweb.web.core.core.StandardPipeline.invoke(StandardPipeline.java:588)
at com.tongweb.web.core.core.ContainerBase.invoke(ContainerBase.java:1105)
at com.tongweb.web.oro.wrap.CoyoteAdapter.service(CoyoteAdapter.java:289)
at com.tongweb.web.connector.grizzly.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:722)
at com.tongweb.web.connector.grizzly.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:654)
at com.tongweb.web.connector.grizzly.DefaultProcessorTask.process(DefaultProcessorTask.java:935)
at com.tongweb.web.connector.grizzly.DefaultReadTask.executeProcessorTask(DefaultReadTask.java:341)
at com.tongweb.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:263)
at com.tongweb.web.connector.grizzly.DefaultReadTask.doTask(DefaultReadTask.java:214)
at com.tongweb.web.connector.grizzly.TaskBase.run(TaskBase.java:265)
at com.tongweb.web.connector.grizzly.WorkerThreadImpl.run(WorkerThreadImpl.java:131)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configuration' defined in DAISY-INF/spring/applicationContext.xml in /home/lanware/BeX5_V3.2.1-ent-linux/runtime/DocServer/WEB-INF/lib/daisy-configuration-impl-2.3.jar: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.outerj.daisy.configuration.impl.ConfigurationManagerImpl]: Constructor threw exception; nested exception is org.apache.avalon.framework.configuration.ConfigurationException: Configuration override file does not exist: /home/lanware/TongWeb5.0/bin/home/lanware/BeX5_V3.2.1-ent-linux/data/doc/conf/myconfig.xml
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:231)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:957)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:869)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:514)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:485)
at java.security.AccessController.doPrivileged(Native Method)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:455)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:251)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:169)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:248)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:170)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:413)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:735)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:369)
... 31 more
Caused by: org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.outerj.daisy.configuration.impl.ConfigurationManagerImpl]: Constructor threw exception; nested exception is org.apache.avalon.framework.configuration.ConfigurationException: Configuration override file does not exist: /home/lanware/TongWeb5.0/bin/home/lanware/BeX5_V3.2.1-ent-linux/data/doc/conf/myconfig.xml
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:98)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:87)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:225)
... 44 more
Caused by: org.apache.avalon.framework.configuration.ConfigurationException: Configuration override file does not exist: /home/lanware/TongWeb5.0/bin/home/lanware/BeX5_V3.2.1-ent-linux/data/doc/conf/myconfig.xml
at org.outerj.daisy.configuration.impl.ConfigurationManagerImpl.<init>(ConfigurationManagerImpl.java:35)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:83)
... 46 more
2016-07-07 14:56:18 [httpWorkerThread-8080-8] [org.outerj.daisy.runtime.DaisyRuntime] INFO: Shutting down component containers.
之前使用的是X53.2升级版本,现在换成linux版,除model外还有哪些文件需要替换。
|
|