ArunPrithviraj
Programmer
Hi,
I had been working on the MDB off late and had encountered the following error
while trying to send out a message from the my system to an MQ.
All the connections are established when the service is brought up in Websphere.
My application is hosted on WebSphere 6.1.0.11.
On every incoming message to a particular queue my program consumes it and
onmessage() some other message will be send to a different queue. My program is able
to consume the first message but fails to write into the other queue.
I'm getting two errors, first MQ Exception 2009 and next MQ Exception 2019
I did some search on the below error which is an extract from my log created for the program.
People are saying its related to some MQ problem or something external rather than my application.
Its a known issue and they even have a fix in MQ for AIX but sadly couldn't find any for Windows.
Anybody there who can help me by letting me know how to handle this programmatically.
As far as connection objects are concerned it is not losing the object or getting null. Everything seems to ok.
But rather I believe there is some problem on the physical connection between the MQ and WebSphere.
I'm not sure too. But please provide me your valuable suggestions.
I tried changing the WebSphere connection pool and session pool settings to Entirepool and all but no Luck!
LOG EXTRACT FOR THE ISSUE
--------------------------------------------------------------------------------
FINE: Time : 06/10/2008 05:43:55.921 Inside SendSyncMessage
Oct 6, 2008 5:43:55 PM ejbs.MAPListenerBean
FINE: Time : 06/10/2008 05:43:55.921 IP Queue Name for Request Message : UIST.ONL.RQ.SVRG1.EWSS.BW
Oct 6, 2008 5:43:55 PM ejbs.MAPListenerBean
INFO: Reason Code : 2019
Oct 6, 2008 5:43:55 PM ejbs.MAPListenerBean
INFO: Reason Code : MQJE001: Completion Code 2, Reason 2019
Oct 6, 2008 5:43:55 PM ejbs.MAPListenerBean
SEVERE: MQException Occurred MQJE001: Completion Code 2, Reason 2019
--------------------------------------------------------------------------------
Thanks,
Arun Prithviraj
I had been working on the MDB off late and had encountered the following error
while trying to send out a message from the my system to an MQ.
All the connections are established when the service is brought up in Websphere.
My application is hosted on WebSphere 6.1.0.11.
On every incoming message to a particular queue my program consumes it and
onmessage() some other message will be send to a different queue. My program is able
to consume the first message but fails to write into the other queue.
I'm getting two errors, first MQ Exception 2009 and next MQ Exception 2019
I did some search on the below error which is an extract from my log created for the program.
People are saying its related to some MQ problem or something external rather than my application.
Its a known issue and they even have a fix in MQ for AIX but sadly couldn't find any for Windows.
Anybody there who can help me by letting me know how to handle this programmatically.
As far as connection objects are concerned it is not losing the object or getting null. Everything seems to ok.
But rather I believe there is some problem on the physical connection between the MQ and WebSphere.
I'm not sure too. But please provide me your valuable suggestions.
I tried changing the WebSphere connection pool and session pool settings to Entirepool and all but no Luck!
LOG EXTRACT FOR THE ISSUE
--------------------------------------------------------------------------------
FINE: Time : 06/10/2008 05:43:55.921 Inside SendSyncMessage
Oct 6, 2008 5:43:55 PM ejbs.MAPListenerBean
FINE: Time : 06/10/2008 05:43:55.921 IP Queue Name for Request Message : UIST.ONL.RQ.SVRG1.EWSS.BW
Oct 6, 2008 5:43:55 PM ejbs.MAPListenerBean
INFO: Reason Code : 2019
Oct 6, 2008 5:43:55 PM ejbs.MAPListenerBean
INFO: Reason Code : MQJE001: Completion Code 2, Reason 2019
Oct 6, 2008 5:43:55 PM ejbs.MAPListenerBean
SEVERE: MQException Occurred MQJE001: Completion Code 2, Reason 2019
--------------------------------------------------------------------------------
Thanks,
Arun Prithviraj