Re: java.net.BindException: Address already in use: bind

2017-06-12 Thread ActiveCamel
I answered my own question in my original post. I don't need to run a separate servercamel-netty4 will basically listen on the portOnly need a client to write to the socket. -- View this message in context: http://camel.465427.n5.nabble.com/java-net-BindException-Address-already-in-use-

Re: java.net.BindException: Address already in use

2013-07-04 Thread kiranreddykasa
By error handler solved the above issue, onException(BindException.class).handled(true).maximumRedeliveries(3).redeliveryDelay(1000).asyncDelayedRedelivery(); But not sure why it's causing though. - Regards kiran Reddy -- View this message in context: http://camel.465427.n5.nabble.com/

Re: java.net.BindException: Address already in use

2013-07-03 Thread kiranreddykasa
cxfloadtest.csv It is available ,because very few transactions (1 %) are failing . Please find the load test details in the attached file. - Regards kiran Reddy -- View this message in context: http://camel.465427.n5.na

Re: java.net.BindException: Address already in use

2013-07-03 Thread akcameluser
Hi Looks like you're running multiple test on parallel and each test is creating CFX endpoint. As a quick solution try to set port numbers dynamically. Ayache -- View this message in context: http://camel.465427.n5.nabble.com/java-net-BindException-Address-already-in-use-tp5735132p5735138.htm

Re: java.net.BindException: Address already in use

2013-07-03 Thread Christian Posta
Sounds like whatever you're trying to connect to isn't available here: 10.44.71.149:7003 On Wed, Jul 3, 2013 at 6:10 AM, kiranreddykasa wrote: > Hi > When performing load testing on the following route some of the requests > are failing with this exception > > Route : > from("cxf:bean:orderE

Re: java.net.BindException: Address already in use

2013-07-03 Thread kiranreddykasa
Hi I m running only one test instance. Anyway i got exception while processing request, i.e while sending to external tcp host . - Regards kiran Reddy -- View this message in context: http://camel.465427.n5.nabble.com/java-net-BindException-Address-already-in-use-tp5735132p5735141.html S