You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by VAN DE BOEL Gustaaf <gv...@cipal.be> on 2002/04/08 11:42:39 UTC

Error by executing adminclient

Operating system Win nt, but also same problem on alpaworks-machine.

java org.apache.axis.client.AdminClient
-lhttp://localhost:8080/axis/services/AdminService deploy.wsdd

Exception in thread "main" java.lang.NoSuchMethodError
        at org.apache.axis.deployment.wsdd.WSDDDocument.<init>(Unknown
Source)
        at
org.apache.axis.configuration.FileProvider.configureEngine(Unknown So
urce)
        at org.apache.axis.AxisEngine.init(Unknown Source)
        at org.apache.axis.AxisEngine.<init>(Unknown Source)
        at org.apache.axis.client.AxisClient.<init>(Unknown Source)
        at org.apache.axis.client.Service.getAxisClient(Unknown Source)
        at org.apache.axis.client.Service.<init>(Unknown Source)
        at org.apache.axis.client.AdminClient.<init>(Unknown Source)
        at org.apache.axis.client.AdminClient.main(Unknown Source)

Greetings Gustaaf Van de Boel