[ 
https://issues.apache.org/jira/browse/ARTEMIS-5776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18041237#comment-18041237
 ] 

Gašper Čefarin commented on ARTEMIS-5776:
-----------------------------------------

I've now noticed I receive the same http 500 error even when connecting to a 
wrong URL.
I suspect the traffic isn't reaching the broker but I didn't confirm this yet. 
There are no (INFO level) logs on the broker side.


The requests that fail all have this request payload:
{code:java}
{"type":"version"}{code}
And the response is this:
{code:java}
error proxying to "http://localhost:8161/console/jolokia: CanceledError: 
Request stream has been aborted{code}
Otherwise, [http://localhost:8161/console/jolokia] returns 403.




Enabling debug level on hawtiuo backend gives me just this:
{code:java}
[hawtio-backend] Requesting proto: http
[hawtio-backend] Requesting hostname: localhost
[hawtio-backend] Requesting port: 8161
[hawtio-backend] Parsed port number: 8161
[hawtio-backend] Requesting path: /console/jolokia
[hawtio-backend] Requesting query: {}
[hawtio-backend] Target URL: http://localhost:8161/console/jolokia{code}

> Operations list for queues/addresses is missing options
> -------------------------------------------------------
>
>                 Key: ARTEMIS-5776
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-5776
>             Project: Artemis
>          Issue Type: Bug
>          Components: Web Console
>    Affects Versions: console-1.4.0
>            Reporter: Gašper Čefarin
>            Priority: Blocker
>             Fix For: console-1.5.0
>
>         Attachments: image-2025-11-28-10-22-38-543.png, screenshot-1.png
>
>
> Wasn't sure how to word this one, to be honest.
> The options to "send message, purge, browse messages, delete" are missing 
> from Queues tab in the web console.
> The first 3 options (show attributes, attributes andoperations) are available 
> to anyone, so these are shown. The other options are checked for permissions 
> before being displayed.
> This bug is introduced somewhere between commits (someone please double 
> check):
>  
> {code:java}
> commit 158342512fc62979bad136a9ed6483e926ff4634
> Author: GChuf <[email protected]>
> Date:   Sun Nov 2 14:49:58 2025 +0100
>     ARTEMIS-5737 Implement getBrokerName function for ArtemisHeader
> {code}
> and
>  
> {code:java}
> commit 06b5851fdd9066474047a5b1295fc6549737300c
> Author: Justin Bertram <[email protected]>
> Date:   Mon Nov 17 23:01:14 2025 -0600
>     ARTEMIS-5771 display creation time for producer
> {code}
> [~ggrzybek] can you take a look here?



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to