docker部署tomcat9.0.82版本DataExchangeCenter项目启动报错:
[2024-08-27 10:02:15.996][WARN#org.apache.log4j.Level][main][org.springframework.web.context.support.XmlWebApplicationContext.doClose:1010] -| Exception thrown from ApplicationListener handling ContextClosedEvent org.springframework.beans.factory.BeanCreationNotAllowedException: Error creating bean with name 'cxf': Singleton bean creation not allowed while the singletons of this factory are in destruction (Do not request a bean from a BeanFactory in a destroy method implementation!)
[2024-08-27 10:02:16.015][WARN#org.apache.log4j.Level][main][org.springframework.web.context.support.XmlWebApplicationContext.doClose:1018] -| Exception thrown from LifecycleProcessor on context close java.lang.IllegalStateException: LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: Root WebApplicationContext: startup date [Tue Aug 27 10:02:15 UTC 2024]; root of context hierarchy
[2024-08-27 10:02:16.018][ERROR#org.apache.log4j.Level][main][org.springframework.web.context.ContextLoader.initWebApplicationContext:227] -| Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'providerStatusServer': Invocation of init method failed; nested exception is org.apache.cxf.service.factory.ServiceConstructionException
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1420) ~[spring-beans-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) ~[spring-beans-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) ~[spring-beans-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:293) ~[spring-beans-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222) ~[spring-beans-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:290) ~[spring-beans-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:192) ~[spring-beans-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585) ~[spring-beans-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:895) ~[spring-context-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:425) ~[spring-context-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:282) ~[spring-web-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:204) ~[spring-web-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:47) ~[spring-web-3.0.6.RELEASE.jar:3.0.6.RELEASE]
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4462) ~[catalina.jar:9.0.82]
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4914) ~[catalina.jar:9.0.82]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[catalina.jar:9.0.82]
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:683) ~[catalina.jar:9.0.82]
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:658) ~[catalina.jar:9.0.82]
at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:661) ~[catalina.jar:9.0.82]
at org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1184) ~[catalina.jar:9.0.82]
at org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1932) ~[catalina.jar:9.0.82]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-util.jar:9.0.82]
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:123) ~[?:?]
at org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1094) ~[catalina.jar:9.0.82]
at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:476) ~[catalina.jar:9.0.82]
at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1617) ~[catalina.jar:9.0.82]
at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:318) ~[catalina.jar:9.0.82]
at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:114) ~[catalina.jar:9.0.82]
at org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:402) ~[catalina.jar:9.0.82]
at org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:345) ~[catalina.jar:9.0.82]
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:893) ~[catalina.jar:9.0.82]
at org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:794) ~[catalina.jar:9.0.82]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[catalina.jar:9.0.82]
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332) ~[catalina.jar:9.0.82]
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322) ~[catalina.jar:9.0.82]
at java.util.concurrent.FutureTask.run(FutureTask.java:317) ~[?:?]
at org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) ~[tomcat-util.jar:9.0.82]
at java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:145) ~[?:?]
at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:866) ~[catalina.jar:9.0.82]
at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:248) ~[catalina.jar:9.0.82]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[catalina.jar:9.0.82]
at org.apache.catalina.core.StandardService.startInternal(StandardService.java:433) ~[catalina.jar:9.0.82]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[catalina.jar:9.0.82]
at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:921) ~[catalina.jar:9.0.82]
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:171) ~[catalina.jar:9.0.82]
at org.apache.catalina.startup.Catalina.start(Catalina.java:772) ~[catalina.jar:9.0.82]
at jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:580) ~[?:?]
at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:347) ~[bootstrap.jar:9.0.82]
at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:478) ~[bootstrap.jar:9.0.82]
Caused by: org.apache.cxf.service.factory.ServiceConstructionException
at org.apache.cxf.jaxrs.JAXRSServerFactoryBean.create(JAXRSServe
没有合适的资源?快使用搜索试试~ 我知道了~
资源推荐
资源详情
资源评论
收起资源包目录
中间件测试环境+生产环境的迁移方案2 (2000个子文件)
AUTHORS 3KB
confCons.xml.20240726-1806312750.backup 634KB
confCons.xml.20240730-0858077616.backup 634KB
confCons.xml.20240826-0956428056.backup 634KB
confCons.xml.20240826-0956476430.backup 634KB
confCons.xml.20240905-1618553642.backup 634KB
confCons.xml.20240826-0956532451.backup 634KB
confCons.xml.20240827-1634120534.backup 634KB
confCons.xml.20240826-0956459192.backup 634KB
confCons.xml.20240826-0956513442.backup 634KB
confCons.xml.20240826-0956550331.backup 634KB
mRemoteNG.exe.config 28KB
Main.css 2KB
Main.css 2KB
xul.dll 36.81MB
icudt56.dll 9.95MB
d3dcompiler_47.dll 3.3MB
BouncyCastle.Crypto.dll 2.14MB
Geckofx-Core.dll 1.88MB
icuin56.dll 1.71MB
nss3.dll 1.53MB
libGLESv2.dll 1.15MB
icuuc56.dll 1.14MB
Interop.MSTSCLib.dll 593KB
ObjectListView.dll 441KB
Renci.SshNet.dll 405KB
nssckbi.dll 405KB
MagicLibrary.dll 403KB
AxInterop.MSTSCLib.dll 339KB
freebl3.dll 322KB
WeifenLuo.WinFormsUI.Docking.dll 305KB
log4net.dll 277KB
WeifenLuo.WinFormsUI.Docking.ThemeVS2015.dll 237KB
WeifenLuo.WinFormsUI.Docking.ThemeVS2013.dll 213KB
sandboxbroker.dll 212KB
WeifenLuo.WinFormsUI.Docking.ThemeVS2012.dll 165KB
softokn3.dll 149KB
VncSharp.dll 149KB
Geckofx-Winforms.dll 140KB
Interop.WFICALib.dll 128KB
breakpadinjector.dll 107KB
libEGL.dll 104KB
mozglue.dll 98KB
mRemoteNG.resources.dll 91KB
nssdbm3.dll 90KB
mRemoteNG.resources.dll 89KB
mRemoteNG.resources.dll 87KB
mRemoteNG.resources.dll 85KB
AxInterop.WFICALib.dll 82KB
mRemoteNG.resources.dll 80KB
mRemoteNG.resources.dll 80KB
mRemoteNG.resources.dll 79KB
mRemoteNG.resources.dll 77KB
mRemoteNG.resources.dll 75KB
mRemoteNG.resources.dll 75KB
mRemoteNG.resources.dll 73KB
mRemoteNG.resources.dll 73KB
mRemoteNG.resources.dll 71KB
mRemoteNG.resources.dll 67KB
mRemoteNG.resources.dll 67KB
mRemoteNG.resources.dll 65KB
lgpllibs.dll 61KB
WeifenLuo.WinFormsUI.Docking.ThemeVS2003.dll 54KB
fzshellext_64.dll 52KB
fzshellext.dll 48KB
fzshellext.dll 48KB
ADTree.dll 35KB
mRemoteNG.resources.dll 24KB
mRemoteNG.resources.dll 22KB
mRemoteNG.resources.dll 19KB
AccessibleMarshal.dll 19KB
mRemoteNG.resources.dll 18KB
mRemoteNG.resources.dll 15KB
1.redis分布式高可用方案总结.docx 10.78MB
RabbitMQ.docx 5.58MB
RabbitMQ.docx 5.58MB
2.redis主从配置实战.docx 4.79MB
3.rabbitmq实际操作总结.docx 1.49MB
Centos版本--keepalived的安装和配置.docx 1.2MB
172.31.150.61生产机器上的keepalived迁移方案.docx 1.17MB
172.31.150.60生产机器上的keepalived迁移方案.docx 1.17MB
1.docker部署应用迁移需求.docx 1013KB
0.Redis06.docx 821KB
统计新机器172.31.150.140上的nginx接口服务.docx 484KB
统计新机器172.31.150.139上的nginx接口服务.docx 484KB
172.30.9.142nginx测试接口.docx 444KB
2.HondaEcall_BUS和NewEcall(由tomcat运行)项目迁移步骤(docker部署)-张维维.docx 373KB
2.HondaEcall_BUS和NewEcall(由tomcat运行)项目迁移步骤(docker部署)-张维维(tomcat8.2版本不兼容7.077上的类库,导致honda项目启动报错).docx 372KB
sms-platform短信平台项目迁移方案(docker部署)-张维维.docx 279KB
1.rabbitmq迁移统计信息-张维维.docx 276KB
1.rabbitmq迁移统计信息.docx 276KB
老机器172.31.153.112迁移机器.docx 234KB
tomcat迁移方案.docx 233KB
2.rabbitmq迁移操作参考-张维维.docx 189KB
2.rabbitmq迁移操作参考.docx 189KB
3.HondaEcall_BUS和NewEcall(由tomcat运行)项目迁移步骤(docker部署)-张维维.docx 169KB
tomcat迁移简单操作步骤.docx 168KB
sms-platform短信平台项目迁移步骤(docker部署)-张维维.docx 166KB
网关gateway,amicall项目迁移步骤(docker部署)-张维维.docx 142KB
查看docker部署的nginx进程由来demo.docx 111KB
共 2000 条
- 1
- 2
- 3
- 4
- 5
- 6
- 20
资源评论
小蜗牛zww
- 粉丝: 14
- 资源: 31
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 【重磅,更新!!】中国各地级市名义GDP、实际GDP和平减指数面板数据(2000-2023年)
- C#音视频采集屏幕录制和混音录制源码数据库 文本存储源码类型 WinForm
- 文件关键词移动工具 输入关键词 文件夹自动创建,文件自动移动进去
- 海思平台Hi35xx下IT6801驱动
- openSLL1.1.1D 32与64位安装板
- C#.NET邻家小厨网上订餐系统源码数据库 SQL2008源码类型 WebForm
- test-dadfateq
- 1_众能软考内部教材-信息系统项目管理师考试32小时通关-2版-正文.pdf
- (输入相应的数字即可生成效应图)调节效应分解图绘制模板【重磅,更新!!】
- C#Util6信息化系统框架源码数据库 Access源码类型 WebForm
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功