Author |
Message
|
gappodi |
Posted: Tue Feb 02, 2016 6:12 am Post subject: Print BIP Messages from java compute node |
|
|
 Voyager
Joined: 05 Sep 2014 Posts: 76
|
I am running a message flow where I am getting an MbException with the key being reported as BIPmsgs key:7167.
I checked in the documentation and the description of the above mentioned key reads as follows:
A duplicate key was encountered while interacting with map ''{0}''. A client attempted operation ''{1}'' with map ''{0}'' from grid ''{2}'', using key ''{3}''. This attempt failed because an entry already exists with the same key. \n\nThis operation requires that a key of the same name does not already exist in the map.
How can I get the actual message with the arguments replaced with heir actual value in a java compute node ?
Please provide your inputs on it.
Thanks,
Maneesh Sharma |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Feb 02, 2016 6:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Have you looked at mqsiexplain?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
gappodi |
Posted: Tue Feb 02, 2016 8:09 am Post subject: |
|
|
 Voyager
Joined: 05 Sep 2014 Posts: 76
|
I actually looked at the "C:\Program Files\IBM\MQSI\9.0.0.1\messages\BIPmsgs.properties" file and found the description of this message code.
I was just wondering how in run time can I get to know the actual values represented by the the "{i}" in the message. (Here i=0,1,2 ...) |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Feb 02, 2016 8:15 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Have you looked at MbException... _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Feb 02, 2016 9:00 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
gappodi wrote: |
I actually looked at the "C:\Program Files\IBM\MQSI\9.0.0.1\messages\BIPmsgs.properties" file and found the description of this message code.
I was just wondering how in run time can I get to know the actual values represented by the the "{i}" in the message. (Here i=0,1,2 ...) |
Have you looked at the inserts on the bottom of the Exception Tree?  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|