Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 96670 invoked from network); 21 Sep 2009 15:19:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 21 Sep 2009 15:19:33 -0000 Received: (qmail 51939 invoked by uid 500); 21 Sep 2009 15:19:31 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 51875 invoked by uid 500); 21 Sep 2009 15:19:31 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 51866 invoked by uid 99); 21 Sep 2009 15:19:31 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2009 15:19:31 +0000 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of amaalej@laas.fr designates 140.93.0.15 as permitted sender) Received: from [140.93.0.15] (HELO laas.laas.fr) (140.93.0.15) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 21 Sep 2009 15:19:23 +0000 Received: from [IPv6:::1] ([IPv6:2001:660:6602:b:f886:77f8:b9fc:bbb1]) (authenticated bits=0) by laas.laas.fr (8.14.3/8.14.3) with ESMTP id n8LFJ05R002649 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 21 Sep 2009 17:19:00 +0200 (MEST) Message-ID: <4AB79962.2060007@laas.fr> Date: Mon, 21 Sep 2009 17:18:58 +0200 From: Asma Maalej User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: axis-user@ws.apache.org Subject: Axis 2 Client Exception Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Spam-Score: -0.001 () NO_RELAYS X-Scanned-By: MIMEDefang at CNRS-LAAS on IPv6:2001:660:6602:4::2 X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No hello I'm working on web service, I'm used to invoke them across Axis2 Client to which I engage module to intercept response time and it worked fine. however, this does not work any more well. In fact, when I try to run the main client class, an exception launch caused by the following instruction : ***************** ConfigurationContext ctx =ConfigurationContextFactory.createConfigurationContextFromFileSystem(urlRep,urlAxis2); ********************* and particularly, the urlAxis2 variable is the one which causes problem, in fact it's the the path of Axis2.xml file as shown below String urlAxis2="E:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/test.cltClient/WEB-INF/conf"; String urlRep ="E:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/test.cltClient/WEB-INF"; knowing that the module .mar that I want to engage is already under the modules repository and the concerned handlers are configured in axis2.xml file the exception code is as follow: ***** org.apache.axis2.AxisFault: System can not find the given axis2.xml E:/workspace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/test.cltClient/WEB-INF/conf at org.apache.axis2.deployment.FileSystemConfigurator.getAxisConfiguration(FileSystemConfigurator.java:118) at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContext(ConfigurationContextFactory.java:68) at org.apache.axis2.context.ConfigurationContextFactory.createConfigurationContextFromFileSystem(ConfigurationContextFactory.java:184) at exemple.TestClient.main(TestClient.java:16) ***** I'm waiting for your help -- Asma M�ALEJ BESBES Laboratoire LAAS - CNRS Toulouse - France T�l: +33 (0)5 61 33 62 63 Mobile: +33 (0)6 72 18 36 56 E-mail: amaalej@laas.fr