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. > >
