Author |
Message
|
willhuang_78 |
Posted: Tue Jul 12, 2005 8:07 pm Post subject: Why JMS cannot get Messages? |
|
|
Newbie
Joined: 20 Dec 2004 Posts: 9
|
Now, I will mgrate our Application Server from AIX to HP-UX. I was puzzled by a terrible trouble.
the The Server is started naturally, but JMS cannot receive messages.
the Messages are blocked up in the MQ. On the AIX, JMS can receive messages normally. why? the configment is same on the two OS. _________________ hi~ |
|
Back to top |
|
 |
Mr Butcher |
Posted: Tue Jul 12, 2005 11:21 pm Post subject: |
|
|
 Padawan
Joined: 23 May 2005 Posts: 1716
|
is there any error code, error message or something in the mq logs, or fdc files, or or....
i checked my crystal ball but did not see anything.... _________________ Regards, Butcher |
|
Back to top |
|
 |
willhuang_78 |
Posted: Tue Jul 12, 2005 11:23 pm Post subject: |
|
|
Newbie
Joined: 20 Dec 2004 Posts: 9
|
no err logs, Server started nomally. I cannot find any err logs. _________________ hi~ |
|
Back to top |
|
 |
willhuang_78 |
Posted: Tue Jul 12, 2005 11:26 pm Post subject: |
|
|
Newbie
Joined: 20 Dec 2004 Posts: 9
|
I connect to MQ with other same configed JMS , messages can be read normally. _________________ hi~ |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jul 13, 2005 3:27 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Does the WAS log indicate that it has bound the MDBs during startup? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vennela |
Posted: Wed Jul 13, 2005 5:31 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Also, you can issue qstatus to see if the MDB is listening to your queue |
|
Back to top |
|
 |
willhuang_78 |
Posted: Wed Jul 13, 2005 5:15 pm Post subject: |
|
|
Newbie
Joined: 20 Dec 2004 Posts: 9
|
Yes, the WAS log showed that the MDB had binded to the MQ _________________ hi~ |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Jul 14, 2005 3:40 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Do you have a backout threshold on the queues ?
Is your reprocess # > BO threshold ?
Do you have poison messages on the queue?
In case of a poison message the MDB simply shuts down....
Enjoy  |
|
Back to top |
|
 |
willhuang_78 |
Posted: Thu Jul 14, 2005 3:50 am Post subject: find the reason, the trouble is solved. |
|
|
Newbie
Joined: 20 Dec 2004 Posts: 9
|
The trouble is solved!!
the reason is:
MDB started normally,the listernerPort shows the connection is natural,
but the target queue's property IPPROCS is 0, it truelly tells that the listenerPort does not connect to the target queue.
After I delete the ListenerPort and rebuild it, the System began running naturally.
Thanks all!! _________________ hi~ |
|
Back to top |
|
 |
|