[
https://issues.apache.org/jira/browse/AMQ-8219?focusedWorklogId=578895&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-578895
]
ASF GitHub Bot logged work on AMQ-8219:
---------------------------------------
Author: ASF GitHub Bot
Created on: 08/Apr/21 04:54
Start Date: 08/Apr/21 04:54
Worklog Time Spent: 10m
Work Description: jbonofre merged pull request #646:
URL: https://github.com/apache/activemq/pull/646
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 578895)
Time Spent: 20m (was: 10m)
> 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
> Fix For: 5.17.0, 5.15.15, 5.16.2
>
> 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: 20m
> 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)