Hi all, I'm facing a weird problem with a proxy i developed using Camel and
CXF. It doesn't work over SMX 4.5.1 but it does on a Jboss Fuse 6.0. It has
a common route from("cxf:bean:..).to(cxf:bean:..)  present in any proxy.
When i studied logs i found next warning related to jetty:

2013-08-03 09:46:28,365 | WARN  | qtp29642998-70   |
BlockingChannelConnector         | 112 - org.eclipse.jetty.util -
7.5.4.v20111024 | handle failed
java.lang.IllegalStateException
at
org.eclipse.jetty.server.BlockingHttpConnection.handle(BlockingHttpConnection.java:126)[108:org.eclipse.jetty.server:7.5.4.v20111024]
 at
org.eclipse.jetty.server.nio.BlockingChannelConnector$BlockingChannelEndPoint.run(BlockingChannelConnector.java:293)[108:org.eclipse.jetty.server:7.5.4.v20111024]
 at
org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:598)[112:org.eclipse.jetty.util:7.5.4.v20111024]
at
org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:533)[112:org.eclipse.jetty.util:7.5.4.v20111024]
 at java.lang.Thread.run(Thread.java:724)[:1.7.0_25]

Do you know where is the problem?
I send attached the execution log, and the bundle. You can test it just  by
copying the file in the deploy folder, and consuming the webservice with
soapUI. The proxy-ed endpoint is hosted in cloudbees and due to the
platform suspend the application when not being used,  you may need to
access to the wsdl (http://ws-exam.fluxit.cloudbees.net/LegacyEndpoint?wsdl)
once for activating using your web browser.
Thanks in advance
-- 
Mario Matias Urbieta
[email protected]
www.fluxit.com.ar Calle 9 #865
La Plata / Buenos Aires / Argentina
Tel: +54 221 4275781 Int:308
Cel: +54 011 36814113

Attachment: PruebaProxy-1.0.0-SNAPSHOT.jar
Description: application/java-archive

Reply via email to