[
https://issues.apache.org/jira/browse/AMQ-9327?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17778043#comment-17778043
]
Jean-Baptiste Onofré commented on AMQ-9327:
-------------------------------------------
I think I found the problem: Jetty 11.0.15 is more "restrictive" about the jsp
tag loading. We did a workaround in the past about include taglibs. I suspect
it's related:
{code:java}
jakarta.servlet.ServletException: jakarta.servlet.ServletException:
org.apache.jasper.JasperException: /index.jsp (line: [18], column: [0]) Cannot
invoke "org.apache.jasper.compiler.TldCache.getTldResourcePath(String)" because
the return value of "org.apache.jasper.Options.getTldCache()" is null {code}
I'm testing a fix.
> ActiveMQ Web Console doesn't work on 6.0.0
> ------------------------------------------
>
> Key: AMQ-9327
> URL: https://issues.apache.org/jira/browse/AMQ-9327
> Project: ActiveMQ
> Issue Type: Bug
> Components: Web Console
> Affects Versions: 6.0.0
> Reporter: Jean-Baptiste Onofré
> Assignee: Jean-Baptiste Onofré
> Priority: Major
> Fix For: 6.0.0
>
>
> The Web Console doesn't work since Tomcat/Jetty upgrade. The authentication
> doesn't work and the JSPs are not compiled.
> In the log, we can see:
> {code:java}
> org.apache.jasper.JasperException: java.lang.IllegalStateException: No
> org.apache.tomcat.InstanceManager set in ServletContext {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)