On 11 Jul 2007, at 17:26, Ruwan Linton wrote:

BTW: can you just paste the exception or the error that you are getting (I mean be specific about the problem) that will help me to figure out what is
exactly wrong.

Thanks,
Ruwan


- well the first problem was that the original message associated with the mediator's original "ctx" got overwritten by the new message (because they shared the same context). I solved this by storing the original envelope, action, to endpoint etc. and writing them back into "ctx" when I'd sent the new message. So far so good, but then I got the following exception:

Unexpected HTTP protocol error : Transfer-encoding header already present org.apache.http.ProtocolException: Transfer-encoding header already present at org.apache.http.protocol.ResponseContent.process (ResponseContent.java:66) at org.apache.http.protocol.BasicHttpProcessor.process (BasicHttpProcessor.java:221) at org.apache.axis2.transport.nhttp.ServerHandler.commitResponse (ServerHandler.java:221) at org.apache.axis2.transport.nhttp.ServerWorker.handleException (ServerWorker.java:430) at org.apache.axis2.transport.nhttp.ServerWorker.processPost (ServerWorker.java:214) at org.apache.axis2.transport.nhttp.ServerWorker.run (ServerWorker.java:171) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask (ThreadPoolExecutor.java:650) at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:613)

Under certain conditions I think I also got a broken pipe exception.

Hope this helps.

All the best,

Nick


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to