Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] ServletException: Stack map does not match...?

Can anyone tell me what this means please?

javax.servlet.ServletException: Stack map does not match the one at exception handler 602 in method foo.Bar.doStuff(foo/Bar;I)I at offset 54
    at servlets.BaseServlet.doGet(BaseServlet.java:274)

I'm running Jetty 8.1.4.

TIA!
--
John English


Back to the top