Hi all,
I am still struggling with routing HTTP SOAP requests via ServiceMix to
a distinct application server, but I
end up with exceptions only.
The idea is to keep the ESB as slim as possible and do the "real" work
in a (remote) application server. So I try
to register (external) services in the ESB in order to glue them
together there in a second step.
Can anybody give me a hint ?????
I seem to be able to contact my AService, even get the wsdl, but never a
response (even though there should be!),
but just this:
11:19:47,963 | DEBUG | btpool0-0 - Acceptor0 SelectChannelConnector @
0.0.0.0:8192 | JettyContextManager |
ntextManager$ThreadPoolWrapper 427 | Dispatching job:
[EMAIL PROTECTED],io=0,w=true,b=0|0]
11:19:47,978 | DEBUG | btpool0-0 - Acceptor0 SelectChannelConnector @
0.0.0.0:8192 | JettyContextManager |
ntextManager$ThreadPoolWrapper 427 | Dispatching job:
[EMAIL PROTECTED],io=1,w=true,b=0|0]
11:19:47,978 | DEBUG | btpool0-1 - /jbi/AgentService |
jetty | ervicemix.http.jetty.JCLLogger 67 | REQUEST
/jbi/AService on [EMAIL PROTECTED]
11:19:47,994 | DEBUG | btpool0-1 - /jbi/AgentService |
jetty | ervicemix.http.jetty.JCLLogger 67 |
RESPONSE /jbi/AService 302
11:19:48,056 | DEBUG | btpool0-0 - Acceptor0 SelectChannelConnector @
0.0.0.0:8192 | JettyContextManager |
ntextManager$ThreadPoolWrapper 427 | Dispatching job:
[EMAIL PROTECTED],io=1,w=true,b=0|0]
11:19:48,088 | DEBUG | btpool0-1 | jetty |
ervicemix.http.jetty.JCLLogger 62 | EXCEPTION
java.io.IOException: Eine vorhandene Verbindung wurde vom Remotehost
geschlossen
at sun.nio.ch.SocketDispatcher.read0(Native Method)
at sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:25)
at sun.nio.ch.IOUtil.readIntoNativeBuffer(IOUtil.java:233)
at sun.nio.ch.IOUtil.read(IOUtil.java:206)
at sun.nio.ch.SocketChannelImpl.read(SocketChannelImpl.java:207)
at org.mortbay.io.nio.ChannelEndPoint.fill(ChannelEndPoint.java:127)
at
org.mortbay.jetty.nio.HttpChannelEndPoint.fill(HttpChannelEndPoint.java:129)
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:263)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:193)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:339)
at
org.mortbay.jetty.nio.HttpChannelEndPoint.run(HttpChannelEndPoint.java:270)
at
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:475)
Thanks in advance
Juergen