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.