Here is the error that I'm receiving with 2009-01 http component.
ERROR - HttpComponent - Error processing exchange InOut[
id: ID:127.0.0.1-12b3d523b8a-24:581
status: Active
role: consumer
service: {urn:in2m:servicemix:echotest}ValidatorService
endpoint: camel127-0-0-1-12b3d523b8a-34-0
in: <?xml version="1.0" encoding="UTF-8"?><response>
<testEchoService>
<status>SUCCESS</status>
</testEchoService>
</response>
out: <?xml version="1.0" encoding="UTF-8"?><response>
<testEchoService>
<status>SUCCESS</status>
</testEchoService>
</response>
]
java.lang.Exception: HTTP request has timed out for exchange:
ID:127.0.0.1-12b3d523b8a-24:581
at
org.apache.servicemix.http.endpoints.HttpConsumerEndpoint.process(HttpConsumerEndpoint.java:241)
at
org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:627)
at
org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:598)
at
org.apache.servicemix.common.AsyncBaseLifeCycle.onMessageExchange(AsyncBaseLifeCycle.java:535)
at
org.apache.servicemix.common.SyncLifeCycleWrapper.onMessageExchange(SyncLifeCycleWrapper.java:60)
at
org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:632)
at
org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:185)
at
org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:168)
at
org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:885)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:907)
at java.lang.Thread.run(Thread.java:619)
I'm running 175 total concurrent Threads, each repeating the request in a
loop for 10 times.
The only place where I get this error is for the operation that does not use
https. Is http connection less in priority to https connections? As well as,
how can I increase the total concurrent Threads to 500. Because, we did that
test with the previous version we installed (servicemix 3.2.2). Now, I'm
trying to reach the same threshold point.
Thanks and regards,
Arshad
--
View this message in context:
http://servicemix.396122.n5.nabble.com/Servicemix-Load-Testing-Issue-tp2849671p2850694.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.