Tomcat 5.5.7 and Axis 1.0 problem

A

Amir Pashazadeh

I'm using Tomcat 5.5.7 and deployed Axis 1.0 samples on it. (using JDK
1.5.0_01)

happyaxis.jsp is happy! and finds all required libraries (but not
optionals!)

the list of services is shown correctly (has 2 servies, AdminService
and getVersion)

but when I click on call a local end point the result is:

<?xml version="1.0" encoding="UTF-8" ?>
<soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.lang.NullPointerException</faultstring>
<detail />
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

I'm not sure, but I think the problem may be because of the new Compile
mechanism Tomcat 5.5.x uses (depending on JRE not JDK).
How can I recover from this problem?

regards
Amir
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top