使用Tibco项目docker部署报错异常

2022-04-11 00:00:00 专区 订阅 付费 服务 启动

使用Tibco项目docker部署报错异常

$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖INFO ‖2022-03-16 10:44:15.314‖main‖c.c.r.t.config.TibcoConfiguration.transport‖service:9240 network:127.0.0.1 daemon:tcp:10.109.129.159:7500
$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖ERROR‖2022-03-16 10:44:15.327‖main‖c.c.r.t.config.TibcoConfiguration.transport‖TibrvRvdTransport创建失败...
$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖WARN ‖2022-03-16 10:44:15.329‖main‖o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext.refresh‖Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'recipeServiceImpl' defined in URL [jar:file:/app.jar!/BOOT-INF/classes!/com/csot/rms/service/impl/RecipeServiceImpl.class]: Unsatisfied dependency expressed through constructor parameter 20; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'msgPublisherImpl' defined in URL [jar:file:/app.jar!/BOOT-INF/classes!/com/csot/rms/tibco/service/impl/MsgPublisherImpl.class]: Unsatisfied dependency expressed through constructor parameter ; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'transport' defined in class path resource [com/csot/rms/tibco/config/TibcoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.tibco.tibrv.TibrvRvdTransport]: Factory method 'transport' threw exception; nested exception is java.lang.RuntimeException: TibrvException[error=21,message=Not connected to daemon]
$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖INFO ‖2022-03-16 10:44:15.348‖main‖c.b.d.d.DynamicRoutingDataSource.destroy‖dynamic-datasource start closing ....
$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖INFO ‖2022-03-16 10:44:15.353main‖c.alibaba.druid.pool.DruidDataSource.close‖{dataSource-2} closing ...
$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖INFO ‖2022-03-16 10:44:15.364main‖c.alibaba.druid.pool.DruidDataSource.close‖{dataSource-2} closed
$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖INFO ‖2022-03-16 10:44:15.364main‖c.alibaba.druid.pool.DruidDataSource.close‖{dataSource-1} closing ...
$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖INFO ‖2022-03-16 10:44:15.369main‖c.alibaba.druid.pool.DruidDataSource.close‖{dataSource-1} closed
$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖INFO ‖2022-03-16 10:44:15.369main‖c.b.d.d.DynamicRoutingDataSource.destroy‖dynamic-datasource all closed success,bye
$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖INFO ‖2022-03-16 10:44:15.370main‖o.a.catalina.core.StandardService.log‖Stopping service [Tomcat]
$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖WARN ‖2022-03-16 10:44:15.373main‖o.a.c.loader.WebappClassLoaderBase.log‖The web application [api#rms-service] appears to have started a thread named [OracleTimeoutPollingThread] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
java.lang.Thread.sleep(Native Method)
oracle.jdbc.driver.OracleTimeoutPollingThread.run(OracleTimeoutPollingThread.java:150)
$$whpsc‖rms-service-svc‖TID: N/A‖BIZ_LOG‖INFO ‖2022-03-16 10:44:15.389‖main‖o.s.b.a.l.ConditionEvaluationReportLoggingListener.logMessage‖

问题原因:
连接Tibco服务失败,因为本地电脑作为Tibco服务器,导致Tibco服务终止,部署启动异常

解决办法:
1.打开计算机管理

2.启动Tibco服务
来源 

https://blog.csdn.net/baidu_39555470/article/details/123521104?ops_request_misc=%257B%2522request%255Fid%2522%253A%2522164966801616781685375573%2522%252C%2522scm%2522%253A%252220140713.130102334.pc%255Fall.%2522%257D&request_id=164966801616781685375573&biz_id=0&utm_medium=distribute.pc_search_result.none-task-blog-2~all~first_rank_ecpm_v1~rank_v31_ecpm-16-123521104.142^v7^control,157^v4^new_style&utm_term=Tibco&spm=1018.2226.3001.4187

相关文章