I am running Glassfish V2 and I am trying to configure a JMS Physical Destination. When I go to the glassfish admin console and click on Configuration/Java Message Service/Physical Destinations - there is an error displayed:
An error occurred while listing JMS physical destinations. Configured MQ system may not be running or not responding. Please check the server log for more information
When I check the log I see:
[19/May/2009:13:53:16 EDT] [B1039]: Broker "imqbroker_at_lmv6700130930.NGMS.northgrum.com:7676" ready.
[19/May/2009:13:53:53 EDT] WARNING JMX connector server jmxrmi: Failure detected during authentication java.security.AccessControlException: [B4051]: Forbidden admin,
Apparently, there is an authentication issue. Can anyone help resolve this?
just FYI - this is what I have in domain.xml:
<jms-service addresslist-behavior="random" addresslist-iterations="3" default-jms-host="default_JMS_host" init-timeout-in-seconds="60" reconnect-attempts="3" reconnect-enabled="true" reconnect-interval-in-seconds="5" type="EMBEDDED">
<jms-host admin-password="admin" admin-user-name="admin" host="lmv6700130930.NGMS.com" name="default_JMS_host" port="7676"/>
</jms-service>
Thanks in advance.
[Message sent by forum member 'frostry' (frostry)]
http://forums.java.net/jive/thread.jspa?messageID=346856