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 IndexGeneral DiscussionChannel Retrying Status

Post new topicReply to topic Goto page Previous  1, 2
Channel Retrying Status View previous topic :: View next topic
Author Message
maxy_14in
PostPosted: Thu Apr 15, 2010 8:52 am Post subject: Reply with quote

Apprentice

Joined: 07 Nov 2008
Posts: 43

as per the error code => Address is already in use, If you attempt to set up a server on a port that is already is in use, you will get this error.

I changed the port number of both the Listners to 1450 and 1451 respectively. I also changed the connname of both the Sender channels.

Recycled the Qmgrs, and then tried to start the Sender Channel.

My attempt again failed with the same "Retrying" State.
Back to top
View user's profile Send private message
maxy_14in
PostPosted: Thu Apr 15, 2010 8:56 am Post subject: Reply with quote

Apprentice

Joined: 07 Nov 2008
Posts: 43

Recieving the similar errors when PING CHANNEL (QMA.QMB)

the log file responses are

QMA side:

4/15/2010 12:47:17 - Process(3904.1) User(MAXY) Program(amqrcmla.exe)
AMQ9248: The program could not bind to a TCP/IP socket.

EXPLANATION:
The attempt to bind to socket '127.0.0.1(1450)' failed with return code 10048.
The failing TCP/IP call was 'bind'. The most likely cause of this problem is
incorrect configuration of the TCP/IP local address or incorrect start and end
port parameters.
ACTION:
Contact the system administrator. If the problem persists contact your IBM
support center.

QMB Side:

4/15/2010 12:46:58 - Process(3676.1) User(MAXY) Program(amqrcmla.exe)
AMQ9248: The program could not bind to a TCP/IP socket.

EXPLANATION:
The attempt to bind to socket '127.0.0.1(1451)' failed with return code 10048.
The failing TCP/IP call was 'bind'. The most likely cause of this problem is
incorrect configuration of the TCP/IP local address or incorrect start and end
port parameters.
ACTION:
Contact the system administrator. If the problem persists contact your IBM
support center


Last edited by maxy_14in on Thu Apr 15, 2010 9:23 am; edited 2 times in total
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Apr 15, 2010 9:06 am Post subject: Reply with quote

Grand High Poobah

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

1) Follow my advice and check what's actually using the ports in question

2) Ask yourself why your WMQ system processes are running under what looks like a personal id
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
maxy_14in
PostPosted: Thu Apr 15, 2010 9:35 am Post subject: Reply with quote

Apprentice

Joined: 07 Nov 2008
Posts: 43

Vitor thank you for ur advice.

I modified the Listner IP the 127.0.0.1 with "localhost" on both the QMGR's.

The sender channel on QMA i.e., (QMA.QMB) and the reciever channel on QMB started working its in running state. Whereas the sender on QMB (QMB.QMA) is in retrying state.

I cross checked by putting message on Remote Q Q2 on QMA. It received on the Q2 of QMB.
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Apr 15, 2010 10:18 am Post subject: Reply with quote

Grand High Poobah

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

maxy_14in wrote:
The sender channel on QMA i.e., (QMA.QMB) and the reciever channel on QMB started working its in running state. Whereas the sender on QMB (QMB.QMA) is in retrying state.


Which gives you valuable diagnostic information.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
maxy_14in
PostPosted: Thu Apr 15, 2010 10:57 am Post subject: Reply with quote

Apprentice

Joined: 07 Nov 2008
Posts: 43

Does that mean on a local system we can define only one sender and receiver channel ?
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Apr 15, 2010 11:01 am Post subject: Reply with quote

Grand High Poobah

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

maxy_14in wrote:
Does that mean on a local system we can define only one sender and receiver channel ?


No. Why would it mean that?

Try looking at the errors and your setup, think about what's happening and debug the problem rather than just guess.

FWIW I have 5 cross connected queue managers running on this laptop at the moment.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
maxy_14in
PostPosted: Thu Apr 15, 2010 12:12 pm Post subject: Reply with quote

Apprentice

Joined: 07 Nov 2008
Posts: 43

oh ohk ... i will try creating another set of QMGR's and try to establish a Cluster environment and see if it works fine for me ...

But still the Sender channel from QMB isn't moving to running state from retrying.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Apr 15, 2010 12:25 pm Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

confirm the listener is running!

netstat /an|find /i "listen"

Confirm that you can telnet localhost 1415

If you can't connect to the listener, you won't be able to run *any* kind of channel, cluster or not.
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Apr 15, 2010 12:39 pm Post subject: Reply with quote

Grand High Poobah

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

maxy_14in wrote:
oh ohk ... i will try creating another set of QMGR's and try to establish a Cluster environment and see if it works fine for me ...


If the point to point channel isn't working, what makes you think the cluster channel will have more luck? It's all using the same network architecture.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bruce2359
PostPosted: Thu Apr 15, 2010 4:39 pm Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9471
Location: US: west coast, almost. Otherwise, enroute.

Quote:
Trying to establish point to point communication as described in the “MQ Primer”.

Much better documentation on channel setup is to be found in the WMQ Intercommunications manual.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Display posts from previous:
Post new topicReply to topic Goto page Previous  1, 2 Page 2 of 2

MQSeries.net Forum IndexGeneral DiscussionChannel Retrying Status
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.