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: camel websocket - java.net.BindException: Address already in use: bind

2015-08-04 Thread shemeem.sp
Thank you very much Andy :) -Original Message- From: Andrew Block [mailto:andy.bl...@gmail.com] Sent: 04 August 2015 PM 09:19 To: users@camel.apache.org; Shemeem Subject: Re: camel websocket - java.net.BindException: Address already in use: bind I have also seen this issue with the

Re: camel websocket - java.net.BindException: Address already in use: bind

2015-08-04 Thread Andrew Block
: Caused by: org.apache.camel.FailedToCreateProducerException: Failed to create Producer for endpoint: Endpoint[websocket://{host}:{port}/camel-websocket?maxIdle Time=300&sendToAll=false]. Reason: java.net.BindException: Address already in use: bind This error clearly says that,

camel websocket - java.net.BindException: Address already in use: bind

2015-08-04 Thread Shemeem
create Producer for endpoint: Endpoint[websocket://{host}:{port}/camel-websocket?maxIdle Time=300&sendToAll=false]. Reason: java.net.BindException: Address already in use: bind This error clearly says that, the port which I am using is preoccupied. Here, my question is how do I release the

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
boss.netty.channel.socket.nio.AbstractNioWorker.processSelectedKeys(AbstractNioWorker.java:471) > at > > org.jboss.netty.channel.socket.nio.AbstractNioWorker.run(AbstractNioWorker.java:332) > at > org.jboss.netty.channel.socket.nio.NioWorker.run(NioWorker.java:35) >

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

java.net.BindException: Address already in use

2013-07-03 Thread kiranreddykasa
.util.internal.DeadLockProofWorker$1.run(DeadLockProofWorker.java:42) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) at java.lang.Thread.run(Thread.java:619) Caused by: j