|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Error when connecting from "JMS Admin GUI" to Webs |
« View previous topic :: View next topic » |
Author |
Message
|
tym81 |
Posted: Tue Apr 18, 2006 1:44 am Post subject: Error when connecting from "JMS Admin GUI" to Webs |
|
|
Newbie
Joined: 02 Apr 2006 Posts: 5
|
Hello,
I have test to connecte from "JMS Admin GUI"(on machine1) to Websphere MQ (on another machine2), and I have this error:
Message is: javax.naming.NamingException: Unable to connect to the admin queue. Exception was: javax.jms.JMSSecurityException: MQJMS2013: L'authentification de sécurité fournie pour MQQueueManager n'est pas valide. [Root exception is javax.jms.JMSSecurityException: MQJMS2013: L'authentification de sécurité fournie pour MQQueueManager n'est pas valide.]
at com.ibm.mq.jms.context.MQContext.<init>(MQContext.java:278)
at com.ibm.mq.jms.context.WMQInitialContextFactory.getInitialContext(WMQInitialContextFactory.java:29)
at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:247)
at javax.naming.InitialContext.init(InitialContext.java:223)
at javax.naming.InitialContext.<init>(InitialContext.java:197)
at com.ibm.mq.jms.admin.AdminService.initJNDI(AdminService.java:191)
at com.ibm.mq.jms.admin.JMSAdminGUI.connectToJNDI(JMSAdminGUI.java:3898)
at com.ibm.mq.jms.admin.JMSAdminGUI.openFile(JMSAdminGUI.java:2296)
at com.ibm.mq.jms.admin.JMSAdminGUI.openFile(JMSAdminGUI.java:2248)
at com.ibm.mq.jms.admin.JMSAdminGUI.actionPerformed(JMSAdminGUI.java:2885)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
at java.awt.Component.processMouseEvent(Component.java:5488)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
at java.awt.Component.processEvent(Component.java:5253)
at java.awt.Container.processEvent(Container.java:1966)
at java.awt.Component.dispatchEventImpl(Component.java:3955)
at java.awt.Container.dispatchEventImpl(Container.java:2024)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
at java.awt.Container.dispatchEventImpl(Container.java:2010)
at java.awt.Window.dispatchEventImpl(Window.java:1774)
at java.awt.Component.dispatchEvent(Component.java:3803)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Caused by: javax.jms.JMSSecurityException: MQJMS2013: L'authentification de sécurité fournie pour MQQueueManager n'est pas valide.
at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:2050)
at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1532)
at com.ibm.mq.jms.MQQueueConnection.<init>(MQQueueConnection.java:150)
at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:185)
at com.ibm.mq.jms.MQQueueConnectionFactory.createQueueConnection(MQQueueConnectionFactory.java:112)
at com.ibm.mq.jms.context.MQContext.<init>(MQContext.java:271)
... 36 more
Can any one help please,
thanks. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Apr 18, 2006 3:54 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I don't speak French, and I understand this error.
Unable to connect to the admin queue - it can't open the administration queue to put or get the messages it needs to.
L'authentification de sécurité fournie pour MQQueueManager n'est pas valide - The authentication information you presented is not valid.
You don't have permission on the queue manager under the user you presented.
You should not be using JMS Admin, likely either.
What are you trying to do with JMS Admin GUI? Why do you want to connect to this other queue manager? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
tym81 |
Posted: Tue Apr 18, 2006 6:25 am Post subject: |
|
|
Newbie
Joined: 02 Apr 2006 Posts: 5
|
Hello,
So I need to connecte to this queue manager because I need to administrate it.
here are more informations about my connection :
INITIAL_CONTEXT_FACTORY=com.ibm.mq.jms.context.WMQInitialContextFactory
SECURITY_AUTHENTICATION=none
PROVIDER_URL=192.168.10.10:1414/SYSTEM.DEF.SVRCONN
The ip address of the query manager machine is 192.168.10.10 and the JMS Admin GUI is on another machine.
Best regards,
tym. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Apr 18, 2006 6:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
This is a poor way to administer a queue manager.
The error message was clear - you don't have permissions to access this queue manager, or the administration queue that allows you to administer the queue manager.
This is likely an MQRC_NOT_AUTHORIZED.
You can search here for that, or for the numeric value that corresponds to it, which is "2035". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|