Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 43864 invoked from network); 30 Jan 2006 07:35:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jan 2006 07:35:23 -0000 Received: (qmail 32799 invoked by uid 500); 30 Jan 2006 07:35:14 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 32789 invoked by uid 500); 30 Jan 2006 07:35:14 -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 32778 invoked by uid 99); 30 Jan 2006 07:35:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jan 2006 23:35:14 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of martin.berner@braunvieh.ch designates 212.80.100.68 as permitted sender) Received: from [212.80.100.68] (HELO mail.braunvieh.ch) (212.80.100.68) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 29 Jan 2006 23:35:13 -0800 Received: from 192.168.168.22 [192.168.168.22] by mail.braunvieh.ch with XWall v3.33d ; Mon, 30 Jan 2006 08:32:56 +0100 Received: by sbzvzgsrv1.braunvieh.ch with Internet Mail Service (5.5.2650.21) id ; Mon, 30 Jan 2006 08:32:44 +0100 Message-ID: <6FC2B4C5FA24D4118DAD00508BC74A5DE5F570@sbzvzgsrv1.braunvieh.ch> From: Berner Martin To: "'axis-user@ws.apache.org'" Subject: AW: problems in AdminClient Date: Mon, 30 Jan 2006 08:32:42 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi Are you using java 5? Cos i had a similar problem with java 5, can't find the dom-Classes.. Try it with an 1.4X java. mit freundlichen Gr=FCssen Berner Martin _____________________________________________________________ Martin Berner, EDV Tel.: ++41-(0)41-729 33 46 Schweizer Braunviehzuchtverband Fax : ++41-(0)41-729 33 77 Chamerstrasse 56 http://www.braunvieh.ch 6300 Zug Email: martin.berner@braunvieh.ch _____________________________________________________________ =20 > -----Urspr=FCngliche Nachricht----- > Von: Roy, Ansuman [mailto:ansuman.roy@logicacmg.com] > Gesendet: Montag, 30. Januar 2006 08:02 > An: axis-user@ws.apache.org > Betreff: problems in AdminClient >=20 >=20 > Hi, > When i run my code for admin client for deployment using the=20 > following command: >=20 > java -cp %AXISCLASSPATH% org.apache.axis.client.AdminClient=20 > -lhttp://localhost:8080/axis/services/AdminService=20 > deploy_webservice.wsdd >=20 > then i get the following error: >=20 > Exception in thread "main" java.lang.NoClassDefFoundError:=20 > org/w3c/dom/DOMError > at=20 > org.apache.xerces.jaxp.DocumentBuilderImpl.(Unknown Source) > at=20 > org.apache.xerces.jaxp.DocumentBuilderFactoryImpl.newDocumentB > uilder(Unknown Source) > at=20 > org.apache.axis.utils.XMLUtils$ThreadLocalDocumentBuilder.init > ialValue(XMLUtils.java:98) > at=20 > java.lang.ThreadLocal$ThreadLocalMap.getAfterMiss(ThreadLocal. > java:368) > at=20 > java.lang.ThreadLocal$ThreadLocalMap.get(ThreadLocal.java:341) > at=20 > java.lang.ThreadLocal$ThreadLocalMap.access$000(ThreadLocal.java:219) >=20 > at java.lang.ThreadLocal.get(ThreadLocal.java:121) > at=20 > org.apache.axis.utils.XMLUtils.getDocumentBuilder(XMLUtils.java:237) > at=20 > org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:358) > at=20 > org.apache.axis.utils.XMLUtils.newDocument(XMLUtils.java:388) > at=20 > org.apache.axis.configuration.FileProvider.configureEngine(Fil > eProvider.java:179) > at org.apache.axis.AxisEngine.init(AxisEngine.java:172) > at org.apache.axis.AxisEngine.(AxisEngine.java:156) > at=20 > org.apache.axis.client.AxisClient.(AxisClient.java:52) > at=20 > org.apache.axis.client.Service.getAxisClient(Service.java:104) > at org.apache.axis.client.Service.(Service.java:113) > at=20 > org.apache.axis.client.AdminClient.initAdminClient(AdminClient > .java:148) > at=20 > org.apache.axis.client.AdminClient.(AdminClient.java:116) > at=20 > org.apache.axis.client.AdminClient.main(AdminClient.java:461) >=20 >=20 > I tried to put in all the jar files in the classpath but it's = failing. > any pointers to this. > regards, > Anshuman Roy >=20 >=20 > This e-mail and any attachment is for authorised use by the=20 > intended recipient(s) only. It may contain proprietary=20 > material, confidential information and/or be subject to legal=20 > privilege. It should not be copied, disclosed to, retained or=20 > used by, any other party. If you are not an intended=20 > recipient then please promptly delete this e-mail and any=20 > attachment and all copies and inform the sender. Thank you. >=20