Исключение жизненного цикла Tomcat
Мы сталкиваемся со странной проблемой в нашей производственной среде. Когда мы запускаем сервисный агент, который размещает наши веб-сервисы, мы получаем следующую ошибку. Точный файл EAR при развертывании в других средах работает отлично. Порт проверен, он бесплатный, в любом случае, попытался изменить порт и проверил. Все еще сохраняется то же исключение. Здесь нет безопасности веб-сервиса. Это просто 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
Пожалуйста, руководство!
Спасибо