Author |
Message
|
cschaul |
Posted: Thu Aug 28, 2003 1:14 pm Post subject: Unable to post message under heavy load, error 2334 |
|
|
Novice
Joined: 08 Nov 2002 Posts: 13
|
When under heavier loads, the MQ class which posts the messages to the queue returns with that 2334 error. Something to do with CharsetID? My app is running under AIX and Websphere 4
Anyone had this problem before, and a resolution?
How do I find out the version of Ma88 we have the on the AIX box?
Thanks,
Chris[/b] |
|
Back to top |
|
 |
cschaul |
Posted: Thu Sep 04, 2003 7:41 am Post subject: |
|
|
Novice
Joined: 08 Nov 2002 Posts: 13
|
|
Back to top |
|
 |
vennela |
Posted: Thu Sep 04, 2003 7:47 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Here is the command
Code: |
lslpp -L | grep -i mqjava |
|
|
Back to top |
|
 |
techno |
Posted: Wed Jan 14, 2004 10:48 am Post subject: |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
I am getting the same error on hp-ux with 5.3 version. This is happening once in a while. Any suggestion?
Thanks
Shiva. |
|
Back to top |
|
 |
cschaul |
Posted: Mon Feb 02, 2004 12:36 pm Post subject: |
|
|
Novice
Joined: 08 Nov 2002 Posts: 13
|
|
Back to top |
|
 |
Michael Dag |
Posted: Mon Feb 02, 2004 2:07 pm Post subject: |
|
|
 Jedi Knight
Joined: 13 Jun 2002 Posts: 2607 Location: The Netherlands (Amsterdam)
|
bump where?
are you still having this problem? what are the symptoms, errors, environments, load, whatever that could give us a clue!
Michael |
|
Back to top |
|
 |
bower5932 |
Posted: Wed Feb 04, 2004 8:26 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I thought that there was a known problem with MQ 5.2 and MA88 and an occassional 2334. If you are running the WMQ 5.3 code, I wouldn't think you'd be seeing this error. |
|
Back to top |
|
 |
cschaul |
Posted: Thu Feb 05, 2004 12:10 pm Post subject: |
|
|
Novice
Joined: 08 Nov 2002 Posts: 13
|
Well this is the error we are seeing:
com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2334
It is very sporadic, happening only when many messages are being posted. Which is in the mornings usually.
what command can i run to find out the version of AIX, and MQ?
Thanks,
Chris |
|
Back to top |
|
 |
techno |
Posted: Thu Feb 05, 2004 12:17 pm Post subject: |
|
|
Chevalier
Joined: 22 Jan 2003 Posts: 429
|
App may have threading issues. Make sure that your code is thread safe. |
|
Back to top |
|
 |
bower5932 |
Posted: Thu Feb 05, 2004 1:41 pm Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
mqver will give you the MQ version. |
|
Back to top |
|
 |
|