Return-Path: Delivered-To: apmail-ws-sandesha-dev-archive@www.apache.org Received: (qmail 59504 invoked from network); 13 Jul 2006 14:03:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Jul 2006 14:03:58 -0000 Received: (qmail 43738 invoked by uid 500); 13 Jul 2006 14:03:48 -0000 Delivered-To: apmail-ws-sandesha-dev-archive@ws.apache.org Received: (qmail 43675 invoked by uid 500); 13 Jul 2006 14:03:48 -0000 Mailing-List: contact sandesha-dev-help@ws.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list sandesha-dev@ws.apache.org Received: (qmail 43653 invoked by uid 99); 13 Jul 2006 14:03:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 07:03:47 -0700 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [129.183.4.8] (HELO ecfrec.frec.bull.fr) (129.183.4.8) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Jul 2006 07:03:46 -0700 Received: from localhost (localhost [127.0.0.1]) by ecfrec.frec.bull.fr (Postfix) with ESMTP id C647119D94A; Thu, 13 Jul 2006 16:03:21 +0200 (CEST) Received: from ecfrec.frec.bull.fr ([127.0.0.1]) by localhost (ecfrec.frec.bull.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 27956-03; Thu, 13 Jul 2006 16:03:19 +0200 (CEST) Received: from ecn002.frec.bull.fr (ecn002.frec.bull.fr [129.183.4.6]) by ecfrec.frec.bull.fr (Postfix) with ESMTP id AB64319D948; Thu, 13 Jul 2006 16:03:19 +0200 (CEST) Received: from [129.183.149.72] ([129.183.149.72]) by ecn002.frec.bull.fr (Lotus Domino Release 5.0.12) with ESMTP id 2006071316074540:1536 ; Thu, 13 Jul 2006 16:07:45 +0200 Message-ID: <44B653C2.4080907@bull.net> Date: Thu, 13 Jul 2006 16:08:02 +0200 From: Mancinelli Elodie User-Agent: Debian Thunderbird 1.0.2 (X11/20051002) X-Accept-Language: en-us, en MIME-Version: 1.0 To: sandesha-dev@ws.apache.org, axis-user@ws.apache.org Subject: [MTOM/XOP+WSRM] servlet error X-MIMETrack: Itemize by SMTP Server on ECN002/FR/BULL(Release 5.0.12 |February 13, 2003) at 13/07/2006 16:07:45, Serialize by Router on ECN002/FR/BULL(Release 5.0.12 |February 13, 2003) at 13/07/2006 16:07:46, Serialize complete at 13/07/2006 16:07:46 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Virus-Scanned: by amavisd-new at frec.bull.fr X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi all, I want to realise an client-server which supports MTOM and WSRM. I created separatly a client-server with MTOM and a client-server with WSRM. My server has two methods: OneWay and RequestResponse. - When I launch my client to test the RequestResponse method: In TCPMon, I see, the CreateSequence and the CreateSequenceResponse. My first message is sent and it is accpeted. But my client never receives the response and there is no trace on my server, the method seems not be executed. - When I launch my client to test the OneWay method: In TCPMon, I see: - CreateSequence, CreateSequenceResponse - Three messages have send and three acknowledgments But no TerminateSequence. And on the server, there is an error: - "Servlet.service()" pour la servlet AxisServlet a g�n�r� une exception java.lang.IllegalStateException: Impossible de cr�er une sessionapr�s que la r�ponse ait �t� envoy�e at org.apache.catalina.connector.Request.doGetSession(Request.java:2214) at org.apache.catalina.connector.Request.getSession(Request.java:2024) at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:831) at org.apache.catalina.connector.RequestFacade.getSession(RequestFacade.java:842) at org.apache.axis2.transport.http.AxisServlet.createAndSetInitialParamsToMsgCtxt(AxisServlet.java:81) at org.apache.axis2.transport.http.AxisServlet.doPost(AxisServlet.java:131) at javax.servlet.http.HttpServlet.service(HttpServlet.java:709) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148) at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869) at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:667) at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527) at org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80) at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684) at java.lang.Thread.run(Thread.java:595) I have no informations in catalina logs. In precedent mails, somebody advise me to change the value of InOrderInvoker in the module.xml, but when I change this, client-server with MTOM only and client-server with WSRM only don't works. I have download the sandesha2-SNAPSHOT.mar (http://people.apache.org/repository/sandesha2/mars/) Someone have an idea? Thanks a lot Elodie --------------------------------------------------------------------- To unsubscribe, e-mail: sandesha-dev-unsubscribe@ws.apache.org For additional commands, e-mail: sandesha-dev-help@ws.apache.org