You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Charlie Chen (Jira)" <ji...@apache.org> on 2021/04/08 00:09:00 UTC

[jira] [Created] (AMQ-8219) Get Error when click on "Send" or "Send to" in web console

Charlie Chen created AMQ-8219:
---------------------------------

             Summary: Get Error when click on "Send" or "Send to" in web console
                 Key: AMQ-8219
                 URL: https://issues.apache.org/jira/browse/AMQ-8219
             Project: ActiveMQ
          Issue Type: Bug
    Affects Versions: 5.17.0, 5.15.15
            Reporter: Charlie Chen
         Attachments: Screen Shot 2021-04-07 at 5.05.36 PM.png, Screen Shot 2021-04-07 at 5.06.28 PM.png, Screen Shot 2021-04-07 at 5.07.11 PM.png

With default config, when click on "Send" or "Send to" button in ActiveMQ web console, I get Error page: "Exception occurred while processing this request, check the log for more information!"

The error message I got from log is :
{quote}{{2021-04-07 22:18:06,697 | WARN | /admin/send.jsp | org.eclipse.jetty.server.HttpChannel | qtp1962329560-35}}
{{javax.servlet.ServletException: javax.servlet.ServletException: org.apache.jasper.JasperException: Unable to compile class for JSP:}}{{An error occurred at line: [27] in the jsp file: [/WEB-INF/tags/form/text.tag]}}
{{org.apache.commons.lang.StringEscapeUtils cannot be resolved to a type}}
{{24: if (value == null) {}}
{{25: value = "";}}
{{26: }}}
{{27: value = org.apache.commons.lang.StringEscapeUtils.escapeHtml(value);}}
{{28:}}
{{29: %>}}
{{30: <input type="text" name="${name}" value="<%= value %>"/>}}
{{Stacktrace:}}
{{ at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:162)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.server.Server.handle(Server.java:516)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:388)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:633)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:380)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:279)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:540)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:395)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:383)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:882)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1036)[jetty-all-9.4.39.v20210325-uber.jar:9.4.39.v20210325]}}
{{ at java.lang.Thread.run(Thread.java:749)[:1.8.0_282]}}{quote}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)