[
https://issues.apache.org/jira/browse/SMX4-758?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994710#comment-12994710
]
Romain Manni-Bucau commented on SMX4-758:
-----------------------------------------
here is the timeout exception i have:
{noformat}
Exhausted after delivery attempt: 1 caught: java.net.SocketTimeoutException:
Read timed out
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)[:1.6.0_22]
at
java.net.SocketInputStream.read(SocketInputStream.java:129)[:1.6.0_22]
at
java.io.BufferedInputStream.fill(BufferedInputStream.java:218)[:1.6.0_22]
at
java.io.BufferedInputStream.read1(BufferedInputStream.java:258)[:1.6.0_22]
at
java.io.BufferedInputStream.read(BufferedInputStream.java:317)[:1.6.0_22]
at
sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:687)[:1.6.0_22]
at sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:632)[:1.6.0_22]
at
sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1200)[:1.6.0_22]
at
java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:379)[:1.6.0_22]
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream.handleResponseInternal(HTTPConduit.java:2224)[137:org.apache.cxf.bundle:2.3.2.fuse-00-00]
at
org.apache.cxf.transport.http.HTTPConduit$WrappedOutputStream$1.run(HTTPConduit.java:2198)[137:org.apache.cxf.bundle:2.3.2.fuse-00-00]
at
org.apache.cxf.workqueue.AutomaticWorkQueueImpl$2.run(AutomaticWorkQueueImpl.java:253)[137:org.apache.cxf.bundle:2.3.2.fuse-00-00]
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)[:1.6.0_22]
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)[:1.6.0_22]
at java.lang.Thread.run(Thread.java:662)[:1.6.0_22]
{noformat}
> cxf deployment in servicemix
> ----------------------------
>
> Key: SMX4-758
> URL: https://issues.apache.org/jira/browse/SMX4-758
> Project: ServiceMix 4
> Issue Type: Bug
> Components: Bundles
> Reporter: Romain Manni-Bucau
>
> Hi,
> i did a camel route using a cxf service as client.
> doing it the webservice call doesnt work:
> 1) from a clean servicemix (fuse esb 4.3.1 in fact) i install camel-cxf
> feature
> 2) i install my route
> 3) i run the route
> if i restart servicemix i can stop/restart etc my bundle.
> FYI the route is something like:
> from("mycomponent:xxx") // the consumer runs an async processor
> .to("cxf:....");
> Of course in standalone mode everything works fine.
> Why the first dynamic deployment doesn't work?
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira