Re: CamelCamel 2.15.2: ExchangeException - Cannot write response

2015-09-08 Thread SteveR
I've seen several stackoverflow posts about *java.net.SocketException: Invalid argument* being related to and/or fixed by executing the JVM with the *-Djava.net.preferIPv4Stack=true* option. I'm currently testing with this to see if it helps. I wonder if this is a known issue that would be fixed

CamelCamel 2.15.2: ExchangeException - Cannot write response

2015-09-08 Thread SteveR
Hi: I have a Camel route that consumes from *netty:udp*, optionally sends a UDP response back to client (if requested), and produces to a Kafka topic. I'm getting the following exception which is causing netty to stop listening on the configured UDP port. Any thoughts greatly appreciated!!!