It seems you are using DOM level 1 APIs. Make sure you have the right XML parser used.
org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:103):
if (ELEM_WSDD_UNDEPLOY.equals(docEl.getLocalName())) {
-----Original Message-----
From: Jason D. Lee [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, September 18, 2002 2:49 PM
To: Axis (E-mail)
Subject: RE: Error Trying to Deploy
I get the same stack trace when I run
java org.apache.axis.client.AdminClient list
I tried recompiling Axis from source, just to see if that might fix, but no
dice...
--
Jason Lee - Programmer
405.745.1789
Hobby Lobby Stores, Inc.
> -----Original Message-----
> From: Jason D. Lee
> Sent: Wednesday, September 18, 2002 4:15 PM
> To: Axis (E-mail)
> Subject: Error Trying to Deploy
>
> When I run java org.apache.axis.client.AdminClient deploy.wsdd
>
> I get this error:
>
> Exception in thread "main" java.lang.NoSuchMethodError
> at
> org.apache.axis.deployment.wsdd.WSDDDocument.<init>(WSDDDocument.java:103)
> at
> org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.ja
> va:209)
> at org.apache.axis.AxisEngine.init(AxisEngine.java:187)
> at org.apache.axis.AxisEngine.<init>(AxisEngine.java:172)
> at org.apache.axis.client.AxisClient.<init>(AxisClient.java:89)
> at org.apache.axis.client.Service.getAxisClient(Service.java:142)
> at org.apache.axis.client.Service.<init>(Service.java:151)
> at org.apache.axis.client.AdminClient.<init>(AdminClient.java:122)
> at org.apache.axis.client.AdminClient.main(AdminClient.java:338)
>
> The only thing that has changed, really, is that I downgraded my JDK from
> 1.4 to 1.3.1. I did that to make my dev environment match the production
> environment. I'm running Axis 1.0rc1. Thanks. :)
>
> --
> Jason Lee - Programmer
> 405.745.1789
> Hobby Lobby Stores, Inc.
>
>