|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQ problem in Deployment mgr environment |
« View previous topic :: View next topic » |
Author |
Message
|
jayarajsen |
Posted: Fri Feb 17, 2006 2:38 am Post subject: MQ problem in Deployment mgr environment |
|
|
Newbie
Joined: 17 Feb 2006 Posts: 2
|
Hi,
We are having two servers clustered in IBM DMgr v 6.0 . We have defined Q conn Fac and Q Destn for the servers individually and they point to different QMgrs.While trying to put message into the Q we get the following Exceptions.
JMS Exc Occured, Linked Excep is : com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2019
[2/17/06 16:00:24:522 GMT+05:30] 0000004d SystemOut O com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2019
at com.ibm.mq.MQManagedObject.close(MQManagedObject.java:386)
at com.ibm.mq.MQQueue.close(MQQueue.java:1530)
at com.ibm.mq.jms.MQMessageProducer.closeQ(MQMessageProducer.java:407)
at com.ibm.mq.jms.MQQueueSender.close(MQQueueSender.java:118)
at com.ibm.ejs.jms.JMSMessageProducerHandle.close(JMSMessageProducerHandle.java:585)
at com.dca21.gateway.business.messagerecovery.session.BrowseMQ.putMessageInQueue(BrowseMQ.java:288)
at com.dca21.gateway.business.messagerecovery.session.BrowseMQ.readFromQueue(BrowseMQ.java:205)
at com.dca21.gateway.business.messagerecovery.session.RecoverFromMQBean.recoverMsgFromMQ(RecoverFromMQBean.java:77)
at com.dca21.gateway.business.messagerecovery.session.EJSRemoteStatelessRecoverFromMQ_d14f2cd8.recoverMsgFromMQ(Unknown Source)
at com.dca21.gateway.business.messagerecovery.session._RecoverFromMQ_Stub.recoverMsgFromMQ(_RecoverFromMQ_Stub.java:267)
at com.dca21.gateway.userinterface.messagerecovery.actions.GWRecoveryAction.recoverMQMessages(GWRecoveryAction.java:610)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:5
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:216)
at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
at com.dca21.core.struts.JOARequestProcessor.processActionPerform(JOARequestProcessor.java:184)
at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
at com.dca21.core.struts.JOARequestProcessor.process(JOARequestProcessor.java:96)
at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
at com.dca21.core.struts.ActionServlet.process(ActionServlet.java:214)
at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282)
at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:673)
at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1802)
at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:469)
at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:408)
at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:101)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455)
[2/17/06 16:00:24:522 GMT+05:30] 0000004d SystemOut O at com.ibm.mq.MQManagedObject.close(MQManagedObject.java:386)
[2/17/06 16:00:24:522 GMT+05:30] 0000004d SystemOut O at com.ibm.mq.MQQueue.close(MQQueue.java:1530)
[2/17/06 16:00:24:523 GMT+05:30] 0000004d SystemOut O at com.ibm.mq.jms.MQMessageProducer.closeQ(MQMessageProducer.java:407)
[2/17/06 16:00:24:523 GMT+05:30] 0000004d SystemOut O at com.ibm.mq.jms.MQQueueSender.close(MQQueueSender.java:118)
[2/17/06 16:00:24:523 GMT+05:30] 0000004d SystemOut O at com.ibm.ejs.jms.JMSMessageProducerHandle.close(JMSMessageProducerHandle.java:585)
[2/17/06 16:00:24:523 GMT+05:30] 0000004d SystemOut O at com.dca21.gateway.business.messagerecovery.session.BrowseMQ.putMessageInQueue(BrowseMQ.java:288)
[2/17/06 16:00:24:523 GMT+05:30] 0000004d SystemOut O at com.dca21.gateway.business.messagerecovery.session.BrowseMQ.readFromQueue(BrowseMQ.java:205)
[2/17/06 16:00:24:523 GMT+05:30] 0000004d SystemOut O at com.dca21.gateway.business.messagerecovery.session.RecoverFromMQBean.recoverMsgFromMQ(RecoverFromMQBean.java:77)
[2/17/06 16:00:24:524 GMT+05:30] 0000004d SystemOut O at com.dca21.gateway.business.messagerecovery.session.EJSRemoteStatelessRecoverFromMQ_d14f2cd8.recoverMsgFromMQ(Unknown Source)
[2/17/06 16:00:24:524 GMT+05:30] 0000004d SystemOut O at com.dca21.gateway.business.messagerecovery.session._RecoverFromMQ_Stub.recoverMsgFromMQ(_RecoverFromMQ_Stub.java:267)
[2/17/06 16:00:24:524 GMT+05:30] 0000004d SystemOut O at com.dca21.gateway.userinterface.messagerecovery.actions.GWRecoveryAction.recoverMQMessages(GWRecoveryAction.java:610)
[2/17/06 16:00:24:525 GMT+05:30] 0000004d SystemOut O at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2/17/06 16:00:24:525 GMT+05:30] 0000004d SystemOut O at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:85)
[2/17/06 16:00:24:525 GMT+05:30] 0000004d SystemOut O at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:5
[2/17/06 16:00:24:525 GMT+05:30] 0000004d SystemOut O at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
[2/17/06 16:00:24:525 GMT+05:30] 0000004d SystemOut O at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
[2/17/06 16:00:24:526 GMT+05:30] 0000004d SystemOut O at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:280)
[2/17/06 16:00:24:526 GMT+05:30] 0000004d SystemOut O at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:216)
[2/17/06 16:00:24:526 GMT+05:30] 0000004d SystemOut O at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
[2/17/06 16:00:24:526 GMT+05:30] 0000004d SystemOut O at com.dca21.core.struts.JOARequestProcessor.processActionPerform(JOARequestProcessor.java:184)
[2/17/06 16:00:24:526 GMT+05:30] 0000004d SystemOut O at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
[2/17/06 16:00:24:526 GMT+05:30] 0000004d SystemOut O at com.dca21.core.struts.JOARequestProcessor.process(JOARequestProcessor.java:96)
[2/17/06 16:00:24:527 GMT+05:30] 0000004d SystemOut O at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
[2/17/06 16:00:24:527 GMT+05:30] 0000004d SystemOut O at com.dca21.core.struts.ActionServlet.process(ActionServlet.java:214)
[2/17/06 16:00:24:527 GMT+05:30] 0000004d SystemOut O at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
[2/17/06 16:00:24:527 GMT+05:30] 0000004d SystemOut O at javax.servlet.http.HttpServlet.service(HttpServlet.java:763)
[2/17/06 16:00:24:527 GMT+05:30] 0000004d SystemOut O at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
[2/17/06 16:00:24:528 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1282)
[2/17/06 16:00:24:528 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:673)
[2/17/06 16:00:24:528 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:80)
[2/17/06 16:00:24:528 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:1802)
[2/17/06 16:00:24:528 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:84)
[2/17/06 16:00:24:529 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:469)
[2/17/06 16:00:24:529 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewInformation(HttpInboundLink.java:408)
[2/17/06 16:00:24:529 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:101)
[2/17/06 16:00:24:529 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.tcp.channel.impl.WorkQueueManager.requestComplete(WorkQueueManager.java(Compiled Code))
[2/17/06 16:00:24:529 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.tcp.channel.impl.WorkQueueManager.attemptIO(WorkQueueManager.java(Compiled Code))
[2/17/06 16:00:24:529 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.tcp.channel.impl.WorkQueueManager.workerRun(WorkQueueManager.java:952)
[2/17/06 16:00:24:530 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.tcp.channel.impl.WorkQueueManager$Worker.run(WorkQueueManager.java:1039)
[2/17/06 16:00:24:530 GMT+05:30] 0000004d SystemOut O at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1455) |
|
Back to top |
|
 |
fschofer |
Posted: Fri Feb 17, 2006 2:48 am Post subject: |
|
|
 Knight
Joined: 02 Jul 2001 Posts: 524 Location: Mainz, Germany
|
|
Back to top |
|
 |
jayarajsen |
Posted: Fri Feb 17, 2006 4:11 am Post subject: That doesnt help Frank |
|
|
Newbie
Joined: 17 Feb 2006 Posts: 2
|
That doesnt help me Frank. In one machine, it is able to send the message, but this exception occurs in the other machine. Since both machines share the same code (or copy of same code) i suspect this to be a configuration problem. |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Feb 17, 2006 6:22 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Can you use amqscnxc to manually establish a connection to the qmgr from the bad machine?
Are there messages in the qmgr error logs? _________________ 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
|
|
|
|