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 » General Discussion » sequence-- AMQ9002 AMQ9558 AMQ9999

Post new topic  Reply to topic Goto page 1, 2  Next
 sequence-- AMQ9002 AMQ9558 AMQ9999 « View previous topic :: View next topic » 
Author Message
mquser01
PostPosted: Fri Apr 04, 2008 3:34 am    Post subject: sequence-- AMQ9002 AMQ9558 AMQ9999 Reply with quote

Acolyte

Joined: 06 Mar 2008
Posts: 52

I am getting following error in error log
the application involves continuous send recceive of messages. In between suddenly the channel connection breaks and the messages get piled up in the XMITQ sequence of error is
AMQ9002
AMQ9558
AMQ9999

i tried stopping the channel and then again starting it but still it goes into binding state. (I have set retry short and long interval of the sender channel to 0)
ping on channel from explorer fails with AMQ4048
On the receiver side both listener and QM are running...


Please let me know what could be the problem??? what action will solve this problem
Back to top
View user's profile Send private message
AkankshA
PostPosted: Fri Apr 04, 2008 3:57 am    Post subject: Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

are you able to ping the remote server IP ??
_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
Gaya3
PostPosted: Fri Apr 04, 2008 3:58 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

Please paste the contents in the error file..

Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Apr 04, 2008 4:00 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

AkankshA wrote:
are you able to ping the remote server IP ??


More importantly, can you telnet to the port MQ is using? Or trying to?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Apr 04, 2008 4:02 am    Post subject: Re: sequence-- AMQ9002 AMQ9558 AMQ9999 Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

mquser01 wrote:
Please let me know what could be the problem??? what action will solve this problem


Has the channel ever worked? What version(s) of WMQ are involved? Running on which platforms?
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mquser01
PostPosted: Fri Apr 04, 2008 4:34 am    Post subject: Reply with quote

Acolyte

Joined: 06 Mar 2008
Posts: 52

i did not do telnet.
I have 2 QMGR 1 running on linux and other on Windows
both QMGR have sender and receiver channels channel on windows was giving the error AMQ9558 on sender channel i.e. messages from windows to Linux could not be sent.
sender on linux was running perfectly and messages were being sent successfully from linux QMGR to Windows QMGR..
yes continuos send/receive was being done before this error occured...
WMQv6 is being used on both Linux and Windows platform

Contents of error log:
____________________________________________________________
since the sender channel on windows end was in binding state we stopped it and again start it.
AMQ9002 Channel program started.
Explanation: Channel program '&3' started.
User action: None.

AMQ9558 Remote Channel is not currently available.
Explanation: The channel program ended because the
channel '&3' is not currently available on the remote system.
This could be because the channel is disabled or that the
remote system does not have sufficient resources to run a
further channel.
User action: Check the remote system to ensure that the
channel is available to run, and retry the operation.

AMQ9999 Channel program ended abnormally.
Explanation: Channel program '&3' ended abnormally.
User action: Look at previous error messages for channel
program '&3' in the error files to determine the cause of the
failure.
____________________________________________________________


Let me know if any other details are required...
thanks
Back to top
View user's profile Send private message
Gaya3
PostPosted: Fri Apr 04, 2008 4:51 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

As Vitor said, do telnet to port of MQ @ Windows and @ Linux.

plz check the error logs at linux qmgr side too

Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
Vitor
PostPosted: Fri Apr 04, 2008 4:53 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

You're of course sure that the reciever channel on the target box is running normally, spelt correctly and there's nothing in the target queue manager's log to indicate any issues (as per AMQ9558).

Do the telnet. See if that works.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mquser01
PostPosted: Fri Apr 04, 2008 5:04 am    Post subject: Reply with quote

Acolyte

Joined: 06 Mar 2008
Posts: 52

before posting the query I had deleted the channel on sender and receiver side and recreateed it, its running now but i want to know root cause of this problem and ensure that this problem doesnot recur...
Back to top
View user's profile Send private message
Gaya3
PostPosted: Fri Apr 04, 2008 5:09 am    Post subject: Reply with quote

Jedi

Joined: 12 Sep 2006
Posts: 2493
Location: Boston, US

ooops,

it might be a problem rooted to TCP/IP. / listener


Regards
Gayathri
_________________
Regards
Gayathri
-----------------------------------------------
Do Something Before you Die
Back to top
View user's profile Send private message
mquser01
PostPosted: Fri Apr 04, 2008 5:12 am    Post subject: Reply with quote

Acolyte

Joined: 06 Mar 2008
Posts: 52

i didn't get you ???? what could be the problem in tcp/ip as this connection had been made and was running for long time and suddenly this AMQ9558 error occured...
regarding listener i had checked the listener on receiver QMGR it was in running state....
Back to top
View user's profile Send private message
AkankshA
PostPosted: Sun Apr 06, 2008 7:48 pm    Post subject: Reply with quote

Grand Master

Joined: 12 Jan 2006
Posts: 1494
Location: Singapore

mquser01 wrote:
before posting the query I had deleted the channel on sender and receiver side and recreateed it, its running now but i want to know root cause of this problem and ensure that this problem doesnot recur...


how can u find the root cause now when u do not have the problem....

buts yeah since it got resolved after recreating channels so i guess it ought to be the name mismatch of sender and receiver channel...
_________________
Cheers
Back to top
View user's profile Send private message Visit poster's website
mquser01
PostPosted: Mon Apr 07, 2008 4:28 am    Post subject: Reply with quote

Acolyte

Joined: 06 Mar 2008
Posts: 52

hi the problem recurred i tried doing ping channel using runmqsc thru command prompt it gives error AMQ9558:remote channel is not currently available

telnet to the port on which MQ is listening 1414
>telnet 172.20.104.16 1414
telnet hangs screen goes blank

Pleasee help
Back to top
View user's profile Send private message
Vitor
PostPosted: Mon Apr 07, 2008 4:42 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

mquser01 wrote:
>telnet 172.20.104.16 1414
telnet hangs screen goes blank


That's good news - means the listener is working. There should be a message in the queue manager log timestamped for your attempt where the receiver channel is complaining about invalid messages (because the MCA doesn't speak telnet - it expects another MCA to be using the port).

There should also be messages for the point where the channel goes into retry / binding which could be useful. You should also check for configuration changes at or about the time of failure - I think I'm correct in saying you deleted & redefined the channel, it then started working normally & has now mainifested the same problem? My first suspicion is that someone's monkeying around, the first suspects have been eliminated by the telnet so work your way up the comms stack until you find the issue.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
mquser01
PostPosted: Mon Apr 07, 2008 5:01 am    Post subject: Reply with quote

Acolyte

Joined: 06 Mar 2008
Posts: 52

sorry but could you please tell me what do you mean by "so work your way up the comms stack until you find the issue" and elaborate on what could be the problem
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General Discussion » sequence-- AMQ9002 AMQ9558 AMQ9999
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.