J
juhanay
Hi
I have succesfully installed axis 1.4 + tomcat 6.0.10 and JWS files
seems to be running right.
However when I try to run a basic calculator client example from axis
userguide (page 8)
http://ws.apache.org/axis/java/user-guide.html
I get the folowing error message
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps
\axis>java samples
..userguide.example2.CalcClient -p8080 add 2 5
Exception in thread "main" java.lang.NoClassDefFoundError:
org.apache.commons.logging.LogFactory
at org.apache.axis.components.logger.LogFactory.class$
(LogFactory.java:45)
at org.apache.axis.components.logger.LogFactory
$1.run(LogFactory.java:45)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:
41)
at
org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java:
33)
at org.apache.axis.utils.Options.<clinit>(Options.java:35)
at samples.userguide.example2.CalcClient.main(CalcClient.java:
29)
The service works through Tomcat and it can be accesed as the
userguide says(localhost:8080/axis/Calculator.jws), but i cannot get
the client working. I hope that someone can help me out.
I have succesfully installed axis 1.4 + tomcat 6.0.10 and JWS files
seems to be running right.
However when I try to run a basic calculator client example from axis
userguide (page 8)
http://ws.apache.org/axis/java/user-guide.html
I get the folowing error message
C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps
\axis>java samples
..userguide.example2.CalcClient -p8080 add 2 5
Exception in thread "main" java.lang.NoClassDefFoundError:
org.apache.commons.logging.LogFactory
at org.apache.axis.components.logger.LogFactory.class$
(LogFactory.java:45)
at org.apache.axis.components.logger.LogFactory
$1.run(LogFactory.java:45)
at java.security.AccessController.doPrivileged(Native Method)
at
org.apache.axis.components.logger.LogFactory.getLogFactory(LogFactory.java:
41)
at
org.apache.axis.components.logger.LogFactory.<clinit>(LogFactory.java:
33)
at org.apache.axis.utils.Options.<clinit>(Options.java:35)
at samples.userguide.example2.CalcClient.main(CalcClient.java:
29)
The service works through Tomcat and it can be accesed as the
userguide says(localhost:8080/axis/Calculator.jws), but i cannot get
the client working. I hope that someone can help me out.