Hey folks, I'm going to try and provide as much detail as possible without detailing
everything. Basically I've got Axis working on WL 6.1 SP7 out of the box, but since
my prod environment is WL6.1 SP3 I need to get it working on it and have hit a snag.
I get the following error:
AXIS error
Sorry, something seems to have gone wrong... here are the details:
Exception - org.apache.axis.InternalException: org.apache.axis.ConfigurationException:
org.apache.axis.deployment.wsdd.WSDDException: Must include type attribute for Handler
deployment!
org.apache.axis.deployment.wsdd.WSDDException: Must include type attribute for Handler
deployment!
at org.apache.axis.deployment.wsdd.WSDDHandler.(WSDDHandler.java:89)
at org.apache.axis.deployment.wsdd.WSDDDeployment.(WSDDDeployment.java:224)
at org.apache.axis.deployment.wsdd.WSDDDocument.(WSDDDocument.java:104)
at
org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:209)
at org.apache.axis.AxisEngine.init(AxisEngine.java:187)
at org.apache.axis.AxisEngine.(AxisEngine.java:172)
at org.apache.axis.server.AxisServer.(AxisServer.java:126)
at
org.apache.axis.server.DefaultAxisServerFactory.createServer(DefaultAxisServerFactory.java:148)
at
org.apache.axis.server.DefaultAxisServerFactory.getServer(DefaultAxisServerFactory.java:112)
at org.apache.axis.server.AxisServer.getServer(AxisServer.java:111)
at
org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:221)
at
org.apache.axis.transport.http.AxisServletBase.getEngine(AxisServletBase.java:187)
at org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:224)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
at
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:263)
at
weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
at
weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2390)
at
weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1959)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
I've done some basic research and have come to this group in hopes of someone else
seeing this before. The only thread in the mail-archives I found had something to do
with Tomcat and the classpath to the proper XML parser...
Thanks in advance for any assistance you may be able to provide.
- Eric