Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.4.0
-
Fix Version/s: 4.4.1
-
Component/s: None
-
Security Level: Public
-
- Environment:
- -
Issue Links
| Depends | |||||
|---|---|---|---|---|---|
|
|
||||
Activity
| Field | Original Value | New Value |
|---|---|---|
| Link | This issue blocks PETALSDISTRIB-181 [ PETALSDISTRIB-181 ] |
| Fix Version/s | 4.4.1 [ 10587 ] | |
| Priority | Blocker [ 1 ] |
| Description |
The following error occurs sometimes running load tests:
{code} container-node_0 2015/10/28 11:12:26,047 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepBegin', flowInstanceId = ' c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', requestedURL = 'http://172.17.0.21:80/samples-SOA P-services/services/notifyVacationService' container-node_0 2015/10/28 11:16:07,116 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepEnd', flowInstanceId = 'c4 fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f' container-node_0 2015/10/28 11:16:07,127 GMT+0000 WARNING [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : Exception on the WS invocation javax.jbi.messaging.MessagingException: Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@e518b84c at org.ow2.petals.binding.soap.SoapComponentContext.returnServiceClient(SoapComponentContext.java:528) at org.ow2.petals.binding.soap.listener.outgoing.SOAPCaller.call(SOAPCaller.java:216) at org.ow2.petals.binding.soap.listener.outgoing.JBIListener.onJBIMessage(JBIListener.java:59) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:469) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:408) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:275) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) container-node_0 2015/10/28 11:16:07,129 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepFailure', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flow StepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', failureMessage = 'Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKe y@e518b84c' {code} |
The following errors occurs sometimes running load tests.
Before to call the external WS: {code} container-node_0 2015/10/28 11:12:26,047 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepBegin', flowInstanceId = ' c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', requestedURL = 'http://172.17.0.21:80/samples-SOA P-services/services/notifyVacationService' container-node_0 2015/10/28 11:16:07,116 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepEnd', flowInstanceId = 'c4 fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f' container-node_0 2015/10/28 11:16:07,127 GMT+0000 WARNING [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : Exception on the WS invocation javax.jbi.messaging.MessagingException: Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@e518b84c at org.ow2.petals.binding.soap.SoapComponentContext.returnServiceClient(SoapComponentContext.java:528) at org.ow2.petals.binding.soap.listener.outgoing.SOAPCaller.call(SOAPCaller.java:216) at org.ow2.petals.binding.soap.listener.outgoing.JBIListener.onJBIMessage(JBIListener.java:59) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:469) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:408) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:275) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) container-node_0 2015/10/28 11:16:07,129 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepFailure', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flow StepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', failureMessage = 'Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKe y@e518b84c' {code} And after to have called the external WS: {code} container-node_0 2015/10/23 13:01:16,092 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepBegin', flowInstanceId = '25286110-7986-11e5-94ed-0242ac11000e', flowStepId = '252c7fc1-7986-11e5-a72e-0242ac110012', flowStepInterfaceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacation', flowStepServiceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacationService', flowStepOperationName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}newVacationRequest', flowStepEndpointName = 'edpt-23367c20-7986-11e5-a72e-0242ac110012', flowPreviousStepId = '25286111-7986-11e5-94ed-0242ac11000e' container-node_0 2015/10/23 13:01:16,277 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-23367c20-7986-11e5-a72e-0242ac110012] : traceCode = 'provideExtFlowStepBegin', flowInstanceId = '25286110-7986-11e5-94ed-0242ac11000e', flowStepId = '2548ba50-7986-11e5-a72e-0242ac110012', flowPreviousStepId = '252c7fc1-7986-11e5-a72e-0242ac110012', requestedURL = 'http://172.17.0.2:80/samples-SOAP-services/services/notifyVacationService' container-node_0 2015/10/23 13:01:16,554 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-23367c20-7986-11e5-a72e-0242ac110012] : traceCode = 'provideExtFlowStepEnd', flowInstanceId = '25286110-7986-11e5-94ed-0242ac11000e', flowStepId = '2548ba50-7986-11e5-a72e-0242ac110012' container-node_0 2015/10/23 13:01:16,563 GMT+0000 WARNING [Petals.Container.Components.petals-bc-soap.edpt-23367c20-7986-11e5-a72e-0242ac110012] : Exception on the WS invocation javax.jbi.messaging.MessagingException: Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@5641699b at org.ow2.petals.binding.soap.SoapComponentContext.returnServiceClient(SoapComponentContext.java:528) at org.ow2.petals.binding.soap.listener.outgoing.SOAPCaller.call(SOAPCaller.java:216) at org.ow2.petals.binding.soap.listener.outgoing.JBIListener.onJBIMessage(JBIListener.java:59) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:469) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:408) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:275) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) container-node_0 2015/10/23 13:01:16,567 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepFailure', flowInstanceId = '25286110-7986-11e5-94ed-0242ac11000e', flowStepId = '252c7fc1-7986-11e5-a72e-0242ac110012', failureMessage = 'Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@5641699b' {code} |
| Description |
The following errors occurs sometimes running load tests.
Before to call the external WS: {code} container-node_0 2015/10/28 11:12:26,047 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepBegin', flowInstanceId = ' c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', requestedURL = 'http://172.17.0.21:80/samples-SOA P-services/services/notifyVacationService' container-node_0 2015/10/28 11:16:07,116 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepEnd', flowInstanceId = 'c4 fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f' container-node_0 2015/10/28 11:16:07,127 GMT+0000 WARNING [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : Exception on the WS invocation javax.jbi.messaging.MessagingException: Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@e518b84c at org.ow2.petals.binding.soap.SoapComponentContext.returnServiceClient(SoapComponentContext.java:528) at org.ow2.petals.binding.soap.listener.outgoing.SOAPCaller.call(SOAPCaller.java:216) at org.ow2.petals.binding.soap.listener.outgoing.JBIListener.onJBIMessage(JBIListener.java:59) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:469) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:408) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:275) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) container-node_0 2015/10/28 11:16:07,129 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepFailure', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flow StepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', failureMessage = 'Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKe y@e518b84c' {code} And after to have called the external WS: {code} container-node_0 2015/10/23 13:01:16,092 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepBegin', flowInstanceId = '25286110-7986-11e5-94ed-0242ac11000e', flowStepId = '252c7fc1-7986-11e5-a72e-0242ac110012', flowStepInterfaceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacation', flowStepServiceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacationService', flowStepOperationName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}newVacationRequest', flowStepEndpointName = 'edpt-23367c20-7986-11e5-a72e-0242ac110012', flowPreviousStepId = '25286111-7986-11e5-94ed-0242ac11000e' container-node_0 2015/10/23 13:01:16,277 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-23367c20-7986-11e5-a72e-0242ac110012] : traceCode = 'provideExtFlowStepBegin', flowInstanceId = '25286110-7986-11e5-94ed-0242ac11000e', flowStepId = '2548ba50-7986-11e5-a72e-0242ac110012', flowPreviousStepId = '252c7fc1-7986-11e5-a72e-0242ac110012', requestedURL = 'http://172.17.0.2:80/samples-SOAP-services/services/notifyVacationService' container-node_0 2015/10/23 13:01:16,554 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-23367c20-7986-11e5-a72e-0242ac110012] : traceCode = 'provideExtFlowStepEnd', flowInstanceId = '25286110-7986-11e5-94ed-0242ac11000e', flowStepId = '2548ba50-7986-11e5-a72e-0242ac110012' container-node_0 2015/10/23 13:01:16,563 GMT+0000 WARNING [Petals.Container.Components.petals-bc-soap.edpt-23367c20-7986-11e5-a72e-0242ac110012] : Exception on the WS invocation javax.jbi.messaging.MessagingException: Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@5641699b at org.ow2.petals.binding.soap.SoapComponentContext.returnServiceClient(SoapComponentContext.java:528) at org.ow2.petals.binding.soap.listener.outgoing.SOAPCaller.call(SOAPCaller.java:216) at org.ow2.petals.binding.soap.listener.outgoing.JBIListener.onJBIMessage(JBIListener.java:59) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:469) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:408) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:275) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) container-node_0 2015/10/23 13:01:16,567 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepFailure', flowInstanceId = '25286110-7986-11e5-94ed-0242ac11000e', flowStepId = '252c7fc1-7986-11e5-a72e-0242ac110012', failureMessage = 'Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@5641699b' {code} |
The following error occurs sometimes running load tests:
{code} container-node_0 2015/10/28 11:12:25,992 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepBegin', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowSt epId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', flowStepInterfaceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacation', flowStepServiceName = '{http://petals.ow2.org/sample s/se-bpmn/notifyVacationService}notifyVacationService', flowStepOperationName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}newVacationRequest', flowStepEndpointName = 'edpt-c22ed980-7 d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4fd62d1-7d64-11e5-9419-0242ac11000f' container-node_0 2015/10/28 11:12:26,047 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepBegin', flowInstanceId = ' c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', requestedURL = 'http://172.17.0.21:80/samples-SOA P-services/services/notifyVacationService' container-node_0 2015/10/28 11:16:07,116 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepEnd', flowInstanceId = 'c4 fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f' container-node_0 2015/10/28 11:16:07,127 GMT+0000 WARNING [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : Exception on the WS invocation javax.jbi.messaging.MessagingException: Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@e518b84c at org.ow2.petals.binding.soap.SoapComponentContext.returnServiceClient(SoapComponentContext.java:528) at org.ow2.petals.binding.soap.listener.outgoing.SOAPCaller.call(SOAPCaller.java:216) at org.ow2.petals.binding.soap.listener.outgoing.JBIListener.onJBIMessage(JBIListener.java:59) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:469) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:408) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:275) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) container-node_0 2015/10/28 11:16:07,129 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepFailure', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flow StepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', failureMessage = 'Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKe y@e518b84c' {code} |
| Description |
The following error occurs sometimes running load tests:
{code} container-node_0 2015/10/28 11:12:25,992 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepBegin', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowSt epId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', flowStepInterfaceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacation', flowStepServiceName = '{http://petals.ow2.org/sample s/se-bpmn/notifyVacationService}notifyVacationService', flowStepOperationName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}newVacationRequest', flowStepEndpointName = 'edpt-c22ed980-7 d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4fd62d1-7d64-11e5-9419-0242ac11000f' container-node_0 2015/10/28 11:12:26,047 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepBegin', flowInstanceId = ' c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', requestedURL = 'http://172.17.0.21:80/samples-SOA P-services/services/notifyVacationService' container-node_0 2015/10/28 11:16:07,116 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepEnd', flowInstanceId = 'c4 fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f' container-node_0 2015/10/28 11:16:07,127 GMT+0000 WARNING [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : Exception on the WS invocation javax.jbi.messaging.MessagingException: Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@e518b84c at org.ow2.petals.binding.soap.SoapComponentContext.returnServiceClient(SoapComponentContext.java:528) at org.ow2.petals.binding.soap.listener.outgoing.SOAPCaller.call(SOAPCaller.java:216) at org.ow2.petals.binding.soap.listener.outgoing.JBIListener.onJBIMessage(JBIListener.java:59) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:469) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:408) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:275) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) container-node_0 2015/10/28 11:16:07,129 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepFailure', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flow StepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', failureMessage = 'Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKe y@e518b84c' {code} |
The following error occurs sometimes running load tests:
{code} container-node_0 2015/10/28 11:12:25,992 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepBegin', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', flowStepInterfaceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacation', flowStepServiceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacationService', flowStepOperationName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}newVacationRequest', flowStepEndpointName = 'edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4fd62d1-7d64-11e5-9419-0242ac11000f' container-node_0 2015/10/28 11:12:26,047 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepBegin', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', requestedURL = 'http://172.17.0.21:80/samples-SOAP-services/services/notifyVacationService' container-node_0 2015/10/28 11:16:07,116 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepEnd', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f' container-node_0 2015/10/28 11:16:07,127 GMT+0000 WARNING [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : Exception on the WS invocation javax.jbi.messaging.MessagingException: Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@e518b84c at org.ow2.petals.binding.soap.SoapComponentContext.returnServiceClient(SoapComponentContext.java:528) at org.ow2.petals.binding.soap.listener.outgoing.SOAPCaller.call(SOAPCaller.java:216) at org.ow2.petals.binding.soap.listener.outgoing.JBIListener.onJBIMessage(JBIListener.java:59) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:469) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:408) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:275) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) container-node_0 2015/10/28 11:16:07,129 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepFailure', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', failureMessage = 'Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@e518b84c' {code} |
| Description |
The following error occurs sometimes running load tests:
{code} container-node_0 2015/10/28 11:12:25,992 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepBegin', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', flowStepInterfaceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacation', flowStepServiceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacationService', flowStepOperationName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}newVacationRequest', flowStepEndpointName = 'edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4fd62d1-7d64-11e5-9419-0242ac11000f' container-node_0 2015/10/28 11:12:26,047 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepBegin', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', requestedURL = 'http://172.17.0.21:80/samples-SOAP-services/services/notifyVacationService' container-node_0 2015/10/28 11:16:07,116 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepEnd', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f' container-node_0 2015/10/28 11:16:07,127 GMT+0000 WARNING [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : Exception on the WS invocation javax.jbi.messaging.MessagingException: Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@e518b84c at org.ow2.petals.binding.soap.SoapComponentContext.returnServiceClient(SoapComponentContext.java:528) at org.ow2.petals.binding.soap.listener.outgoing.SOAPCaller.call(SOAPCaller.java:216) at org.ow2.petals.binding.soap.listener.outgoing.JBIListener.onJBIMessage(JBIListener.java:59) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:469) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:408) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:275) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) container-node_0 2015/10/28 11:16:07,129 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepFailure', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', failureMessage = 'Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@e518b84c' {code} |
The following error occurs sometimes running load tests through a Roboconf installation:
{code} container-node_0 2015/10/28 11:12:25,992 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepBegin', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', flowStepInterfaceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacation', flowStepServiceName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}notifyVacationService', flowStepOperationName = '{http://petals.ow2.org/samples/se-bpmn/notifyVacationService}newVacationRequest', flowStepEndpointName = 'edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4fd62d1-7d64-11e5-9419-0242ac11000f' container-node_0 2015/10/28 11:12:26,047 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepBegin', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f', flowPreviousStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', requestedURL = 'http://172.17.0.21:80/samples-SOAP-services/services/notifyVacationService' container-node_0 2015/10/28 11:16:07,116 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : traceCode = 'provideExtFlowStepEnd', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c50774f0-7d64-11e5-bdb0-0242ac11001f' container-node_0 2015/10/28 11:16:07,127 GMT+0000 WARNING [Petals.Container.Components.petals-bc-soap.edpt-c22ed980-7d64-11e5-bdb0-0242ac11001f] : Exception on the WS invocation javax.jbi.messaging.MessagingException: Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@e518b84c at org.ow2.petals.binding.soap.SoapComponentContext.returnServiceClient(SoapComponentContext.java:528) at org.ow2.petals.binding.soap.listener.outgoing.SOAPCaller.call(SOAPCaller.java:216) at org.ow2.petals.binding.soap.listener.outgoing.JBIListener.onJBIMessage(JBIListener.java:59) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.invokeJBIListener(MessageExchangeProcessor.java:469) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.processAsProvider(MessageExchangeProcessor.java:408) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.process(MessageExchangeProcessor.java:275) at org.ow2.petals.component.framework.process.MessageExchangeProcessor.run(MessageExchangeProcessor.java:199) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:745) container-node_0 2015/10/28 11:16:07,129 GMT+0000 MONIT [Petals.Container.Components.petals-bc-soap] : traceCode = 'provideFlowStepFailure', flowInstanceId = 'c4fd62d0-7d64-11e5-9419-0242ac11000f', flowStepId = 'c4ff1080-7d64-11e5-bdb0-0242ac11001f', failureMessage = 'Can't find the Axis service client's pool: this should never happen! Key: org.ow2.petals.binding.soap.listener.outgoing.ServiceClientKey@e518b84c' {code} |
| Link |
This issue blocks |
| Link |
This issue depends on |
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Blocker [ 1 ] | Major [ 3 ] |
| Assignee | Christophe DENEUX [ cdeneux ] | Victor NOËL [ vnoel ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Link |
This issue blocks |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Resolution | Fixed [ 1 ] |
| Transition | Status Change Time | Execution Times | Last Executer | Last Execution Date | |||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|
|||||||||
|
|
|
|
|

With the current 4.4.1-SNAPSHOT version (svn#38660), I get the following stack trace that should be the same problem symptom: