You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Robbie Gemmell (JIRA)" <qp...@incubator.apache.org> on 2010/08/27 22:30:53 UTC

[jira] Assigned: (QPID-2615) JMX Management Console fails to connect to 0.5 and below brokers if run in a Java5 VM

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

Robbie Gemmell reassigned QPID-2615:
------------------------------------

    Assignee: Robbie Gemmell

> JMX Management Console fails to connect to 0.5 and below brokers if run in a Java5 VM
> -------------------------------------------------------------------------------------
>
>                 Key: QPID-2615
>                 URL: https://issues.apache.org/jira/browse/QPID-2615
>             Project: Qpid
>          Issue Type: Bug
>          Components: Java Management : JMX Console
>    Affects Versions: 0.6
>            Reporter: Robbie Gemmell
>            Assignee: Robbie Gemmell
>             Fix For: 0.7
>
>
> The management console cant connect to 0.5 or below if it is run on a Java5 VM
> This is due to a query made when identifying the management API version used by the broker being connected to. The ObjectName used in this query contains a pattern in order to prevent running into the security checks around usage of the precise name when connecting as a non-admin user. Unfortunately, the query pattern used does not match the Java5 definition of valid ObjectName patterns and was only supported from the official introduction of Java6 in 2006. As the query is string based this was not detected by compile time checks.
> The query should be updated to perform the failing process in a Java5 compatible manner.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org