I'm trying to install Axis so that I can start working through the
user guides, et. al.  I've got the axis webapp running no problem.
The happiness page doesn't complaing about any missing jars, etc.

When I try to test the "Call" function, I get a SOAP repsonse but it
has an error in it, as follows:

<soapenv:Envelope>
<soapenv:Body>
<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>
java.io.FileNotFoundException:
/var/lib/tomcat5/webapps/axis/WEB-INF/jwsClasses/EchoHeaders.java (No
such file or directory)
</faultstring>
<detail>
<ns1:hostname>machineOne</ns1:hostname>
</detail>
</soapenv:Fault>
</soapenv:Body>
</soapenv:Envelope>

In the log, this translates to:

ava.io.FileNotFoundException:
/var/lib/tomcat5/webapps/axis/WEB-INF/jwsClasses/EchoHeaders.java (No
such file or directory)
        at java.io.FileOutputStream.open(Native Method)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
        at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
        at java.io.FileWriter.<init>(FileWriter.java:46)
        at org.apache.axis.handlers.JWSHandler.setupService(JWSHandler.java:180)
        at org.apache.axis.handlers.JWSHandler.invoke(JWSHandler.java:72)
        at 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
        at org.apache.axis.server.AxisServer.invoke(AxisServer.java:249)



Also, when I consult the log, I see that there is  a problem finding a
configuration file at the time of the server's start up.
Specifically,

- Unable to find config file.  Creating new servlet engine config
file: /WEB-INF/server-config.wsdd

When I look for this configuration file in the webapp structure, it's
not there.

If anyone can see what I'm missing, please let me know.

Chad

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

Reply via email to