I'm having a problem with the basic install of Axis on Resin 1.2.8.  It seems that others on this list have had a similar problem and haven't got it resolved.  Having installed with JDK 1.3.1 and Xerces 1.4.4, I navigate to http://localhost:8080/axis/servlet/AdminServlet and get the error shown below.
 
Obviously, this is a problem with a WSDD file, but I'm not sure how to fix it.  I'm new to SOAP and just want to get the server running before I dive in.  I also get this error when attempting to use the deploy.wsdd with the AdminClient.
 
Anyone have any suggestions on how to fix this?
 
-Clint
 
org.apache.axis.InternalException: org.apache.axis.ConfigurationException: org.apache.axis.deployment.wsdd.WSDDException: java.lang.Exception: Must include type attribute for Handler deployment!
at org.apache.axis.AxisEngine.init(Unknown Source)
at org.apache.axis.AxisEngine.<init>(Unknown Source)
at org.apache.axis.server.AxisServer.<init>(Unknown Source)
at org.apache.axis.server.DefaultAxisServerFactory.createNewServer(Unknown Source)
at org.apache.axis.server.DefaultAxisServerFactory.getServer(Unknown Source)
at org.apache.axis.server.AxisServer.getServer(Unknown Source)
at org.apache.axis.transport.http.AxisServlet.getEngine(Unknown Source)
at org.apache.axis.transport.http.AdminServlet.getEngine(Unknown Source)
at org.apache.axis.transport.http.AdminServlet.doGet(Unknown Source)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:102)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:83)
at com.caucho.server.http.Invocation.service(Invocation.java:325)
at com.caucho.server.http.CacheInvocation.service(CacheInvocation.java:121)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:239)
at com.caucho.server.http.HttpRequest.handleConnection(HttpRequest.java:157)
at com.caucho.server.TcpConnection.run(TcpConnection.java:140)
at java.lang.Thread.run(Thread.java:484)
 
Clint Combs
Founder and Software Engineer
Puzzlecode, Inc.
[EMAIL PROTECTED]
http://www.puzzlecode.com/
 
Found a good Java Web Start application?
Submit it to the Puzzlecode Index now!
http://www.puzzlecode.com/puzzlecode/jnlp/submit
 

Reply via email to