- Check your Axis Happiness page (http://localhost:8080/axis/happyaxis.jsp)
- Restart your application server in debug mode and check the classpaths.
- Don't put axis.jar in tomcat/shared/lib, leave it in axis/WEB-INF/lib
- At one URL your server was named "glororan", are you trying to access two different servers?


Panayiotis Periorellis schrieb:
Hi Guenter,

Thanks for the response but it doesn't seem to be the solution to the
problem.

I had axis.jar inside axis\web-inf\lib And also I put it in tomcat\shared\lib as you suggeted
The problem persists....any other ideas?

p

-----Original Message-----
From: Grossberger, Guenter [mailto:[EMAIL PROTECTED] Sent: 07 June 2005 16:22
To: [email protected]
Subject: RE: Axis Exception

Hi!

I had a similar problem a few days ago. Somehow the classloader of Java VM of the J2EE container where Axis and your application are deployed cannot find the class org/apache/axis/handlers/BasicHandler which should be in axis.jar of course.

So make sure that axis.jar is in the classpath of the application
(WEB-INF/lib) or the J2EE container (e.g. Tomcat/shared/lib).

Bye,
Guenter



-----Original Message-----
From: Panayiotis Periorellis
[mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 07, 2005 4:56 PM
To: [email protected]
Subject: Axis Exception

Hi All,


I have installed and have been using axis for over a year now and never had serious problems. Recently I tried to install the

WSS4J.jar
package to experiment with ws security. The same package has

been used
by other colleagues and it works.

When I try to deploy however my service using a ws security handler that is inside the wss4j.jar package I get no errors. That is when I execute the command

java org.apache.axis.client.AdminClient deploy.wsdd

Now when I try to view the list of Services at http://glororan:8080/axis/servlet/AxisServlet

they all dissapear and in addition when I go to the following url I get the error listed below..

http://localhost:8080/axis/services/XACMLRequest?wsdl

AXIS error
Sorry, something seems to have gone wrong... here are the details:

Exception - java.lang.NoClassDefFoundError:
org/apache/axis/handlers/BasicHandler

I suspect it is something internal to axis.
Has anybody else had the same problem? Any help would be appreciate it.

Regards
p



Reply via email to