Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 97250 invoked from network); 30 Oct 2006 09:37:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2006 09:37:39 -0000 Received: (qmail 28398 invoked by uid 500); 30 Oct 2006 09:37:46 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 28359 invoked by uid 500); 30 Oct 2006 09:37:46 -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 28348 invoked by uid 99); 30 Oct 2006 09:37:46 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 01:37:46 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Mon, 30 Oct 2006 01:37:34 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 60ACE7142F3 for ; Mon, 30 Oct 2006 01:36:27 -0800 (PST) Message-ID: <27014885.1162200987392.JavaMail.root@brutus> Date: Mon, 30 Oct 2006 01:36:27 -0800 (PST) From: "Michele Mazzucco (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Created: (AXIS2-1546) sample clients fail (only if addressing module is used) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org sample clients fail (only if addressing module is used) ------------------------------------------------------- Key: AXIS2-1546 URL: http://issues.apache.org/jira/browse/AXIS2-1546 Project: Apache Axis 2.0 (Axis2) Issue Type: Sub-task Components: client-api Environment: nigthly build 30/10/06, java 5 Reporter: Michele Mazzucco Priority: Blocker Dims, in when I updated axis2 I forgot to deploy the sample web service. Actually he problem arises ONLY when the addressing module is needed. tomcat catalina.out: Oct 30, 2006 9:28:03 AM org.apache.catalina.core.AprLifecycleListener lifecycleEvent INFO: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: .:/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java Oct 30, 2006 9:28:04 AM org.apache.coyote.http11.Http11BaseProtocol init INFO: Initializing Coyote HTTP/1.1 on http-8080 Oct 30, 2006 9:28:04 AM org.apache.catalina.startup.Catalina load INFO: Initialization processed in 1382 ms Oct 30, 2006 9:28:04 AM org.apache.catalina.core.StandardService start INFO: Starting service Catalina Oct 30, 2006 9:28:04 AM org.apache.catalina.core.StandardEngine start INFO: Starting Servlet Engine: Apache Tomcat/5.5.15 Oct 30, 2006 9:28:04 AM org.apache.catalina.core.StandardHost start INFO: XML validation disabled Oct 30, 2006 9:28:05 AM org.apache.catalina.startup.HostConfig deployWAR INFO: Deploying web application archive axis2.war 2006-10-30 09:28:07,094 INFO org.apache.axis2.deployment.DeploymentEngine - Deploying module : addressing-1.1 2006-10-30 09:28:07,102 INFO org.apache.axis2.deployment.DeploymentEngine - Deploying module : soapmonitor-1.1 2006-10-30 09:28:07,285 INFO org.apache.axis2.deployment.DeploymentEngine - Deploying Web service version.aar Oct 30, 2006 9:28:08 AM org.apache.coyote.http11.Http11BaseProtocol start INFO: Starting Coyote HTTP/1.1 on http-8080 Oct 30, 2006 9:28:08 AM org.apache.jk.common.ChannelSocket init INFO: JK: ajp13 listening on /0.0.0.0:8009 Oct 30, 2006 9:28:08 AM org.apache.jk.server.JkMain start INFO: Jk running ID=0 time=0/55 config=null Oct 30, 2006 9:28:08 AM org.apache.catalina.storeconfig.StoreLoader load INFO: Find registry server-registry.xml at classpath resource Oct 30, 2006 9:28:08 AM org.apache.catalina.startup.Catalina start INFO: Server startup in 4177 ms 2006-10-30 09:29:47,389 INFO org.apache.axis2.deployment.DeploymentEngine - Deploying Web service MyService.aar Clients: testEchoBlockingClient: [java] Oct 30, 2006 9:30:00 AM org.apache.axis2.deployment.DeploymentEngine prepareRepository [java] INFO: no services directory found , new one created [java] Oct 30, 2006 9:30:00 AM org.apache.axis2.deployment.DeploymentEngine prepareRepository [java] INFO: no modules directory found , new one created [java] Axis2 Echo String BUILD SUCCESSFUL Total time: 2 seconds sealbook:~/Desktop/axis2-1.1-SNAPSHOT/samples/userguide nmm42$ ant testEchoNonBlockingClient Buildfile: build.xml testEchoNonBlockingClient: [java] Oct 30, 2006 9:30:12 AM org.apache.axis2.deployment.DeploymentEngine prepareRepository [java] INFO: no services directory found , new one created [java] Oct 30, 2006 9:30:12 AM org.apache.axis2.deployment.DeploymentEngine prepareRepository [java] INFO: no modules directory found , new one created [java] Axis2 Echo String BUILD SUCCESSFUL Total time: 2 seconds As you can see, even the asynchronous sample works, if only one channel is used. sealbook:~/Desktop/axis2-1.1-SNAPSHOT/samples/userguide nmm42$ ant testEchoNonBlockingDualClient Buildfile: build.xml testEchoNonBlockingDualClient: [java] Oct 30, 2006 9:30:26 AM org.apache.axis2.deployment.DeploymentEngine prepareRepository [java] INFO: no services directory found , new one created [java] Oct 30, 2006 9:30:26 AM org.apache.axis2.deployment.DeploymentEngine prepareRepository [java] INFO: no modules directory found , new one created [java] org.apache.axis2.AxisFault: Module not found [java] at org.apache.axis2.description.AxisService.engageModule(AxisService.java:478) [java] at org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:294) [java] at userguide.clients.EchoNonBlockingDualClient.main(EchoNonBlockingDualClient.java:63) sealbook:~/Desktop/axis2-1.1-SNAPSHOT/samples/userguide nmm42$ ant testEchoBlockingDualClient Buildfile: build.xml testEchoBlockingDualClient: [java] Oct 30, 2006 9:36:12 AM org.apache.axis2.deployment.DeploymentEngine prepareRepository [java] INFO: no services directory found , new one created [java] Oct 30, 2006 9:36:12 AM org.apache.axis2.deployment.DeploymentEngine prepareRepository [java] INFO: no modules directory found , new one created [java] org.apache.axis2.AxisFault: Module not found [java] at org.apache.axis2.description.AxisService.engageModule(AxisService.java:478) [java] at org.apache.axis2.client.ServiceClient.engageModule(ServiceClient.java:294) [java] at userguide.clients.EchoBlockingDualClient.main(EchoBlockingDualClient.java:51) -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org