Hi all,
I use Tomcat 3.3a with Axis beta1. I try to list ( or to deploy too) the services installed on Axis with the following command:
java org.apache.axis.client.AdminClient -l http://localhost:8080/axis/services/AdminService list
 
and i get the following error:
 
- AxisFault: AxisFault
 faultCode: http://xml.apache.org/axis/:Server.generalException
 faultString: Null response message!
 faultActor: null
 faultDetail:
        stackTrace: Null response message!
        at org.apache.axis.client.Call.invoke(Unknown Source)
        at org.apache.axis.client.Call.invoke(Unknown Source)
        at org.apache.axis.client.AdminClient.process(Unknown Source)
        at org.apache.axis.client.AdminClient.process(Unknown Source)
        at org.apache.axis.client.AdminClient.list(Unknown Source)
        at org.apache.axis.client.AdminClient.list(Unknown Source)
        at org.apache.axis.client.AdminClient.process(Unknown Source)
        at org.apache.axis.client.AdminClient.main(Unknown Source)
 
I try to get the latest nightly build but the server seems to be busy ( bad transfert rate)
Someone could tell me if the is a problem with beta1?
I try to look at the mailing list but there is no subject about this fault.
 
Regards,
Jean Marc Taillant

Reply via email to