Hi

Fixed by this ticket
https://issues.apache.org/jira/browse/CAMEL-6442

On Tue, Jun 11, 2013 at 4:50 PM, kiranreddykasa <kirankuma...@fss.co.in> wrote:
> Hi
>
> I m getting the following exception when trying to use more than two netty
> endpoints in a single route.
>
> java.lang.IllegalStateException: await*() in I/O thread causes a dead lock
> or sudden performance drop. Use addListener() instead or call await*() from
> a different thread.
>
> Sample route :
>
>                                 from("netty:tcp://localhost:7000?textline")
>                                 .bean(DummyProcessor.class)
>                                 
> .to("netty:tcp://localhost:7001?textline=true")
>                                 .bean(DummyProcessor.class)
>                                 
> .to("netty:tcp://localhost:7002?textline=true")
>                                 .bean(DummyProcessor.class)
>                                 
> .to("netty:tcp://localhost:7003?textline=true")
>                                 .bean(DummyProcessor.class)
>                                 
> .to("netty:tcp://localhost:7004?textline=true")
>                                 .bean(DummyProcessor.class);
>
> camel version : 2.11
> netty 3.6.5
>
>
>
>
> -----
> Regards
>
> kiran Reddy
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/camel-netty-deadlock-tp5734099.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
www.camelone.org: The open source integration conference.

Red Hat, Inc.
FuseSource is now part of Red Hat
Email: cib...@redhat.com
Web: http://fusesource.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen

Reply via email to