2

我们在生产环境中面临一个奇怪的问题。当我们启动托管我们的 web 服务的服务代理时,我们收到以下错误。在其他环境中部署时,确切的 EAR 文件运行良好。验证了端口,它是免费的,无论如何,尝试更改端口并检查。仍然存在相同的异常。这里不涉及 Web 服务安全性。它是普通的 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

请指导!

谢谢

4

0 回答 0