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 2021/03/27 10:45:00 UTC

[jira] [Updated] (ARTEMIS-3209) improve error message AMQ222186: unable to authorise cluster control

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

Erwin Dondorp updated ARTEMIS-3209:
-----------------------------------
    Description: 
I am converting my Artemis systems to use SSL on every connection. this includes the broker connections as needed for the clustering. At this stage, I've probably not yet provided the correct trust-store and got an error for that.
The error message that was shown is "AMQ222186: unable to authorise cluster control".
That message is not very informative. Looking at {{ClusterConnectionImpl.java(566)}}, I see that the original exception is ignored and replaced by this error message.

My suggestion is to include the original exception with the message.

  was:
I am converting my Artemis systems to use SSL on every connection. this includes the broker connections as needed for the clustering. At this stage, I've probably not yet provided the correct trust-store and got an error for that.
The error message that was shown is "AMQ222186: unable to authorise cluster control".
That message is not very informative. Looking at {{ClusterConnectionImpl.java(41)}}, I see that the original exception is ignored and replaced by this error message.

My suggestion is to include the original exception with the message.


> improve error message AMQ222186: unable to authorise cluster control
> --------------------------------------------------------------------
>
>                 Key: ARTEMIS-3209
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3209
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>          Components: Broker
>    Affects Versions: 2.17.0
>            Reporter: Erwin Dondorp
>            Priority: Major
>
> I am converting my Artemis systems to use SSL on every connection. this includes the broker connections as needed for the clustering. At this stage, I've probably not yet provided the correct trust-store and got an error for that.
> The error message that was shown is "AMQ222186: unable to authorise cluster control".
> That message is not very informative. Looking at {{ClusterConnectionImpl.java(566)}}, I see that the original exception is ignored and replaced by this error message.
> My suggestion is to include the original exception with the message.



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