Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 32317 invoked from network); 7 Sep 2007 14:16:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Sep 2007 14:16:57 -0000 Received: (qmail 64085 invoked by uid 500); 7 Sep 2007 14:16:48 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 64031 invoked by uid 500); 7 Sep 2007 14:16:48 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 64020 invoked by uid 99); 7 Sep 2007 14:16:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2007 07:16:48 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Sep 2007 14:16:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6AD46714204 for ; Fri, 7 Sep 2007 07:16:31 -0700 (PDT) Message-ID: <25883631.1189174591433.JavaMail.jira@brutus> Date: Fri, 7 Sep 2007 07:16:31 -0700 (PDT) From: "Mikael Carlstedt (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS-2695) 'No such operation' error appears after previous successful requests In-Reply-To: <32670771.1189174231117.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS-2695?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikael Carlstedt updated AXIS-2695: ----------------------------------- Attachment: debug_failed_request.log Debug log of failed request > 'No such operation' error appears after previous successful requests > -------------------------------------------------------------------- > > Key: AXIS-2695 > URL: https://issues.apache.org/jira/browse/AXIS-2695 > Project: Axis > Issue Type: Bug > Components: Basic Architecture > Affects Versions: 1.4 > Environment: Linux kernel 2.6.9-34.ELsmp > Sun JVM 1.5.0_06-b05 > Tomcat 5.5.17 > Reporter: Mikael Carlstedt > Attachments: debug_failed_request.log, debug_startup.log > > > Our Axis based SOAP server has started rejecting requests in the SOAP layer for no obvious reason, without any changes to neither the web application nor the clients. This has happened a couple of times before and then things have gone back to normal after a Tomcat restart, but this time the error persists after restart, and even after reinstalling the WAR file of the web application. > The error message is: No such operation 'validateRequest' > at org.apache.axis.providers.java.RPCProvider.getOperationDesc(RPCProvider.java:312) > ... > I have enabled debug logging for org.apache.axis and captured the startup and a failed request (to be attached). Something that caught my attention in the startup sequence was the debug message: > DEBUG - MessageContext.(328) | Unable to find a temp dir with write access > Can this have anything to do with the failure? > For reference I am also attaching the WSDL for our web service. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org