You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Xa...@equant.com on 2004/04/14 21:18:31 UTC

java.lang.VerifyError ..

Has anyone experienced the following error ?

18:35:34,637 WARN  [jbossweb] WARNING: Error for /ipcmssoap/services
java.lang.VerifyError: (class: org/apache/axis/server/AxisServer, method:
getClientEngine signature: ()Lorg/apache/axis/AxisEngine;) Bad type in
putfield/putstatic
        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
org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:360)
        at
org.mortbay.jetty.servlet.WebApplicationHandler.dispatch(WebApplicationHandler.java:294)

        at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:558)
        at org.mortbay.http.HttpContext.handle(HttpContext.java:1714)
        at
org.mortbay.jetty.servlet.WebApplicationContext.handle(WebApplicationContext.java:507)

        at org.mortbay.http.HttpContext.handle(HttpContext.java:1664)
        at org.mortbay.http.HttpServer.service(HttpServer.java:863)
        at org.jboss.jetty.Jetty.service(Jetty.java:460)
        at org.mortbay.http.HttpConnection.service(HttpConnection.java:775)
        at
org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:939)
        at org.mortbay.http.HttpConnection.handle(HttpConnection.java:792)
        at
org.mortbay.http.SocketListener.handleConnection(SocketListener.java:201)
        at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
        at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455)

any idea?

I'm ussing Axis 1.1 Final in jetty (jboss 3.2.1).