Exception Tomcat生命周期异常

Exception Tomcat生命周期异常,exception,tomcat,activation,Exception,Tomcat,Activation,我们在生产环境中面临一个奇怪的问题。当我们启动承载我们的Web服务的服务代理时,我们得到以下错误。在其他环境中部署时,EAR文件的工作状态非常好。验证了端口,它是免费的,无论如何,尝试更改端口并检查。同样的例外仍然存在。这里不涉及webservice安全性。它是普通的SOAP/HTTP > Activation error with plugin agent > [BusinessProcesses/AccountDetailService/Services/AccountDetai

我们在生产环境中面临一个奇怪的问题。当我们启动承载我们的Web服务的服务代理时,我们得到以下错误。在其他环境中部署时,EAR文件的工作状态非常好。验证了端口,它是免费的,无论如何,尝试更改端口并检查。同样的例外仍然存在。这里不涉及webservice安全性。它是普通的SOAP/HTTP

> Activation error with plugin agent
> [BusinessProcesses/AccountDetailService/Services/AccountDetailService.serviceagent]
>         at com.tibco.pe.core.AgentJobCreator.setState(Unknown Source)
>         at com.tibco.pe.core.JobPool.a(Unknown Source)
>         at com.tibco.pe.core.JobPool.resume(Unknown Source)
>         at com.tibco.pe.core.JobPool.a(Unknown Source)
>         at com.tibco.pe.core.FTActivator.itsTime(Unknown Source)
>         at com.tibco.pe.util.ReminderQueue.run(Unknown Source) caused by: An IOException occurred while initializing the service
>         at com.tibco.bw.service.serviceAgent.ServiceServiceAgent.activate(Unknown
> Source)
>         at com.tibco.pe.core.AgentJobCreator.setState(Unknown Source)
>         at com.tibco.pe.core.JobPool.a(Unknown Source)
>         at com.tibco.pe.core.JobPool.resume(Unknown Source)
>         at com.tibco.pe.core.JobPool.a(Unknown Source)
>         at com.tibco.pe.core.FTActivator.itsTime(Unknown Source)
>         at com.tibco.pe.util.ReminderQueue.run(Unknown Source) caused by: com.tibco.plugin.share.http.HttpInitServerIOException
>         at com.tibco.bw.service.binding.bwhttp.HttpDriver.startListening(Unknown
> Source)
>         at com.tibco.bw.service.binding.soap.http.SoapHttpTransportApplication.activate(Unknown
> Source)
>         at com.tibco.bw.service.impl.DefaultService.activate(Unknown Source)
>         at com.tibco.bw.service.serviceAgent.ServiceServiceAgent.activate(Unknown
> Source)
>         at com.tibco.pe.core.AgentJobCreator.setState(Unknown Source)
>         at com.tibco.pe.core.JobPool.a(Unknown Source)
>         at com.tibco.pe.core.JobPool.resume(Unknown Source)
>         at com.tibco.pe.core.JobPool.a(Unknown Source)
>         at com.tibco.pe.core.FTActivator.itsTime(Unknown Source)
>         at com.tibco.pe.util.ReminderQueue.run(Unknown Source) caused by: org.apache.catalina.LifecycleException: Failed to start component
> [StandardServer[-1]]
>         at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
>         at com.tibco.bw.service.binding.bwhttp.tomcat.TomcatServer.startServer(Unknown
> Source)
>         at com.tibco.bw.service.binding.bwhttp.HttpDriver.startServer(Unknown
> Source)
>         at com.tibco.bw.service.binding.bwhttp.HttpDriver.startListening(Unknown
> Source)
>         at com.tibco.bw.service.binding.soap.http.SoapHttpTransportApplication.activate(Unknown
> Source)
>         at com.tibco.bw.service.impl.DefaultService.activate(Unknown Source)
>         at com.tibco.bw.service.serviceAgent.ServiceServiceAgent.activate(Unknown
> Source)
>         at com.tibco.pe.core.AgentJobCreator.setState(Unknown Source)
>         at com.tibco.pe.core.JobPool.a(Unknown Source)
>         at com.tibco.pe.core.JobPool.resume(Unknown Source)
>         at com.tibco.pe.core.JobPool.a(Unknown Source)
>         at com.tibco.pe.core.FTActivator.itsTime(Unknown Source)
>         at com.tibco.pe.util.ReminderQueue.run(Unknown Source) Caused by: org.apache.catalina.LifecycleException: Failed to start component
> [StandardService[Tomcat]]
>         at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
>         at org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:732)
>         at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>         ... 12 more Caused by: org.apache.catalina.LifecycleException: Failed to start component
> [StandardEngine[TomcatEngine-AccountInfoService]]
>         at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
>         at org.apache.catalina.core.StandardService.startInternal(StandardService.java:443)
>         at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>         ... 14 more Caused by: org.apache.catalina.LifecycleException: A child container failed during start
>         at org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:1131)
>         at org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:302)
>         at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
>         ... 16 more
请导游

谢谢