Jean Marc,
 
As far as I can see your classpath is correct (according to the User Guide). Did you update the jar files in your classpath when you went to Beta1? Or is this your first install?
 
Michel
-----Original Message-----
From: Jean-Marc Taillant [mailto:[EMAIL PROTECTED]]
Sent: maandag 25 maart 2002 13:55
To: [EMAIL PROTECTED]
Subject: Re: AXIS problem

I think i get the 19 march beta1.
Here is my classpath from client side ( where i call the AdminCLient)
/////
C:\java_tools\xml-axis-beta1\lib\axis.jar;C:\java_tools\xml-axis-beta1\lib\clutil.jar;C:\java_tools\xml-axis-beta1;lib\commons-logging.jar;C:\java_tools\xml-axis-beta1\lib\jaxrpc.jar;C:\java_tools\xml-axis-beta1\lib\log4j-core.jar;C:\java_tools\xml-axis-beta1\lib\tt-bytecode.jar;C:\java_tools\xml-axis-beta1\lib\wsdl4j.jar;C:\java_tools\lib\xerces.jar
/////
 
Something is missing?
Something annoying, i try to launch a test:
My server is on port 8081 and a tcpmon on port 8081, to check if the fault come from server or client side. I launch the following command:
 
java org.apache.axis.client.AdminClient -l http://localhost:8081/axis/services/AdminService list
 
and i see nothing in the tunneling....
 
Jean Marc
 
----- Original Message -----
Sent: Monday, March 25, 2002 1:50 PM
Subject: RE: AXIS problem

Jean Marc,
 
I tried your java org.apache.axis.client.AdminClient -l http://localhost:8080/axis/services/AdminService list and my Axis (beta1, from March 19, not the one from friday 15) listed what I had deployed. I run Axis on Tomcat 3.3. Is your classpath correct, and did you update the jar files in the classpath with the beta1 jar files? Do you have something deployed?
 
Michel
-----Original Message-----
From: Jean-Marc Taillant [mailto:[EMAIL PROTECTED]]
Sent: maandag 25 maart 2002 13:37
To: [EMAIL PROTECTED]
Subject: AXIS problem

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