|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
MQSeries runmqlsr process dies on Solaris with WebSphere |
« View previous topic :: View next topic » |
Author |
Message
|
tborrome |
Posted: Wed Aug 28, 2002 10:33 am Post subject: MQSeries runmqlsr process dies on Solaris with WebSphere |
|
|
Novice
Joined: 03 Apr 2002 Posts: 17
|
Hi, I hope someone can help me here ...
I'm running MQSeries 5.2 with on Solaris 2.7 with the latest service patch (U481514 CSD05). I am running this with WebSphere 4.0.3, where I have an EJB that sends a JMS object message to an MQ queue.
My problem is that runmqlsr just dies after my EJB starts sending messages. The process (runmqlsr -mQM_SIAC -t"TCP" -p 1515) will just suddenly end.
My bean simply does the following ...
1 - QueueSession session = jmsCon.createQueueSession(false, Session.AUTO_ACKNOWLEDGE);
2 - QueueSender sender = session.createSender(queue);
3 -msg = session.createObjectMessage(po);
4 - sender.send(msg, DeliveryMode.NON_PERSISTENT, 9, 0);
5 - session.close();
The runmqlsr seems to die after line 3.
The error messages I get from the MQSeries server are:
-------------------------------------------------------------------------------
08/28/02 14:28:41
AMQ6109: An internal MQSeries error has occurred.
EXPLANATION:
An error has been detected, and the MQSeries error recording routine has been
called.
ACTION:
Use the standard facilities supplied with your system to record the problem
identifier, and to save the generated output files. Contact your IBM support
center. Do not discard these files until the problem has been resolved.
-------------------------------------------------------------------------------
08/28/02 14:28:41
AMQ6184: An internal MQSeries error has occurred on queue manager QM_APP.
EXPLANATION:
An error has been detected, and the MQSeries error recording routine has been
called. The failing process is process 17106.
ACTION:
Use the standard facilities supplied with your system to record the problem
identifier, and to save the generated output files. Contact your IBM support
center. Do not discard these files until the problem has been resolved.
Date/Time :- Wednesday August 28 14:28:41 EDT 2002 |
| Host Name :- lcpsol9b (SunOS 5.7) |
| PIDS :- 5765B75 |
| LVLS :- 520 |
| Product Long Name :- MQSeries for Sun Solaris 2 (Sparc) |
| Vendor :- IBM |
| Probe Id :- XC130003 |
| Application Name :- MQM |
| Component :- xehExceptionHandler |
| Build Date :- Aug 1 2002 |
| CMVC level :- p520-CSD05G |
| Build Type :- IKAP - (Production) |
| UserID :- 00001001 (jogs) |
| Program Name :- runmqlsr_nd |
| Process :- 00017106 |
| Thread :- 00000008 |
| QueueManager :- QM_APP |
| Major Errorcode :- STOP |
| Minor Errorcode :- OK |
| Probe Type :- HALT6109 |
| Probe Severity :- 1 |
| Probe Description :- AMQ6109: An internal MQSeries error has occurred. |
| Arith1 :- 11 b |
| | |
|
Back to top |
|
 |
tborrome |
Posted: Wed Aug 28, 2002 12:02 pm Post subject: Failed to obtain XAResource |
|
|
Novice
Joined: 03 Apr 2002 Posts: 17
|
Some additional things to my problem ...
An exception is thrown MQJMS1068: failed to obtain XAResource
and its getting thrown from
session.createObjectMessage(po);
I thought that there was a problem with Object messages so I changed this to Text messages and I still got the exception.
After this, the runmqlsr will just die as I mentioned below.
Any clues as to what's going on?
Thanks!
Tyrone |
|
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
|
|
|
|