Hi, I am new to Camel and using camel jetty component to do a http connection to an another application (java web app). But I received an error like below:
org.apache.camel.CamelExchangeException: JettyClient failed cause by: HttpConnectionOverHTTP@45dc56cd(x:/xxx.xxx.x.xx:xxxxx <-> x:xxx.xxx.xxx/xxx.xxx.xxx.xxx:xx,closed=false)[HttpChannelOverHTTP@4c6d090(exchange=HttpExchange@78d9d8fd req=TERMINATED/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@18a6a063(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator{s=START}],recv=HttpReceiverOverHTTP@636bd039(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of -1}]]]. Exchange[ID-xxxxxxxxxxxx-xxxxx-1495047169639-0-53707][Message: xxxxx [Body clipped after 1000 chars, total length is 2466]]. Caused by: [java.io.EOFException - HttpConnectionOverHTTP@45dc56cd(x:/xxx.xxx.x.xx:xxxxx <-> x:xxx.xxx.xxx/xxx.xxx.xxx.xxx:xxx,closed=false)[HttpChannelOverHTTP@4c6d090(exchange=HttpExchange@78d9d8fd req=TERMINATED/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@18a6a063(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator{s=START}],recv=HttpReceiverOverHTTP@636bd039(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of -1}]]]] Caused by: java.io.EOFException: HttpConnectionOverHTTP@45dc56cd(x:/xxx.xxx.x.xx:xxxxx <-> x:xxx.xxx.xxx/xxx.xxx.xxx.xxx:xx,closed=false)[HttpChannelOverHTTP@4c6d090(exchange=HttpExchange@78d9d8fd req=TERMINATED/null@null res=PENDING/null@null)[send=HttpSenderOverHTTP@18a6a063(req=QUEUED,snd=COMPLETED,failure=null)[HttpGenerator{s=START}],recv=HttpReceiverOverHTTP@636bd039(rsp=IDLE,failure=null)[HttpParser{s=CLOSED,0 of -1}]]] I am not able to understand what this error implies. Can you please help me out here? -- View this message in context: http://camel.465427.n5.nabble.com/JettyClient-failed-cause-by-HttpConnectionOverHTTP-tp5801475.html Sent from the Camel - Users mailing list archive at Nabble.com.