|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
XA: ReasonCode 2121 at qMgr.begin() |
« View previous topic :: View next topic » |
Author |
Message
|
sommos |
Posted: Thu Mar 10, 2005 8:07 am Post subject: XA: ReasonCode 2121 at qMgr.begin() |
|
|
Newbie
Joined: 08 Mar 2005 Posts: 6
|
I got the following error message, when I'm trying MQSeries as a transaction coordinator:
2121 : MQRC_NO_EXTERNAL_PARTICIPANTS
MQJE001: Completion Code 2, Reason 2121
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2121
at com.ibm.mq.MQQueueManager.begin(MQQueueManager.java:1144)
at MQOraTest.main(MQOraTest.java:91)
A WebSphere MQ error occurred : Completion code 2 Reason code 2121
Oracle-Version : 9.2.0.1.0
What I have to be done, so that my application works properly?
Thanks in advance!
My qm.ini file:
XAResourceManager:
Name=Oracle AEF
SwitchFile=/opt/mqm/samp/xatm/oraswit_9
XAOpenString=oracle_xa+Acc=p/scott/tiger+sestm=10+LogDir=/tmp/mq/ora.log+DB=AEF
ThreadOfControl=PROCESS
The QManager started succesfully!
TraceFile of the application
04:35:51 [1110468951549] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 ==> begin() entry
04:35:51 [1110468951549] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 ==> MQBEGIN() entry
04:35:51 [1110468951550] Thread: MQBindingsQMThread0 ==> XAtoJTA::resetRC() entry
04:35:51 [1110468951551] Thread: MQBindingsQMThread0 ==> XAtoJTA::getInstance() entry
04:35:51 [1110468951551] Thread: MQBindingsQMThread0 <== XAtoJTA::getInstance() exit
04:35:51 [1110468951551] Thread: MQBindingsQMThread0, Object: com.ibm.mq.XAtoJTA@66aa18 resetting beginRC
04:35:51 [1110468951552] Thread: MQBindingsQMThread0 <== XAtoJTA::resetRC() exit
04:35:51 [1110468951552] Thread: MQBindingsQMThread0 ==> /build/j5306_D/src/native/mqi.c:1209::_MQBEGIN() entry
04:35:51 [1110468951814] Thread: MQBindingsQMThread0 <== /build/j5306_D/src/native/mqi.c:1243::_MQBEGIN() exit
04:35:51 [1110468951815] Thread: MQBindingsQMThread0 ==> XAtoJTA::getRC() entry
04:35:51 [1110468951815] Thread: MQBindingsQMThread0 ==> XAtoJTA::getInstance() entry
04:35:51 [1110468951816] Thread: MQBindingsQMThread0 <== XAtoJTA::getInstance() exit
04:35:51 [1110468951816] Thread: MQBindingsQMThread0, Object: com.ibm.mq.XAtoJTA@66aa18 returning beginRC=2121
04:35:51 [1110468951816] Thread: MQBindingsQMThread0 <== XAtoJTA::getRC() exit
04:35:51 [1110468951817] Thread: MQBindingsQMThread0 Class: MQSESSION overriding reason code from 0 to 2121
04:35:51 [1110468951818] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 <== MQBEGIN() exit
04:35:51 [1110468951818] Thread: main, Object: com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2121 ==> MQException constructor(cc, rc, source)() entry
04:35:51 [1110468951825] Thread: main, Object: com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2121 <== MQException constructor() exit
04:35:51 [1110468951825] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 <== begin (via exception)() exit
04:35:51 [1110468951826] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 <== begin() exit
04:35:51 [1110468951826] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 ==> backout() entry
04:35:51 [1110468951826] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 ==> MQBACK() entry
04:35:51 [1110468951827] Thread: MQBindingsQMThread0 ==> /build/j5306_D/src/native/mqi.c:106::_MQBACK() entry
04:35:51 [1110468951831] Thread: MQBindingsQMThread0 <== /build/j5306_D/src/native/mqi.c:118::_MQBACK() exit
04:35:51 [1110468951832] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 <== MQBACK() exit
04:35:51 [1110468951832] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 <== backout() exit
04:35:51 [1110468951835] Thread: main, Object: com.ibm.mq.XAtoJTA@66aa18 ==> connectionClosed() entry
04:35:51 [1110468951842] Thread: main, Object: com.ibm.mq.XAtoJTA@66aa18 event is: javax.sql.ConnectionEvent[source=oracle.jdbc.xa.client.OracleXAConnection@e3293]
04:35:51 [1110468951842] Thread: main, Object: com.ibm.mq.XAtoJTA@66aa18 ==> _deregisterResource() entry
04:35:51 [1110468951843] Thread: main, Object: com.ibm.mq.XAtoJTA@66aa18 conn not assigned, checking spares
04:35:51 [1110468951843] Thread: main, Object: com.ibm.mq.XAtoJTA@66aa18 found conn in spares list
04:35:51 [1110468951843] Thread: main, Object: com.ibm.mq.XAtoJTA@66aa18 <== _deregisterResource() exit
04:35:51 [1110468951846] Thread: main, Object: com.ibm.mq.XAtoJTA@66aa18 connectionErrorOccurred: javax.sql.ConnectionEvent[source=oracle.jdbc.xa.client.OracleXAConnection@e3293]
04:35:51 [1110468951846] Thread: main, Object: com.ibm.mq.XAtoJTA@66aa18 <== connectionClosed() exit
04:35:51 [1110468951847] Thread: main, Object: com.ibm.mq.MQQueue@1a64ed ==> close() entry
04:35:51 [1110468951848] Thread: main, Object: com.ibm.mq.MQQueue@1a64ed ==> close() entry
04:35:51 [1110468951848] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 ==> MQCLOSE() entry
04:35:51 [1110468951849] Thread: MQBindingsQMThread0 ==> /build/j5306_D/src/native/mqi.c:139::_MQCLOSE() entry
04:35:51 [1110468951851] Thread: MQBindingsQMThread0 <== /build/j5306_D/src/native/mqi.c:156::_MQCLOSE() exit
04:35:51 [1110468951852] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 <== MQCLOSE() exit
04:35:51 [1110468951852] Thread: main, Object: com.ibm.mq.MQQueue@1a64ed <== close() exit
04:35:51 [1110468951852] Thread: main, Object: com.ibm.mq.MQQueue@1a64ed <== close() exit
04:35:51 [1110468951853] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 ==> disconnect() entry
04:35:51 [1110468951853] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 ==> cleanup() entry
04:35:51 [1110468951853] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 ==> close() entry
04:35:51 [1110468951854] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 ==> MQCLOSE() entry
04:35:51 [1110468951854] Thread: MQBindingsQMThread0 ==> /build/j5306_D/src/native/mqi.c:139::_MQCLOSE() entry
04:35:51 [1110468951855] Thread: MQBindingsQMThread0 <== /build/j5306_D/src/native/mqi.c:156::_MQCLOSE() exit
04:35:51 [1110468951856] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 <== MQCLOSE() exit
04:35:51 [1110468951856] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 <== close() exit
04:35:51 [1110468951856] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 <== cleanup() exit
04:35:51 [1110468951856] Thread: main, Object: com.ibm.mq.MQManagedConnectionJ11@d80e6d ==> fireConnectionClosedEvent() entry
04:35:51 [1110468951857] Thread: main, Object: com.ibm.mq.StoredManagedConnection@9b5393 ==> connectionClosed() entry
04:35:51 [1110468951857] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 ==> MQCMIT() entry
04:35:51 [1110468951858] Thread: MQBindingsQMThread0 ==> /build/j5306_D/src/native/mqi.c:175::_MQCMIT() entry
04:35:51 [1110468951859] Thread: MQBindingsQMThread0 <== /build/j5306_D/src/native/mqi.c:187::_MQCMIT() exit
04:35:51 [1110468951859] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 <== MQCMIT() exit
04:35:51 [1110468951860] Thread: main, Object: com.ibm.mq.MQManagedConnectionJ11@d80e6d ==> cleanup()() entry
04:35:51 [1110468951860] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 ==> MQBACK() entry
04:35:51 [1110468951860] Thread: MQBindingsQMThread0 ==> /build/j5306_D/src/native/mqi.c:106::_MQBACK() entry
04:35:51 [1110468951862] Thread: MQBindingsQMThread0 <== /build/j5306_D/src/native/mqi.c:118::_MQBACK() exit
04:35:51 [1110468951863] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 <== MQBACK() exit
04:35:51 [1110468951864] Thread: main, Object: com.ibm.mq.MQManagedConnectionJ11@d80e6d <== cleanup() exit
04:35:51 [1110468951864] Thread: main, Object: com.ibm.mq.StoredManagedConnection@9b5393 ==> quiesce() entry
04:35:51 [1110468951865] Thread: main, Object: com.ibm.mq.MQManagedConnectionJ11@d80e6d ==> removeMQConnectionEventListener() entry
04:35:51 [1110468951865] Thread: main, Object: com.ibm.mq.MQManagedConnectionJ11@d80e6d <== removeMQConnectionEventListener() exit
04:35:51 [1110468951865] Thread: main, Object: com.ibm.mq.MQManagedConnectionJ11@d80e6d ==> destroy() entry
04:35:51 [1110468951867] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 ==> MQDISC() entry
04:35:51 [1110468951868] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 Handle = 1902384
04:35:51 [1110468951868] Thread: MQBindingsQMThread0 ==> /build/j5306_D/src/native/mqi.c:207::_MQDISC() entry
04:35:51 [1110468951875] Thread: MQBindingsQMThread0 <== /build/j5306_D/src/native/mqi.c:225::_MQDISC() exit
04:35:51 [1110468951875] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 MQDISC stopping worker thread
04:35:51 [1110468951878] Thread: main, Object: com.ibm.mq.server.MQSESSION@f11b8 <== MQDISC() exit
04:35:51 [1110468951878] Thread: main, Object: com.ibm.mq.MQManagedConnectionJ11@d80e6d <== destroy() exit
04:35:51 [1110468951878] Thread: main, Object: com.ibm.mq.StoredManagedConnection@9b5393 <== quiesce() exit
04:35:51 [1110468951878] Thread: main, Object: com.ibm.mq.StoredManagedConnection@9b5393 <== connectionClosed() exit
04:35:51 [1110468951879] Thread: main, Object: com.ibm.mq.MQManagedConnectionJ11@d80e6d <== fireConnectionClosedEvent() exit
04:35:51 [1110468951881] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 <== disconnect() exit
04:35:51 [1110468951881] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 ==> close() entry
04:35:51 [1110468951881] Thread: main, Object: com.ibm.mq.MQQueueManager@7ebe1 <== close - not connected to queue manager() exit
Tracefile MQSeries
*16:27:41.773395 27124.1 { MQBEGIN
16:27:41.773440 27124.1 -{ zstMQBEGIN
16:27:41.773455 27124.1 __________
16:27:41.773463 27124.1 MQBEGIN >>
16:27:41.773470 27124.1 Hconn:
16:27:41.773479 27124.1 0x0000: 001d5fb0 |.._ |
16:27:41.773486 27124.1 BeginOpts:
16:27:41.773493 27124.1 0x0000: 424f2020 00000001 00000000 |BO ........ |
16:27:41.773502 27124.1 Compcode : Output Parm
16:27:41.773509 27124.1 Reason : Output Parm
16:27:41.773518 27124.1 --{ zstVerifyPCD
16:27:41.773567 27124.1 --} zstVerifyPCD rc=OK
16:27:41.773597 27124.1 --{ zstSetMQModel
16:27:41.773606 27124.1 --} zstSetMQModel rc=OK
16:27:41.773615 27124.1 --{ xcsCheckPointer
16:27:41.773624 27124.1 --} xcsCheckPointer rc=OK
16:27:41.773634 27124.1 --{ ziiMQBEGIN
16:27:41.773658 27124.1 ---{ ztmBeginInitialise
16:27:41.773687 27124.1 ----{ tmsLoadXASwitch
16:27:41.773696 27124.1 -----{ xcsRequestThreadMutexSem
16:27:41.773711 27124.1 hmtx is 19dfb8
16:27:41.773720 27124.1 -----} xcsRequestThreadMutexSem rc=OK
16:27:41.773733 27124.1 Calling xcsLoadFunction, SwitchFile=/opt/mqm/samp/xatm/oraswit_9
16:27:41.773761 27124.1 -----{ xcsLoadFunction
16:27:41.773822 27124.1 ObjectName(/opt/mqm/samp/xatm/oraswit_9) LoadType(1048576)
*16:27:41.882167 27124.1 Handle(FD011760) Function(f2be06d8) Module(/opt/mqm/samp/xatm/oraswit_9)
16:27:41.882205 27124.1 -----} xcsLoadFunction rc=OK
16:27:41.882219 27124.1 Returned from xcsLoadFunction, switchFunction=f2be06d8
16:27:41.882229 27124.1 -----{ xcsGetMem
16:27:41.882247 27124.1 component:21 function:78 length:280 options:0 *pointer:25b620
16:27:41.882256 27124.1 -----} xcsGetMem rc=OK
16:27:41.882300 27124.1 ORACLE_XA
16:27:41.882318 27124.1 -----{ xcsReleaseThreadMutexSem
16:27:41.882381 27124.1 hmtx is 19dfb8
16:27:41.882392 27124.1 -----} xcsReleaseThreadMutexSem rc=OK
16:27:41.882400 27124.1 ----} tmsLoadXASwitch rc=OK
16:27:41.882458 27124.1 ORACLE_XA
16:27:41.882495 27124.1 __________
16:27:41.882505 27124.1 xa_open >>
16:27:41.882513 27124.1 Xa_info:
16:27:41.882522 27124.1 oracle_xa+Acc=p/scott/tiger+sestm=10+LogDir=/tmp/mq/ora.log+DB=AEF
16:27:41.882529 27124.1 Rmid:
16:27:41.882536 27124.1 0x0000: 00000001 |.... |
16:27:41.882544 27124.1 Flags:
16:27:41.882551 27124.1 0x0000: 00000000 |.... |
16:27:41.970888 27124.1 __________
16:27:41.970916 27124.1 xa_open <<
16:27:41.970926 27124.1 Xa_info : Input Parm
16:27:41.970934 27124.1 Rmid : Input Parm
16:27:41.970941 27124.1 Flags : Input Parm
16:27:41.970948 27124.1 Return value:
16:27:41.970956 27124.1 0x0000: 00000000 |.... |
16:27:41.970983 27124.1 ---} ztmBeginInitialise rc=OK
16:27:41.970995 27124.1 ---{ ziiCreateIPCCMessage
16:27:41.971006 27124.1 ----{ zcpCreateMessage
16:27:41.971016 27124.1 ----} zcpCreateMessage rc=OK
16:27:41.971023 27124.1 ---} ziiCreateIPCCMessage rc=OK
16:27:41.971033 27124.1 ---{ ziiSendReceiveAgent
16:27:41.971041 27124.1 ----{ zcpSendOnPipe
16:27:41.971050 27124.1 -----{ xcsResetEventSem
16:27:41.971060 27124.1 -----} xcsResetEventSem rc=OK
16:27:41.971117 27124.1 -----{ xcsPostEventSem
16:27:41.971135 27124.1 xcsPostEventSem 1::0::0-253476
16:27:41.971171 27124.1 -----} xcsPostEventSem rc=OK
16:27:41.971180 27124.1 ----} zcpSendOnPipe rc=OK
16:27:41.971188 27124.1 ----{ zcpReceiveOnPipe
16:27:41.971197 27124.1 -----{ xcsWaitEventSem
16:27:41.971209 27124.1 xcsWaitEventSem 1::0::0-253340
*16:27:42.151921 27124.1 -----} xcsWaitEventSem rc=OK
16:27:42.151969 27124.1 ----} zcpReceiveOnPipe rc=OK
16:27:42.151981 27124.1 ---} ziiSendReceiveAgent rc=OK
16:27:42.152120 27124.1 ---{ ztmAssociateParticipants
16:27:42.152198 27124.1 __________
16:27:42.152209 27124.1 xa_start >>
16:27:42.152217 27124.1 Xid:
16:27:42.152226 27124.1 0x0000: 004d514d 0000000e 00000004 4230600a |.MQM........B0` |
16:27:42.152226 27124.1 0x0010: 20000201 4145464b 4b530000 00010000 | ...AEFKKS......|
16:27:42.152226 27124.1 0x0020: 00000000 00000000 00000000 00000000 |................|
16:27:42.152226 27124.1 0x0030: 00000000 00000000 00000000 00000000 |................|
16:27:42.152226 27124.1 0x0040: 00000000 00000000 00000000 00000000 |................|
16:27:42.152226 27124.1 0x0050: 00000000 00000000 00000000 00000000 |................|
16:27:42.152226 27124.1 0x0060: 00000000 00000000 00000000 00000000 |................|
16:27:42.152226 27124.1 0x0070: 00000000 00000000 00000000 00000000 |................|
16:27:42.152226 27124.1 0x0080: 00000000 00000000 00000000 |............ |
16:27:42.152234 27124.1 Rmid:
16:27:42.152242 27124.1 0x0000: 00000001 |.... |
16:27:42.152249 27124.1 Flags:
16:27:42.152256 27124.1 0x0000: 00000000 |.... |
16:27:42.153063 27124.1 __________
16:27:42.153077 27124.1 xa_start <<
16:27:42.153085 27124.1 Xid : Input Parm
16:27:42.153093 27124.1 Rmid : Input Parm
16:27:42.153100 27124.1 Flags : Input Parm
16:27:42.153525 27124.1 Return value:
16:27:42.153536 27124.1 0x0000: 00000000 |.... |
16:27:42.153546 27124.1 ---} ztmAssociateParticipants rc=OK
16:27:42.153555 27124.1 ---{ zcpDeleteMessage
16:27:42.153563 27124.1 ---} zcpDeleteMessage rc=OK
16:27:42.153570 27124.1 --} ziiMQBEGIN rc=OK
16:27:42.153580 27124.1 __________
16:27:42.153587 27124.1 MQBEGIN <<
16:27:42.153594 27124.1 Hconn : Input Parm
16:27:42.153601 27124.1 BeginOpts:
16:27:42.153608 27124.1 0x0000: 424f2020 00000001 00000000 |BO ........ |
16:27:42.153615 27124.1 Compcode:
16:27:42.153621 27124.1 0x0000: 00000000 |.... |
16:27:42.153628 27124.1 Reason:
16:27:42.153635 27124.1 0x0000: 00000000 |.... |
16:27:42.153644 27124.1 -} zstMQBEGIN rc=OK
16:27:42.153654 27124.1 } MQBEGIN rc=OK
16:27:42.167543 27124.1 { MQBACK
16:27:42.167604 27124.1 -{ zstMQBACK
16:27:42.167619 27124.1 __________
16:27:42.167627 27124.1 MQBACK >>
16:27:42.167635 27124.1 Hconn:
16:27:42.167642 27124.1 0x0000: 001d5fb0 |.._ |
16:27:42.167650 27124.1 Compcode : Output Parm
16:27:42.167657 27124.1 Reason : Output Parm
16:27:42.167666 27124.1 --{ zstVerifyPCD
16:27:42.167676 27124.1 --} zstVerifyPCD rc=OK
16:27:42.167704 27124.1 --{ ztmDissociateParticipants
16:27:42.167741 27124.1 __________
16:27:42.167749 27124.1 xa_end >>
16:27:42.167807 27124.1 Xid:
16:27:42.167817 27124.1 0x0000: 004d514d 0000000e 00000004 4230600a |.MQM........B0` |
16:27:42.167817 27124.1 0x0010: 20000201 4145464b 4b530000 00010000 | ...AEFKKS......|
16:27:42.167817 27124.1 0x0020: 00000000 00000000 00000000 00000000 |................|
16:27:42.167817 27124.1 0x0030: 00000000 00000000 00000000 00000000 |................|
16:27:42.167817 27124.1 0x0040: 00000000 00000000 00000000 00000000 |................|
16:27:42.167817 27124.1 0x0050: 00000000 00000000 00000000 00000000 |................|
16:27:42.167817 27124.1 0x0060: 00000000 00000000 00000000 00000000 |................|
16:27:42.167817 27124.1 0x0070: 00000000 00000000 00000000 00000000 |................|
16:27:42.167817 27124.1 0x0080: 00000000 00000000 00000000 |............ |
16:27:42.167825 27124.1 Rmid:
16:27:42.167832 27124.1 0x0000: 00000001 |.... |
16:27:42.167839 27124.1 Flags:
16:27:42.167845 27124.1 0x0000: 20000000 | ... |
16:27:42.168255 27124.1 __________
16:27:42.168267 27124.1 xa_end <<
16:27:42.168275 27124.1 Xid : Input Parm
16:27:42.168282 27124.1 Rmid : Input Parm
16:27:42.168290 27124.1 Flags : Input Parm
16:27:42.168296 27124.1 Return value:
16:27:42.168303 27124.1 0x0000: 00000000 |.... |
16:27:42.168311 27124.1 --} ztmDissociateParticipants rc=OK
16:27:42.168322 27124.1 --{ ziiMQBACK
16:27:42.168330 27124.1 ---{ ziiCreateIPCCMessage
16:27:42.168338 27124.1 ----{ zcpCreateMessage
16:27:42.168348 27124.1 ----} zcpCreateMessage rc=OK
16:27:42.168355 27124.1 ---} ziiCreateIPCCMessage rc=OK
16:27:42.168363 27124.1 ---{ ziiSendReceiveAgent
16:27:42.168371 27124.1 ----{ zcpSendOnPipe
16:27:42.168379 27124.1 -----{ xcsResetEventSem
16:27:42.168388 27124.1 -----} xcsResetEventSem rc=OK
16:27:42.168395 27124.1 -----{ xcsPostEventSem
16:27:42.168411 27124.1 xcsPostEventSem 1::0::0-253476
16:27:42.168462 27124.1 -----} xcsPostEventSem rc=OK
16:27:42.168472 27124.1 ----} zcpSendOnPipe rc=OK
16:27:42.168480 27124.1 ----{ zcpReceiveOnPipe
16:27:42.168488 27124.1 -----{ xcsWaitEventSem
16:27:42.168511 27124.1 xcsWaitEventSem 1::0::0-253340
16:27:42.171150 27124.1 -----} xcsWaitEventSem rc=OK
16:27:42.171169 27124.1 ----} zcpReceiveOnPipe rc=OK
16:27:42.171180 27124.1 ---} ziiSendReceiveAgent rc=OK
16:27:42.171191 27124.1 ---{ zcpDeleteMessage
16:27:42.171201 27124.1 ---} zcpDeleteMessage rc=OK
16:27:42.171211 27124.1 --} ziiMQBACK rc=OK
16:27:42.171224 27124.1 __________
16:27:42.171235 27124.1 MQBACK <<
16:27:42.171242 27124.1 Hconn : Input Parm
16:27:42.171249 27124.1 Hconn:
16:27:42.171256 27124.1 0x0000: 001d5fb0 |.._ |
16:27:42.171263 27124.1 Compcode:
16:27:42.171270 27124.1 0x0000: 00000000 |.... |
16:27:42.171277 27124.1 Reason:
16:27:42.171283 27124.1 0x0000: 00000000 |.... |
16:27:42.171291 27124.1 -} zstMQBACK rc=OK
16:27:42.171298 27124.1 } MQBACK rc=OK
16:27:42.192109 27124.1 { MQCLOSE
16:27:42.192137 27124.1 ObjHandle=282080
16:27:42.192148 27124.1 -{ zstMQCLOSE
16:27:42.192160 27124.1 --{ zstVerifyPCD
16:27:42.192170 27124.1 --} zstVerifyPCD rc=OK
16:27:42.192180 27124.1 --{ xcsCheckPointer
16:27:42.192189 27124.1 --} xcsCheckPointer rc=OK
16:27:42.192199 27124.1 __________
16:27:42.192256 27124.1 MQCLOSE >>
16:27:42.192265 27124.1 Hconn:
16:27:42.192273 27124.1 0x0000: 001d5fb0 |.._ |
16:27:42.192280 27124.1 Hobj:
16:27:42.192287 27124.1 0x0000: 00044de0 |..M. |
16:27:42.192294 27124.1 Options:
16:27:42.192301 27124.1 0x0000: 00000000 |.... |
16:27:42.192309 27124.1 Compcode : Output Parm
16:27:42.192370 27124.1 Reason : Output Parm
16:27:42.192381 27124.1 --{ ziiMQCLOSE
16:27:42.192390 27124.1 ---{ ziiCreateIPCCMessage
16:27:42.192399 27124.1 ----{ zcpCreateMessage
16:27:42.192408 27124.1 ----} zcpCreateMessage rc=OK
16:27:42.192416 27124.1 ---} ziiCreateIPCCMessage rc=OK
16:27:42.192424 27124.1 ---{ ziiSendReceiveAgent
16:27:42.192432 27124.1 ----{ zcpSendOnPipe
16:27:42.192440 27124.1 -----{ xcsResetEventSem
16:27:42.192448 27124.1 -----} xcsResetEventSem rc=OK
16:27:42.192455 27124.1 -----{ xcsPostEventSem
16:27:42.192469 27124.1 xcsPostEventSem 1::0::0-253476
16:27:42.192497 27124.1 -----} xcsPostEventSem rc=OK
16:27:42.192505 27124.1 ----} zcpSendOnPipe rc=OK
16:27:42.192513 27124.1 ----{ zcpReceiveOnPipe
16:27:42.192521 27124.1 -----{ xcsWaitEventSem
16:27:42.192532 27124.1 xcsWaitEventSem 1::0::0-253340
16:27:42.193920 27124.1 -----} xcsWaitEventSem rc=OK
16:27:42.193941 27124.1 ----} zcpReceiveOnPipe rc=OK
16:27:42.193954 27124.1 ---} ziiSendReceiveAgent rc=OK
16:27:42.193965 27124.1 ---{ zcpDeleteMessage
16:27:42.193974 27124.1 ---} zcpDeleteMessage rc=OK
16:27:42.194016 27124.1 --} ziiMQCLOSE rc=OK
16:27:42.194027 27124.1 __________
16:27:42.194035 27124.1 MQCLOSE <<
16:27:42.194042 27124.1 Hconn : Input Parm
16:27:42.194049 27124.1 Hobj:
16:27:42.194057 27124.1 0x0000: ffffffff |.... |
16:27:42.194064 27124.1 Options : Input Parm
16:27:42.194071 27124.1 Compcode:
16:27:42.194078 27124.1 0x0000: 00000000 |.... |
16:27:42.194085 27124.1 Reason:
16:27:42.194092 27124.1 0x0000: 00000000 |.... |
16:27:42.194101 27124.1 -} zstMQCLOSE rc=OK
16:27:42.194108 27124.1 } MQCLOSE rc=OK
16:27:42.197547 27124.1 { MQCLOSE
16:27:42.197577 27124.1 ObjHandle=441088
16:27:42.197590 27124.1 -{ zstMQCLOSE
16:27:42.197602 27124.1 --{ zstVerifyPCD
16:27:42.197615 27124.1 --} zstVerifyPCD rc=OK
16:27:42.197625 27124.1 --{ xcsCheckPointer
16:27:42.197635 27124.1 --} xcsCheckPointer rc=OK
16:27:42.197644 27124.1 __________
16:27:42.197652 27124.1 MQCLOSE >>
16:27:42.197659 27124.1 Hconn:
16:27:42.197667 27124.1 0x0000: 001d5fb0 |.._ |
16:27:42.197674 27124.1 Hobj:
16:27:42.197681 27124.1 0x0000: 0006bb00 |.... |
16:27:42.197688 27124.1 Options:
16:27:42.197695 27124.1 0x0000: 00000000 |.... |
16:27:42.197703 27124.1 Compcode : Output Parm
16:27:42.197710 27124.1 Reason : Output Parm
16:27:42.197758 27124.1 --{ ziiMQCLOSE
16:27:42.197768 27124.1 ---{ ziiCreateIPCCMessage
16:27:42.197778 27124.1 ----{ zcpCreateMessage
16:27:42.197788 27124.1 ----} zcpCreateMessage rc=OK
16:27:42.197795 27124.1 ---} ziiCreateIPCCMessage rc=OK
16:27:42.197804 27124.1 ---{ ziiSendReceiveAgent
16:27:42.197812 27124.1 ----{ zcpSendOnPipe
16:27:42.197820 27124.1 -----{ xcsResetEventSem
16:27:42.197828 27124.1 -----} xcsResetEventSem rc=OK
16:27:42.197836 27124.1 -----{ xcsPostEventSem
16:27:42.197852 27124.1 xcsPostEventSem 1::0::0-253476
16:27:42.197891 27124.1 -----} xcsPostEventSem rc=OK
16:27:42.197900 27124.1 ----} zcpSendOnPipe rc=OK
16:27:42.197908 27124.1 ----{ zcpReceiveOnPipe
16:27:42.197921 27124.1 -----{ xcsWaitEventSem
16:27:42.197936 27124.1 xcsWaitEventSem 1::0::0-253340
16:27:42.216944 27124.1 -----} xcsWaitEventSem rc=OK
16:27:42.216965 27124.1 ----} zcpReceiveOnPipe rc=OK
16:27:42.216978 27124.1 ---} ziiSendReceiveAgent rc=OK
16:27:42.216990 27124.1 ---{ zcpDeleteMessage
16:27:42.217001 27124.1 ---} zcpDeleteMessage rc=OK
16:27:42.217011 27124.1 --} ziiMQCLOSE rc=OK
16:27:42.217020 27124.1 __________
16:27:42.217027 27124.1 MQCLOSE <<
16:27:42.217034 27124.1 Hconn : Input Parm
16:27:42.217042 27124.1 Hobj:
16:27:42.217048 27124.1 0x0000: ffffffff |.... |
16:27:42.217056 27124.1 Options : Input Parm
16:27:42.217089 27124.1 Compcode:
16:27:42.217098 27124.1 0x0000: 00000000 |.... |
16:27:42.217106 27124.1 Reason:
16:27:42.217113 27124.1 0x0000: 00000000 |.... |
16:27:42.217122 27124.1 -} zstMQCLOSE rc=OK
16:27:42.217129 27124.1 } MQCLOSE rc=OK
16:27:42.220283 27124.1 { MQCMIT
16:27:42.220321 27124.1 -{ zstMQCMIT
16:27:42.220332 27124.1 __________
16:27:42.220341 27124.1 MQCMIT >>
16:27:42.220349 27124.1 Hconn:
16:27:42.220356 27124.1 0x0000: 001d5fb0 |.._ |
16:27:42.220364 27124.1 Compcode : Output Parm
16:27:42.220372 27124.1 Reason : Output Parm
16:27:42.220380 27124.1 --{ zstVerifyPCD
16:27:42.220389 27124.1 --} zstVerifyPCD rc=OK
16:27:42.220398 27124.1 --{ ziiMQCMIT
16:27:42.220405 27124.1 ---{ ziiCreateIPCCMessage
16:27:42.220412 27124.1 ----{ zcpCreateMessage
16:27:42.220420 27124.1 ----} zcpCreateMessage rc=OK
16:27:42.220427 27124.1 ---} ziiCreateIPCCMessage rc=OK
16:27:42.220435 27124.1 ---{ ziiSendReceiveAgent
16:27:42.220442 27124.1 ----{ zcpSendOnPipe
16:27:42.220449 27124.1 -----{ xcsResetEventSem
16:27:42.220456 27124.1 -----} xcsResetEventSem rc=OK
16:27:42.220463 27124.1 -----{ xcsPostEventSem
16:27:42.220475 27124.1 xcsPostEventSem 1::0::0-253476
16:27:42.220499 27124.1 -----} xcsPostEventSem rc=OK
16:27:42.220507 27124.1 ----} zcpSendOnPipe rc=OK
16:27:42.220514 27124.1 ----{ zcpReceiveOnPipe
16:27:42.220554 27124.1 -----{ xcsWaitEventSem
16:27:42.220572 27124.1 xcsWaitEventSem 1::0::0-253340
16:27:42.220824 27124.1 -----} xcsWaitEventSem rc=OK
16:27:42.220841 27124.1 ----} zcpReceiveOnPipe rc=OK
16:27:42.220853 27124.1 ---} ziiSendReceiveAgent rc=OK
16:27:42.220864 27124.1 ---{ zcpDeleteMessage
16:27:42.220874 27124.1 ---} zcpDeleteMessage rc=OK
16:27:42.220884 27124.1 --} ziiMQCMIT rc=OK
16:27:42.220893 27124.1 __________
16:27:42.220904 27124.1 MQCMIT <<
16:27:42.220911 27124.1 Hconn : Input Parm
16:27:42.220918 27124.1 Hconn:
16:27:42.220925 27124.1 0x0000: 001d5fb0 |.._ |
16:27:42.220932 27124.1 Compcode:
16:27:42.220939 27124.1 0x0000: 00000000 |.... |
16:27:42.220946 27124.1 Reason:
16:27:42.220953 27124.1 0x0000: 00000000 |.... |
16:27:42.220960 27124.1 -} zstMQCMIT rc=OK
16:27:42.220967 27124.1 } MQCMIT rc=OK
16:27:42.222662 27124.1 { MQBACK
16:27:42.222674 27124.1 -{ zstMQBACK
16:27:42.222683 27124.1 __________
16:27:42.222690 27124.1 MQBACK >>
16:27:42.222698 27124.1 Hconn:
16:27:42.222705 27124.1 0x0000: 001d5fb0 |.._ |
16:27:42.222713 27124.1 Compcode : Output Parm
16:27:42.222720 27124.1 Reason : Output Parm
16:27:42.222728 27124.1 --{ zstVerifyPCD
16:27:42.222737 27124.1 --} zstVerifyPCD rc=OK
16:27:42.222916 27124.1 --{ ziiMQBACK
16:27:42.222926 27124.1 ---{ ziiCreateIPCCMessage
16:27:42.222933 27124.1 ----{ zcpCreateMessage
16:27:42.222941 27124.1 ----} zcpCreateMessage rc=OK
16:27:42.222948 27124.1 ---} ziiCreateIPCCMessage rc=OK
16:27:42.222955 27124.1 ---{ ziiSendReceiveAgent
16:27:42.222962 27124.1 ----{ zcpSendOnPipe
16:27:42.222969 27124.1 -----{ xcsResetEventSem
16:27:42.222976 27124.1 -----} xcsResetEventSem rc=OK
16:27:42.222983 27124.1 -----{ xcsPostEventSem
16:27:42.222995 27124.1 xcsPostEventSem 1::0::0-253476
16:27:42.223017 27124.1 -----} xcsPostEventSem rc=OK
16:27:42.223025 27124.1 ----} zcpSendOnPipe rc=OK
16:27:42.223032 27124.1 ----{ zcpReceiveOnPipe
16:27:42.223040 27124.1 -----{ xcsWaitEventSem
16:27:42.223052 27124.1 xcsWaitEventSem 1::0::0-253340
16:27:42.223440 27124.1 -----} xcsWaitEventSem rc=OK
16:27:42.223455 27124.1 ----} zcpReceiveOnPipe rc=OK
16:27:42.223466 27124.1 ---} ziiSendReceiveAgent rc=OK
16:27:42.223475 27124.1 ---{ zcpDeleteMessage
16:27:42.223484 27124.1 ---} zcpDeleteMessage rc=OK
16:27:42.223493 27124.1 --} ziiMQBACK rc=OK
16:27:42.223503 27124.1 __________
16:27:42.223513 27124.1 MQBACK <<
16:27:42.223520 27124.1 Hconn : Input Parm
16:27:42.223527 27124.1 Hconn:
16:27:42.223534 27124.1 0x0000: 001d5fb0 |.._ |
16:27:42.223541 27124.1 Compcode:
16:27:42.223548 27124.1 0x0000: 00000000 |.... |
16:27:42.223555 27124.1 Reason:
16:27:42.223595 27124.1 0x0000: 00000000 |.... |
16:27:42.223605 27124.1 -} zstMQBACK rc=OK
16:27:42.223612 27124.1 } MQBACK rc=OK
16:27:42.231201 27124.1 { MQDISC
16:27:42.231235 27124.1 -{ zstMQDISC
16:27:42.231244 27124.1 --{ xcsCheckPointer
16:27:42.231252 27124.1 --} xcsCheckPointer rc=OK
16:27:42.231260 27124.1 --{ zstVerifyPCD
16:27:42.231269 27124.1 --} zstVerifyPCD rc=OK
16:27:42.231277 27124.1 __________
16:27:42.231285 27124.1 MQDISC >>
16:27:42.231292 27124.1 Hconn:
16:27:42.231300 27124.1 0x0000: 001d5fb0 |.._ |
16:27:42.231308 27124.1 Compcode : Output Parm
16:27:42.231315 27124.1 Reason : Output Parm
16:27:42.231325 27124.1 --{ ziiMQDISC
16:27:42.231332 27124.1 ---{ ziiCreateIPCCMessage
16:27:42.231339 27124.1 ----{ zcpCreateMessage
16:27:42.231346 27124.1 ----} zcpCreateMessage rc=OK
16:27:42.231353 27124.1 ---} ziiCreateIPCCMessage rc=OK
16:27:42.231360 27124.1 ---{ ziiSendReceiveAgent
16:27:42.231367 27124.1 ----{ zcpSendOnPipe
16:27:42.231374 27124.1 -----{ xcsResetEventSem
16:27:42.231381 27124.1 -----} xcsResetEventSem rc=OK
16:27:42.231387 27124.1 -----{ xcsPostEventSem
16:27:42.231400 27124.1 xcsPostEventSem 1::0::0-253476
16:27:42.231422 27124.1 -----} xcsPostEventSem rc=OK
16:27:42.231430 27124.1 ----} zcpSendOnPipe rc=OK
16:27:42.231437 27124.1 ----{ zcpReceiveOnPipe
16:27:42.231444 27124.1 -----{ xcsWaitEventSem
16:27:42.231486 27124.1 xcsWaitEventSem 1::0::0-253340
16:27:42.231937 27124.1 -----} xcsWaitEventSem rc=OK
16:27:42.231953 27124.1 ----} zcpReceiveOnPipe rc=OK
16:27:42.231965 27124.1 ---} ziiSendReceiveAgent rc=OK
16:27:42.231976 27124.1 ---{ zcpDeleteMessage
16:27:42.231987 27124.1 ---} zcpDeleteMessage rc=OK
16:27:42.231996 27124.1 --} ziiMQDISC rc=OK
16:27:42.232029 27124.1 --{ ztmTidyUpXASessions
16:27:42.232062 27124.1 ---{ ztmRollbackAssociations
16:27:42.232074 27124.1 ----{ ztmDissociateParticipants
16:27:42.232092 27124.1 ----} ztmDissociateParticipants rc=OK
16:27:42.232103 27124.1 ---} ztmRollbackAssociations rc=OK
16:27:42.232135 27124.1 __________
16:27:42.232146 27124.1 xa_close >>
16:27:42.232156 27124.1 Xa_info:
16:27:42.232176 27124.1 Rmid:
16:27:42.232186 27124.1 0x0000: 00000001 |.... |
16:27:42.232197 27124.1 Flags:
16:27:42.232207 27124.1 0x0000: 00000000 |.... |
16:27:42.234058 27124.1 __________
16:27:42.234075 27124.1 xa_close <<
16:27:42.234083 27124.1 Xa_info : Input Parm
16:27:42.234091 27124.1 Rmid : Input Parm
16:27:42.234098 27124.1 Flags : Input Parm
16:27:42.234105 27124.1 Return value:
16:27:42.234112 27124.1 0x0000: 00000000 |.... |
16:27:42.234143 27124.1 ---{ tmsUnloadXASwitch
16:27:42.234152 27124.1 ----{ xcsRequestThreadMutexSem
16:27:42.234189 27124.1 hmtx is 19dfb8
16:27:42.234218 27124.1 ----} xcsRequestThreadMutexSem rc=OK
16:27:42.234232 27124.1 Unix Oracle => no call to xcsUnloadFunction
16:27:42.234246 27124.1 ----{ xcsReleaseThreadMutexSem
16:27:42.234256 27124.1 hmtx is 19dfb8
16:27:42.234264 27124.1 ----} xcsReleaseThreadMutexSem rc=OK
16:27:42.234271 27124.1 ---} tmsUnloadXASwitch rc=OK
16:27:42.234278 27124.1 --} ztmTidyUpXASessions rc=OK
16:27:42.234287 27124.1 --{ zutLockLocalThreads
16:27:42.234295 27124.1 ---{ xcsRequestThreadMutexSem
16:27:42.234303 27124.1 hmtx is 19e560
16:27:42.234310 27124.1 ---} xcsRequestThreadMutexSem rc=OK
16:27:42.234337 27124.1 --} zutLockLocalThreads rc=OK
16:27:42.234348 27124.1 --{ ziiClearUpAgent
16:27:42.234377 27124.1 ---{ ziiStopAllPlugServices
16:27:42.234409 27124.1 ----{ xcsDisconnectSharedMemSet
16:27:42.234423 27124.1 About to disconnect set 1::3::3-1228
16:27:42.234431 27124.1 -----{ xcsRequestThreadMutexSem
16:27:42.234440 27124.1 hmtx is 19e590
16:27:42.234447 27124.1 -----} xcsRequestThreadMutexSem rc=OK
16:27:42.234496 27124.1 -----{ xcsFreeMem
16:27:42.234511 27124.1 component:24 pointer:19e0e8
16:27:42.234522 27124.1 -----} xcsFreeMem rc=OK
16:27:42.234533 27124.1 This set has 1 connections left (including us)
16:27:42.234541 27124.1 -----{ xcsFreeMem
16:27:42.234550 27124.1 component:24 pointer:19e098
16:27:42.234558 27124.1 -----} xcsFreeMem rc=OK
16:27:42.234608 27124.1 -----{ xstDisconnectExtent
16:27:42.234617 27124.1 ------{ xcsRequestThreadMutexSem
16:27:42.234629 27124.1 hmtx is 169678
16:27:42.234637 27124.1 ------} xcsRequestThreadMutexSem rc=OK
16:27:42.234859 27124.1 ------{ xcsReleaseThreadMutexSem
16:27:42.234873 27124.1 hmtx is 169678
16:27:42.234881 27124.1 ------} xcsReleaseThreadMutexSem rc=OK
16:27:42.234889 27124.1 -----} xstDisconnectExtent rc=OK
16:27:42.234897 27124.1 -----{ xcsReleaseThreadMutexSem
16:27:42.234906 27124.1 hmtx is 19e590
16:27:42.234912 27124.1 -----} xcsReleaseThreadMutexSem rc=OK
16:27:42.234919 27124.1 ----} xcsDisconnectSharedMemSet rc=OK
16:27:42.234927 27124.1 ---} ziiStopAllPlugServices rc=OK
16:27:42.234935 27124.1 ---{ zcpDetachPipe
16:27:42.234946 27124.1 ----{ xcsUnregisterDestructor
16:27:42.234959 27124.1 routine(f1f20668) rmID(0) arg(f108c1a4) runItFlag(0)
16:27:42.234969 27124.1 Found p(190d48)
16:27:42.234979 27124.1 Freeing p(190d48)
16:27:42.234987 27124.1 ----} xcsUnregisterDestructor rc=OK
16:27:42.234994 27124.1 ---} zcpDetachPipe rc=OK
16:27:42.235024 27124.1 ---{ ziiFinishedWithAgent
16:27:42.235031 27124.1 ---} ziiFinishedWithAgent rc=OK
16:27:42.235038 27124.1 ---{ xcsUnregisterDestructor
16:27:42.235049 27124.1 routine(f1f4a3ac) rmID(1) arg(1d5fb0) runItFlag(0)
16:27:42.235058 27124.1 Found p(191088)
16:27:42.235066 27124.1 Freeing p(191088)
16:27:42.235073 27124.1 ---} xcsUnregisterDestructor rc=OK
16:27:42.235124 27124.1 ---{ xcsTerminate
16:27:42.235133 27124.1 ----{ xcsRequestThreadMutexSem
16:27:42.235144 27124.1 hmtx is 16e3d8
16:27:42.235152 27124.1 ----} xcsRequestThreadMutexSem rc=OK
16:27:42.235207 27124.1 ----{ xcsDisconnectSharedSubpool
16:27:42.235235 27124.1 -----{ xlsThreadTermination
16:27:42.235266 27124.1 ------{ xcsFreeQuickCell
16:27:42.235275 27124.1 -------{ xllSpinLockRequest
16:27:42.235283 27124.1 -------} xllSpinLockRequest rc=OK
16:27:42.235293 27124.1 -------{ xllSpinLockRelease
16:27:42.235301 27124.1 -------} xllSpinLockRelease rc=OK
16:27:42.235307 27124.1 ------} xcsFreeQuickCell rc=OK
16:27:42.235314 27124.1 -----} xlsThreadTermination rc=OK
16:27:42.235327 27124.1 This process has 1 connections left to the subpool
16:27:42.235336 27124.1 -----{ xcsDettachSharedSubpool
16:27:42.235345 27124.1 ------{ xcsGetSetConnectCount
16:27:42.235354 27124.1 -------{ xstGetExtentConnectCount
16:27:42.235362 27124.1 --------{ xcsRequestThreadMutexSem
16:27:42.235374 27124.1 hmtx is 169678
16:27:42.235381 27124.1 --------} xcsRequestThreadMutexSem rc=OK
16:27:42.235389 27124.1 --------{ xcsReleaseThreadMutexSem
16:27:42.235397 27124.1 hmtx is 169678
16:27:42.235404 27124.1 --------} xcsReleaseThreadMutexSem rc=OK
16:27:42.235424 27124.1 Num of connections for extent 1:: ::0 is 7
16:27:42.235432 27124.1 -------} xstGetExtentConnectCount rc=OK
16:27:42.235442 27124.1 Set has 7 connections
16:27:42.235449 27124.1 ------} xcsGetSetConnectCount rc=OK
16:27:42.235457 27124.1 ------{ xcsFreeQuickCell
16:27:42.235484 27124.1 -------{ xllSpinLockRequest
16:27:42.235493 27124.1 -------} xllSpinLockRequest rc=OK
16:27:42.235502 27124.1 -------{ xllSpinLockRelease
16:27:42.235508 27124.1 -------} xllSpinLockRelease rc=OK
16:27:42.235515 27124.1 ------} xcsFreeQuickCell rc=OK
16:27:42.235537 27124.1 ------{ xcsDisconnectSharedMemSet
16:27:42.235550 27124.1 About to disconnect set 1::2::2-1228
16:27:42.235558 27124.1 -------{ xcsRequestThreadMutexSem
16:27:42.235568 27124.1 hmtx is 19e590
16:27:42.235575 27124.1 -------} xcsRequestThreadMutexSem rc=OK
16:27:42.235582 27124.1 -------{ xcsFreeMem
16:27:42.235592 27124.1 component:24 pointer:19e048
16:27:42.235600 27124.1 -------} xcsFreeMem rc=OK
16:27:42.235610 27124.1 This set has 1 connections left (including us)
16:27:42.235617 27124.1 -------{ xcsFreeMem
16:27:42.235625 27124.1 component:24 pointer:19dff8
16:27:42.235633 27124.1 -------} xcsFreeMem rc=OK
16:27:42.235639 27124.1 -------{ xcsReleaseThreadMutexSem
16:27:42.235647 27124.1 hmtx is 19e590
16:27:42.235654 27124.1 -------} xcsReleaseThreadMutexSem rc=OK
16:27:42.235661 27124.1 ------} xcsDisconnectSharedMemSet rc=OK
16:27:42.235668 27124.1 ------{ xcsDisconnectSharedMemSet
16:27:42.235677 27124.1 About to disconnect set 1::0::0-1228
16:27:42.235684 27124.1 -------{ xcsRequestThreadMutexSem
16:27:42.235692 27124.1 hmtx is 19e590
16:27:42.235699 27124.1 -------} xcsRequestThreadMutexSem rc=OK
16:27:42.235706 27124.1 -------{ xcsFreeMem
16:27:42.235733 27124.1 component:24 pointer:19e670
16:27:42.235743 27124.1 -------} xcsFreeMem rc=OK
16:27:42.235753 27124.1 This set has 1 connections left (including us)
16:27:42.235760 27124.1 -------{ xcsFreeMem
16:27:42.235769 27124.1 component:24 pointer:1696b8
16:27:42.235778 27124.1 -------} xcsFreeMem rc=OK
16:27:42.235785 27124.1 -------{ xcsReleaseThreadMutexSem
16:27:42.235793 27124.1 hmtx is 19e590
16:27:42.235800 27124.1 -------} xcsReleaseThreadMutexSem rc=OK
16:27:42.235806 27124.1 ------} xcsDisconnectSharedMemSet rc=OK
16:27:42.235814 27124.1 ------{ xstDisconnectExtent
16:27:42.235821 27124.1 -------{ xcsRequestThreadMutexSem
16:27:42.235829 27124.1 hmtx is 169678
16:27:42.235835 27124.1 -------} xcsRequestThreadMutexSem rc=OK
16:27:42.235968 27124.1 -------{ xcsReleaseThreadMutexSem
16:27:42.235980 27124.1 hmtx is 169678
16:27:42.235987 27124.1 -------} xcsReleaseThreadMutexSem rc=OK
16:27:42.235994 27124.1 ------} xstDisconnectExtent rc=OK
16:27:42.236001 27124.1 ------{ xstDisconnectExtent
16:27:42.236007 27124.1 -------{ xcsRequestThreadMutexSem
16:27:42.236015 27124.1 hmtx is 169678
16:27:42.236022 27124.1 -------} xcsRequestThreadMutexSem rc=OK
16:27:42.236209 27124.1 -------{ xcsReleaseThreadMutexSem
16:27:42.236220 27124.1 hmtx is 169678
16:27:42.236228 27124.1 -------} xcsReleaseThreadMutexSem rc=OK
16:27:42.236235 27124.1 ------} xstDisconnectExtent rc=OK
16:27:42.236242 27124.1 ------{ xcsFreeMem
16:27:42.236252 27124.1 component:24 pointer:169140
16:27:42.236409 27124.1 ------} xcsFreeMem rc=OK
16:27:42.236457 27124.1 ------{ xcsDestroyThreadMutexSem
16:27:42.236474 27124.1 ------} xcsDestroyThreadMutexSem rc=OK
16:27:42.236482 27124.1 ------{ xcsDestroyThreadMutexSem
16:27:42.236490 27124.1 ------} xcsDestroyThreadMutexSem rc=OK
16:27:42.236499 27124.1 ------{ xcsFreeMem
16:27:42.236510 27124.1 component:24 pointer:19db10
16:27:42.236519 27124.1 ------} xcsFreeMem rc=OK
16:27:42.236526 27124.1 -----} xcsDettachSharedSubpool rc=OK
16:27:42.236533 27124.1 ----} xcsDisconnectSharedSubpool rc=OK
16:27:42.236591 27124.1 ----{ TermPrivateServices
16:27:42.236621 27124.1 -----{ xxxTerminate
16:27:42.236638 27124.1 ------{ xcsDestroyThreadMutexSem
16:27:42.236663 27124.1 ------} xcsDestroyThreadMutexSem rc=OK
16:27:42.236672 27124.1 ------{ xcsFreeMem
16:27:42.236684 27124.1 component:23 pointer:1692f0
16:27:42.236693 27124.1 ------} xcsFreeMem rc=OK
16:27:42.236719 27124.1 ------{ xcsFreeMem
16:27:42.236729 27124.1 component:23 pointer:1d0600
16:27:42.236768 27124.1 ------} xcsFreeMem rc=OK
16:27:42.236778 27124.1 -----} xxxTerminate rc=OK
16:27:42.236836 27124.1 FPE Handler deinstalled, New=fede6f38, Old=f1d9d24c
16:27:42.236852 27124.1 SEGV Handler deinstalled, New=fede6f38, Old=f1d9d24c
16:27:42.236867 27124.1 BUS Handler deinstalled, New=fede6f38, Old=f1d9d24c
16:27:42.236881 27124.1 ILL Handler deinstalled, New=fede6f38, Old=f1d9d24c
16:27:42.236926 27124.1 Synchronous signal handling deactivated - previous handlers restored
16:27:42.236968 27124.1 ----} TermPrivateServices rc=OK
=========================================== |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Mar 10, 2005 9:16 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
sommos |
Posted: Thu Mar 10, 2005 9:27 am Post subject: |
|
|
Newbie
Joined: 08 Mar 2005 Posts: 6
|
java.runtime.name: Java(TM) 2 Runtime Environment, Standard Edition
sun.boot.library.path: /usr/j2se/jre/lib/sparc
java.vm.version: 1.4.0_01-b03
java.vm.vendor: Sun Microsystems Inc.
java.vendor.url: http://java.sun.com/
path.separator: :
java.vm.name: Java HotSpot(TM) Client VM
file.encoding.pkg: sun.io
sun.os.patch.level: unknown
java.vm.specification.name: Java Virtual Machine Specification
user.dir: /home/scott/test
java.runtime.version: 1.4.0_01-b03
java.awt.graphicsenv: sun.awt.X11GraphicsEnvironment
java.endorsed.dirs: /usr/j2se/jre/lib/endorsed
os.arch: sparc
java.io.tmpdir: /var/tmp/
line.separator:
java.vm.specification.vendor: Sun Microsystems Inc.
os.name: SunOS
sun.java2d.fontpath:
java.library.path: /usr/j2se/jre/lib/sparc/client:/usr/j2se/jre/lib/sparc:/usr/j2se/jre/../lib/sparc:/usr/openwin/lib:
/lib:/opt/oracle/9.2.0.1.0/lib:/opt/mqm/java/lib:/usr/lib
java.specification.name: Java Platform API Specification
java.class.version: 48.0
java.util.prefs.PreferencesFactory: java.util.prefs.FileSystemPreferencesFactory
os.version: 5.9
user.home: /home/scott
user.timezone: Europe/Berlin
java.awt.printerjob: sun.print.PSPrinterJob
file.encoding: ISO646-US
java.specification.version: 1.4
user.name: scott
java.class.path: :/opt/oracle/9.2.0.1.0/jdbc/lib/ojdbc14.jar:/opt/oracle/9.2.0.1.0/jdbc/lib/classes12.jar:/opt/oracl
e/9.2.0.1.0/rdbms/jlib/aqapi13.jar:/opt/mqm/java/lib/com.ibm.mq.jar:/opt/mqm/java/lib/com.ibm.mqbind.jar:/opt/mqm/java/lib/com.ibm.mqjms.jar
:/opt/mqm/java/lib/connector.jar:/opt/mqm/java/lib/jms.jar
java.vm.specification.version: 1.0
sun.arch.data.model: 32
java.home: /usr/j2se/jre
java.specification.vendor: Sun Microsystems Inc.
user.language: en
java.vm.info: mixed mode
java.version: 1.4.0_01
java.ext.dirs: /usr/j2se/jre/lib/ext
sun.boot.class.path: /usr/j2se/jre/lib/rt.jar:/usr/j2se/jre/lib/i18n.jar:/usr/j2se/jre/lib/sunrsasign.jar:/usr/j2se/jre/
lib/jsse.jar:/usr/j2se/jre/lib/jce.jar:/usr/j2se/jre/lib/charsets.jar:/usr/j2se/jre/classes
java.vendor: Sun Microsystems Inc.
file.separator: /
java.vendor.url.bug: http://java.sun.com/cgi-bin/bugreport.cgi
sun.cpu.endian: big
sun.io.unicode.encoding: UnicodeBig
sun.cpu.isalist: sparcv9+vis2 sparcv9+vis sparcv9 sparcv8plus+vis sparcv8plus sparcv8 sparcv8-fsmuld sparcv7 sparc |
|
Back to top |
|
 |
csmith28 |
Posted: Thu Mar 10, 2005 4:15 pm Post subject: |
|
|
 Grand Master
Joined: 15 Jul 2003 Posts: 1196 Location: Arizona
|
I am not a WMQ Application Programmer but here is what the WMQ Messages Guide has to say:
Quote: |
2121 X’0849’ MQRC_NO_EXTERNAL_PARTICIPANTS
An MQBEGIN call was issued to start a unit of work coordinated by the queue manager, but
no participating resource managers have been registered with the queue manager. As a result,
only changes to WebSphere MQ resources can be coordinated by the queue manager in the
unit of work.
This reason code occurs in the following environments: AIX, HP-UX, Linux, OS/2, OS/400,
Solaris, Windows.
Corrective action: If the application does not require non-WebSphere MQ resources to
participate in the unit of work, this reason code can be ignored or the MQBEGIN call
removed. Otherwise consult your system support programmer to determine why the required
resource managers have not been registered with the queue manager; the queue manager’s
configuration file may be in error. |
_________________ Yes, I am an agent of Satan but my duties are largely ceremonial. |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Mar 10, 2005 7:21 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
As csmith28 pointed out, I'd double-check what you have setup in your ini file. I'd be more suspicious of it than of something in my code. Do you get any error messages in your amqerr01.log file at qmgr startup? |
|
Back to top |
|
 |
mbw |
Posted: Fri Mar 11, 2005 1:27 am Post subject: |
|
|
 Novice
Joined: 09 Dec 2004 Posts: 11
|
The switch library you have in the qm.ini file 'oraswit_9' isn't the one you want to use if you plan on using the JDBC/XA function.
Try the jdbcora one instead. This needs to be built - check the Using Java documentation for info on how to build this library.
There's a makefile in the java/lib/jdbc directory that will create this for you. |
|
Back to top |
|
 |
sommos |
Posted: Fri Mar 11, 2005 1:32 am Post subject: |
|
|
Newbie
Joined: 08 Mar 2005 Posts: 6
|
The QManager started succesfully!
-------------------------------------------------------------------------------
03/10/05 15:56:10
AMQ8003: WebSphere MQ queue manager 'AEFKKS' started.
EXPLANATION:
WebSphere MQ queue manager 'AEFKKS' started.
ACTION:
None.
-------------------------------------------------------------------------------
03/10/05 15:56:10
AMQ9410: Repository manager started
EXPLANATION:
The repository manager started successfully.
ACTION:
None.
-------------------------------------------------------------------------------
03/10/05 15:56:10
AMQ8024: WebSphere MQ channel initiator started.
EXPLANATION:
The channel initiator for queue SYSTEM.CHANNEL.INITQ has been started.
ACTION:
None.
------------------------------------------------------------------------------- |
|
Back to top |
|
 |
sommos |
Posted: Fri Mar 11, 2005 2:09 am Post subject: |
|
|
Newbie
Joined: 08 Mar 2005 Posts: 6
|
VERY GREAT HELP FROM "MBW" !!!!
I always used the switch file which I generated in the /opt/mqm/samp/xatm path.
The correct path is : /opt/mqm/java/lib/jdbc
Thanks MBW and all the others
 |
|
Back to top |
|
 |
pshan81 |
Posted: Wed Mar 08, 2006 7:19 am Post subject: Help for qmgr.begin(); |
|
|
Acolyte
Joined: 24 May 2005 Posts: 72
|
Hi
We are trying TwoPhaseCommit and are returned with Resource not available error while starting the QMgr.
(1) MQ, DB are in same machine
(2) The error encountered is
AMQ7604: The XA resource manager 'XXX' was not available when called for xa_open. The queue manager is continuing without this resource manager.
(3) When executing the program we are getting 2121 error..
Has anyone solved this? Could you pl. intimate abt the same as to how to resolve this issue ASAP... |
|
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
|
|
|
|