本番環境で奇妙な問題に直面しています。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
ガイドしてください!
ありがとう