Greetings.
 
My apologies if this has already been answered, but I have a similar problem to the one Tim was having with the deployment of the web service.  However, my problem is after successfully "deploying" axis in Tomcat 4.1.2 I cannot deploy my own web service (war file) in Axis.  I can successfully deploy the same war file in Apache SOAP 2.3.
 
I just noticed what seems to be a discrepancy between the Axis online installation guide and the installation guide bundled with Axis 1.0.  Since the Axis 1.0 guide isn't working for me, I will try to follow the online guide.  However, Axis complains when I attempt to run its Administrative service (claims it doesn't exist), nor can I view the WSDL files for either of the "deployed" services that come as part of the Axis standard deployment (AdminService & Version).
 
Attached is Tim's email taken from the mailing list archives.
 
Thank you for any help.
 
Brion Swanson
 
List:     axis-user
Subject:  FIXME error deploying WSDD file
From:     Tim Sawyer <[EMAIL PROTECTED]>
Date:     2002-12-02 12:24:45
[Download message RAW]

Anyone know what causes this error?

I've taken the axis directory from webapps in the 1.0 distribution,
copied some of my files in, run up the web server (orion 1.5.2) and then
tried to deploy using a wsdd file.  The server throws the following fit:

Orion/1.5.2 initialized
- Problem with servlet engine config file: /WEB-INF/server-config.wsdd
- Exception:
AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.userException
 faultString: java.lang.Exception: FIXME
 faultActor: null
 faultDetail: 
        stackTrace: java.lang.Exception: FIXME
        at org.apache.axis.utils.Admin.process(Admin.java:235)
        at org.apache.axis.utils.Admin.AdminService(Admin.java:112)
        at java.lang.reflect.Method.invoke(Native Method)
        at
org.apache.axis.providers.java.MsgProvider.processMessage(MsgProvider.java:147)
        at
org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:276)
        at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
        at
org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:437)
        at org.apache.axis.server.AxisServer.invoke(AxisServer.java:316)
        at
org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:701)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:211)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
        at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:335)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
        at com.evermind._cxb._abe(Unknown Source)
        at com.evermind._cxb._uec(Unknown Source)
        at com.evermind._io._twc(Unknown Source)
        at com.evermind._io._gc(Unknown Source)
        at com.evermind._if.run(Unknown Source)


java.lang.Exception: FIXME
java.lang.Exception: FIXME
        at org.apache.axis.utils.Admin.process(Admin.java:235)
        at org.apache.axis.utils.Admin.AdminService(Admin.java:112)
        at java.lang.reflect.Method.invoke(Native Method)
        at
org.apache.axis.providers.java.MsgProvider.processMessage(MsgProvider.java:147)
        at
org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:276)
        at
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:71)
        at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:156)
        at org.apache.axis.SimpleChain.invoke(SimpleChain.java:126)
        at
org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:437)
        at org.apache.axis.server.AxisServer.invoke(AxisServer.java:316)
        at
org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:701)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:211)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:309)
        at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:335)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
        at com.evermind._cxb._abe(Unknown Source)
        at com.evermind._cxb._uec(Unknown Source)
        at com.evermind._io._twc(Unknown Source)
        at com.evermind._io._gc(Unknown Source)
        at com.evermind._if.run(Unknown Source)

WSDD file contains:<?xml version="1.0" encoding="UTF-8"?>
<deployment xmlns="http://xml.apache.org/axis/wsdd";
            xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";>
  <service name="urn:LoginService" provider="java:RPC">
    <parameter name="className"
value="com.domain.tkbespoke.amb.scanner.services.LoginSessionService"/>
    <parameter name="allowedMethods" value="loginApplication,
logoutApplication"/>
  </service>
</deployment>

There is no file at /WEB-INF/server-config.wsdd because no services have
been deployed yet, and the server has only just been started.

ta,

Tim.

Reply via email to