I'll take a shot at trying to help...

My guess is that you are running WAS 5.1 using JDK 1.4 . If so, try putting the stax-api jar that comes with axis2 somewhere in one of the lib directories that WAS uses to find its jars. This jar should already be present in the axis2 war.

This error would probably cause the war not to start, and somewhere (been a few years since I ran WAS) there should be logs saying so. You can turn on logging by putting an apropriate log4j.properties under axis2/WEB-INF/classses , assuming the commons-logging is pointing to log4j .

HTH,
Robert
http://www.braziloutsource.com/

On 5/25/06, David Wilkinson <[EMAIL PROTECTED] > wrote:
Hi

I'm currently trying to get the Axis2 War Distribution to work under
websphere 5.1. I have managed to get round the error Invalid service
version.aar due to java.lang.NoSuchMethodError: javax.xml.namespace.QName:
method <init>(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V not
found by setting the Classloader Mode to PARENT_LAST

But when I go to the url http://localhost:9080/Test/services/version?wsdl
all I get is a 404 error Requested resource not found!

There are no error messages appearing in my log files and so I'm feeling a
bit stumped.

Has anyone else come across the same issue and can suggest anything else
that I need to do


Thanks in advance


David Wilkinson


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to