It sounds like the ".class" file for your servlet got corrupted somehow.  A
recompile is definitely in order.

Craig McClanahan


Pol Millan wrote:

> Hi guys,
>
> Any idea why I'd get this sort of error message when trying to display a
> servlet on the browser:
>
> java.lang.VerifyError: (class: MPViewPage, method: doGet signature:
> (Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletRespo
> nse;)V) Illegal target of jump or branch
>         at java.lang.Class.newInstance0(Native Method)
>         at java.lang.Class.newInstance(Class.java:241)
>         at
> com.sun.web.core.ServletWrapper.loadServlet(ServletWrapper.java:100)
>         at
> com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:119)
>         at com.sun.web.core.InvokerServlet.service(InvokerServlet.java:168)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:840)
>         at
> com.sun.web.core.ServletWrapper.handleRequest(ServletWrapper.java:155)
>         at com.sun.web.core.Context.handleRequest(Context.java:414)
>         at
> com.sun.web.server.ConnectionHandler.run(ConnectionHandler.java:139)
>
> Thanks to everyone in advance.
>
> Pol.
>
> ___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to