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-
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
:
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,
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