Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 93763 invoked from network); 23 Apr 2007 11:53:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 11:53:40 -0000 Received: (qmail 63467 invoked by uid 500); 23 Apr 2007 11:53:43 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 63420 invoked by uid 500); 23 Apr 2007 11:53:43 -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 63409 invoked by uid 99); 23 Apr 2007 11:53:43 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 04:53:43 -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; Mon, 23 Apr 2007 04:53:35 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 6B60D714045 for ; Mon, 23 Apr 2007 04:53:15 -0700 (PDT) Message-ID: <7610790.1177329195417.JavaMail.jira@brutus> Date: Mon, 23 Apr 2007 04:53:15 -0700 (PDT) From: "Deepal Jayasinghe (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-1700) Exception thrown when running ant targets in samples/userguide In-Reply-To: <30528494.1163458839051.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/AXIS2-1700?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490911 ] Deepal Jayasinghe commented on AXIS2-1700: ------------------------------------------ Sanaka, Could you please look into this. Thanks Deepal > Exception thrown when running ant targets in samples/userguide > -------------------------------------------------------------- > > Key: AXIS2-1700 > URL: https://issues.apache.org/jira/browse/AXIS2-1700 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: samples > Affects Versions: 1.1 > Environment: Win XP, JDK 1.5 > Reporter: Charitha Kankanamge > Assigned To: Sanka Samaranayake > > Service deployed successfuly and client returned correct results when running ant targets defined in Axis2_home/sample/userguide. However following exception can be seen in the console. > For example if I run ant run.client.blocking, I get the following exception > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed > [java] at org.apache.axis2.deployment.repository.util.ArchiveReader.pro > cessServiceGroup(ArchiveReader.java:139) > [java] at org.apache.axis2.deployment.DeploymentEngine.doDeploy(Deploym > entEngine.java:528) > [java] at org.apache.axis2.deployment.repository.util.WSInfoList.update > (WSInfoList.java:196) > [java] at org.apache.axis2.deployment.RepositoryListener.update(Reposit > oryListener.java:227) > [java] at org.apache.axis2.deployment.RepositoryListener.checkServices( > RepositoryListener.java:174) > [java] at org.apache.axis2.deployment.DeploymentEngine.loadServices(Dep > loymentEngine.java:88) > [java] at org.apache.axis2.deployment.FileSystemConfigurator.loadServic > es(FileSystemConfigurator.java:129) > [java] at org.apache.axis2.context.ConfigurationContextFactory.createCo > nfigurationContext(ConfigurationContextFactory.java:72) > [java] at org.apache.axis2.context.ConfigurationContextFactory.createCo > nfigurationContextFromFileSystem(ConfigurationContextFactory.java:180) > [java] at org.apache.axis2.client.ServiceClient.initializeTransports(Se > rviceClient.java:189) > [java] at org.apache.axis2.client.ServiceClient.configureServiceClient( > ServiceClient.java:118) > [java] at org.apache.axis2.client.ServiceClient.(ServiceClient.ja > va:114) > [java] at org.apache.axis2.client.ServiceClient.(ServiceClient.ja > va:207) > [java] at userguide.clients.EchoBlockingClient.main(Unknown Source) > [java] Caused by: org.apache.axis2.deployment.DeploymentException: Processi > ng Operations Modules logging module is invalid or has not been deployed; nested > exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed > [java] at org.apache.axis2.deployment.ServiceBuilder.populateService(Se > rviceBuilder.java:329) > [java] at org.apache.axis2.deployment.repository.util.ArchiveReader.bui > ldServiceGroup(ArchiveReader.java:91) > [java] at org.apache.axis2.deployment.repository.util.ArchiveReader.pro > cessServiceGroup(ArchiveReader.java:133) > [java] SEVERE: Invalid service sample-MyServiceWithModule.aar due to Proce > ssing Operations Modules logging module is invalid or has not been deployed; nes > ted exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: Processing Oper > ations Modules logging module is invalid or has not been deployed; nested except > ion is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed > [java] org.apache.axis2.deployment.DeploymentException: Processing Operatio > ns Modules logging module is invalid or has not been deployed; nested exception > is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: Processing Oper > ations Modules logging module is invalid or has not been deployed; nested except > ion is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed > [java] at org.apache.axis2.deployment.repository.util.ArchiveReader.pro > cessServiceGroup(ArchiveReader.java:139) > [java] at org.apache.axis2.deployment.DeploymentEngine.doDeploy(Deploym > entEngine.java:528) > [java] at org.apache.axis2.deployment.repository.util.WSInfoList.update > (WSInfoList.java:196) > [java] at org.apache.axis2.deployment.RepositoryListener.update(Reposit > oryListener.java:227) > [java] at org.apache.axis2.deployment.RepositoryListener.checkServices( > RepositoryListener.java:174) > [java] at org.apache.axis2.deployment.DeploymentEngine.loadServices(Dep > loymentEngine.java:88) > [java] at org.apache.axis2.deployment.FileSystemConfigurator.loadServic > es(FileSystemConfigurator.java:129) > [java] at org.apache.axis2.context.ConfigurationContextFactory.createCo > nfigurationContext(ConfigurationContextFactory.java:72) > [java] at org.apache.axis2.context.ConfigurationContextFactory.createCo > nfigurationContextFromFileSystem(ConfigurationContextFactory.java:180) > [java] at org.apache.axis2.client.ServiceClient.initializeTransports(Se > rviceClient.java:189) > [java] at org.apache.axis2.client.ServiceClient.configureServiceClient( > ServiceClient.java:118) > [java] at org.apache.axis2.client.ServiceClient.(ServiceClient.ja > va:114) > [java] at org.apache.axis2.client.ServiceClient.(ServiceClient.ja > va:207) > [java] at userguide.clients.EchoBlockingClient.main(Unknown Source) > [java] Caused by: org.apache.axis2.deployment.DeploymentException: Processi > ng Operations Modules logging module is invalid or has not been deployed; nested > exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed > [java] at org.apache.axis2.deployment.ServiceBuilder.populateService(Se > rviceBuilder.java:329) > [java] at org.apache.axis2.deployment.repository.util.ArchiveReader.bui > ldServiceGroup(ArchiveReader.java:91) > [java] at org.apache.axis2.deployment.repository.util.ArchiveReader.pro > cessServiceGroup(ArchiveReader.java:133) > [java] ... 13 more > [java] Caused by: org.apache.axis2.deployment.DeploymentException: logging > module is invalid or has not been deployed; nested exception is: > [java] org.apache.axis2.deployment.DeploymentException: logging module > is invalid or has not been deployed > [java] at org.apache.axis2.deployment.ServiceBuilder.processModuleRefs( > ServiceBuilder.java:496) > [java] at org.apache.axis2.deployment.ServiceBuilder.populateService(Se > rviceBuilder.java:250) > [java] ... 15 more > [java] Caused by: org.apache.axis2.deployment.DeploymentException: logging > module is invalid or has not been deployed > [java] at org.apache.axis2.deployment.ServiceBuilder.processModuleRefs( -- 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