Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 12: NoSuchMethodError JspRuntimeLibrary.releaseTag(Tag, boolean)

Since the output mentions `javax.servlet.jsp.tagext` then this must be ee8.

- Joakim

On Wed, May 21, 2025 at 8:59 AM Jan Bartel via jetty-users <jetty-users@xxxxxxxxxxx> wrote:
Which ee environment, 8, 9 or 10?

Jan Bartel <janb@xxxxxxxxxxx>
www.webtide.com
Expert assistance from the creators of Jetty and CometD


On Wed, 21 May 2025, 21:12 Guus der Kinderen via jetty-users, <jetty-users@xxxxxxxxxxx> wrote:
Hi all!

I'm seeing this pop up on JSP pages that are compiled against an earlier version, after upgrading to Jetty 12.0.21. Did something change (maybe quite recently) that might have caused this? Is there a way to prevent this issue, without recompilation (which would involve re-releasing a large number of plugins for us).

java.lang.NoSuchMethodError: 'void org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(javax.servlet.jsp.tagext.Tag, org.apache.tomcat.InstanceManager, boolean)'

Kind regards,

  Guus
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jetty-users

Back to the top