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

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

     [ https://issues.apache.org/jira/browse/AMQ-8219?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré reassigned AMQ-8219:
-----------------------------------------

    Assignee: Jean-Baptiste Onofré

> 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
>            Assignee: Jean-Baptiste Onofré
>            Priority: Major
>         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
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)