Operational Defect Database

BugZero updated this defect 58 days ago.

VMware | 382371

Smarts NCM: Cannot connect to JMS Queue after upgrade to 9.1; Receive "javax.jms.JMSSecurityException: User events is NOT authenticated" error

Last update date:

3/22/2024

Affected products:

Smart Assurance - NCM

Affected releases:

No affected releases provided.

Fixed releases:

No fixed releases provided.

Description:

Symptoms

Cannot connect ot JMS Queue after upgrade to Smarts Network Configuration Manager (Smarts NCM) 9.1Unable to connect to JMS queue with the latest version of Smarts NCM Receive the following error: javax.jms.JMSSecurityException: User events is NOT authenticated

Cause

The user specified in the topicConnection used to make the JMS Queue connection is "events". The user needs to be "guest", not "events".

Resolution

If you encounter this issue, do the following: In the code being used to make the JMS Queue connection (such as config.properties, api.properties or sample code), find the topicConnection entry: topicConnection = factory.createTopicConnection("events", "events"); Change the topicConnection entry to the following: topicConnection = factory.createTopicConnection("guest", "guest");

Additional Resources / Links

Share:

BugZero® Risk Score

What's this?

Coming soon

Status

Unavailable

Learn More

Search:

...