You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Jürgen Kindler <ju...@lutz-is.de> on 2006/12/27 11:32:16 UTC

What's wrong ???

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: 
HEP@33142788[d=true,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: 
HEP@33142788[d=true,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 org.mortbay.jetty.HttpConnection@5facbd
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: 
HEP@33142788[d=true,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

Re: What's wrong ???

Posted by Jürgen Kindler <ju...@lutz-is.de>.
Seems like the wsdl is being accessed by ServiceMix during deployment 
only...