ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Event Log coming . How to remove this

Post new topic  Reply to topic
 Event Log coming . How to remove this « View previous topic :: View next topic » 
Author Message
joecherian
PostPosted: Thu Feb 13, 2003 9:36 pm    Post subject: Event Log coming . How to remove this Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
bower5932
PostPosted: Fri Feb 14, 2003 8:09 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website AIM Address Yahoo Messenger
bbeardsley
PostPosted: Fri Feb 14, 2003 8:32 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail AIM Address MSN Messenger
joecherian
PostPosted: Fri Feb 14, 2003 8:58 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger
clindsey
PostPosted: Sat Feb 15, 2003 11:06 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » Event Log coming . How to remove this
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.