You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Erwin Dondorp (Jira)" <ji...@apache.org> on 2022/05/07 21:33:00 UTC

[jira] [Created] (ARTEMIS-3819) infinite console output on browse queue

Erwin Dondorp created ARTEMIS-3819:
--------------------------------------

             Summary: infinite console output on browse queue
                 Key: ARTEMIS-3819
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3819
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Web Console
    Affects Versions: 2.22.0
            Reporter: Erwin Dondorp
         Attachments: image-2022-05-07-23-14-52-440.png

When browsing the messages of queue, stack traces are produced in the brower console.
 !image-2022-05-07-23-14-52-440.png!

This happens when an individual message is inspected.
The error is caused by field `validatedUser` which (at that time) does not have a value, it is 'undefined'. The JS code crashes on this in the corresponding `templateFn` function.

In the table in "Browse Queue", a regular username is visible though (when that column is made visible).

The protocol that was used is AMQP.
I'm quite sure that this did not happen with versions up to 2.20.0.
I did not have the opportunity to test this with 2.21.0 as I skipped that version.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)