"You can't bind sinced the port are already in use" because you do:
final NioTcpServer acceptor = new NioTcpServer(); // extracted from
echoServer mina exemple
instead of
final NioTcpClient client = new NioTcpClient(); // extracted from
echoClient mina exemple

Arnaud.



2013/9/23 [email protected] <[email protected]>

> Hi ,
>
> I am trying to explore an option if I can use Apache camel / mina to
> connect
> to already existing tcp server.
>
> When I try to create a route it fails wit hexception.Can't bind since the
> server and port are already in use.
>
> I am new.Please help !
>
> VJ
>
>
>
> --
> View this message in context:
> http://apache-mina.10907.n7.nabble.com/using-sockets-to-connect-to-non-mina-tcp-server-urgent-tp39903.html
> Sent from the Apache MINA User Forum mailing list archive at Nabble.com.
>

Reply via email to