|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Event Log coming . How to remove this |
« View previous topic :: View next topic » |
Author |
Message
|
joecherian |
Posted: Thu Feb 13, 2003 9:36 pm Post subject: Event Log coming . How to remove this |
|
|
Novice
Joined: 15 Dec 2002 Posts: 23 Location: India
|
Hello
I have an application that uses JMS calls to access MQseries .The qpplication and queue is in the same machine and I have used transport type as CLIENT.I am using MQseries 5.3
When i try to stop my application which is constantly monitoring a queue, I am getting an entry in the windows event log as follows
=============================
The error reported is :
AMQ9208: Error on receive from host u5 (133.117.23.179).
EXPLANATION:
An error occurred receiving data from u5 (133.117.23.179) over TCP/IP.
This may be due to a communications failure.
ACTION:
The return code from the TCP/IP (recv) call was 10054 (X'2746'). Record these
values and tell the systems administrator.
==============================
What is the reason for this and how can i solve this ?
Thanks
Joe Cherian |
|
Back to top |
|
 |
bower5932 |
Posted: Fri Feb 14, 2003 8:09 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
When you stop your application, are you closing all of the objects that you opened? If not, you can get errors like this. |
|
Back to top |
|
 |
bbeardsley |
Posted: Fri Feb 14, 2003 8:32 am Post subject: |
|
|
 Acolyte
Joined: 17 Dec 2001 Posts: 52 Location: Dallas, TX, USA
|
I have an application that uses a client connection, and I get this error if the listener (on the server) is turned off or not on. Once the client can make a connection, the event log stops filling up with this error. Do you have a message preceding this one with 'channel ended abnormally'?
-Bridgette Beardsley |
|
Back to top |
|
 |
joecherian |
Posted: Fri Feb 14, 2003 8:58 pm Post subject: |
|
|
Novice
Joined: 15 Dec 2002 Posts: 23 Location: India
|
no i am not getting any message like channel ended abruptly..
and yes i am closing all opened objects.
so what might be the reason ?? |
|
Back to top |
|
 |
clindsey |
Posted: Sat Feb 15, 2003 11:06 am Post subject: |
|
|
Knight
Joined: 12 Jul 2002 Posts: 586 Location: Dallas, Tx
|
Even if your code is closing resources, this code may not get executed if a user does ctrl-break. This is quite common in client apps and I don't know of a way in java or jms to capture this event (other than through jni) so you can gaurantee the cleanup.
If you app is otherwise working correctly, you may want to just filter this message from the event viewer. You can do this by adding a new registry entry:
HKEY_LOCAL_MACHINE\SOFTWARE\IBM\MQSeries\CurrentVersion\IgnoredErrorCodes
and put a list of codes you want to ignore in the value field, e.g. AMQ9208.
Charlie |
|
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
|
|
|
|