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 » WebSphere Message Broker (ACE) Support » Creating a listener for queue manager [WBRK6_DEFAULT_QUEUER]

Post new topic  Reply to topic
 Creating a listener for queue manager [WBRK6_DEFAULT_QUEUER] « View previous topic :: View next topic » 
Author Message
ferry
PostPosted: Thu Jul 06, 2006 3:03 am    Post subject: Creating a listener for queue manager [WBRK6_DEFAULT_QUEUER] Reply with quote

Newbie

Joined: 06 Jul 2006
Posts: 9

Creating a listener for queue manager [WBRK6_DEFAULT_QUEUER] on port 2414 failed.
When I start up the WMessage broker toolkit Default configuration, this message appears. Log file contains following text:

Creating a listener for queue manager [WBRK6_DEFAULT_QUEUE_MANAGER] on port 2414.
Status ERROR: com.ibm.etools.mft.eou code=0 Could not create the listener.

Collected output from task >
Stdout: [MQM could not display the text for error 27028.
MQM could not display the text for error 536903937.


1 : DEFINE LISTENER(WBRK6_DEFAULT_QUEUE_MANAGER) TRPTYPE(TCP) PORT(2414) CONTROL(QMGR)
AMQ6090: MQM could not display the text for error 536903937.
MQM could not display the text for error 536903937.
MQM could not display the text for error 536903937.
MQM could not display the text for error 536903937.
MQM could not display the text for error 27028.
MQM could not display the text for error 536903937.


1 : START LISTENER(WBRK6_DEFAULT_QUEUE_MANAGER)
AMQ6090: MQM could not display the text for error 536903937.
MQM could not display the text for error 536903937.
MQM could not display the text for error 536903937.
MQM could not display the text for error 536903937.]

Stderr: [] null

etc...
What can I do?
Regards
Back to top
View user's profile Send private message
shalabh1976
PostPosted: Thu Jul 06, 2006 4:41 am    Post subject: Reply with quote

Partisan

Joined: 18 Jul 2002
Posts: 381
Location: Gurgaon, India

Can you first check whether the listner port is not being used by any other QM ?
_________________
Shalabh
IBM Cert. WMB V6.0
IBM Cert. MQ V5.3 App. Prog.
IBM Cert. DB2 9 DB Associate
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
shalabh1976
PostPosted: Thu Jul 06, 2006 4:54 am    Post subject: Reply with quote

Partisan

Joined: 18 Jul 2002
Posts: 381
Location: Gurgaon, India

I also tried to check the reason code for AMQ6090 and it asks to contact IBM.
Code:
mqrc AMQ6090

Code:
C:\Documents and Settings\db2admin>mqrc AMQ6090

     24720  0x00006090  xecF_I_DISPLAY_NOT_A_MESSAGE

MESSAGE:
WebSphere MQ was unable to display an error message 6090.

EXPLANATION:
MQ has attempted to display the message associated with return code hexadecimal
'6090'.  The return code indicates that there is no message text associated
with the message. Associated with the request are inserts 1111 : 2222 : <insert
one> : <insert two> : <insert three>.

ACTION:
Use the standard facilities supplied with your system to record the problem
identifier, and to save the generated output files. Contact your IBM support
center.  Do not discard these files until the problem has been resolved.

_________________
Shalabh
IBM Cert. WMB V6.0
IBM Cert. MQ V5.3 App. Prog.
IBM Cert. DB2 9 DB Associate
Back to top
View user's profile Send private message Yahoo Messenger MSN Messenger
ferry
PostPosted: Thu Jul 06, 2006 8:27 pm    Post subject: Reply with quote

Newbie

Joined: 06 Jul 2006
Posts: 9

shalabh1976
I tried to check the reason code for AMQ6090 as well.
The result was:

24720 0x00006090 xecF_I_DISPLAY_NOT_A_MESSAGE

xcsGetMessage() returned xecE_W_DEFAULT_TEXT_SUBSTITUTED

MESSAGE:
MQM could not display the text for error 24720.

EXPLANATION:


ACTION:

So, no explanation and no action...
Back to top
View user's profile Send private message
ferry
PostPosted: Thu Jul 06, 2006 8:31 pm    Post subject: Reply with quote

Newbie

Joined: 06 Jul 2006
Posts: 9

shalabh1976
How Can I check whether the listner port is not being used by any other QM ?
I have only I QManager (MQ Default manager, which created after start MQ Default configuration), and it doesn't use port 2414...
Back to top
View user's profile Send private message
Vitor
PostPosted: Thu Jul 06, 2006 11:03 pm    Post subject: Reply with quote

Grand High Poobah

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

[quote="ferry"]shalabh1976
How Can I check whether the listner port is not being used by any other QM ?
[quote]

use netstat to see if the port's in use
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
ferry
PostPosted: Fri Jul 07, 2006 12:39 am    Post subject: Reply with quote

Newbie

Joined: 06 Jul 2006
Posts: 9

shalabh1976

I checked netstat...as i assumed, port 2414 is not in use
Back to top
View user's profile Send private message
wschutz
PostPosted: Fri Jul 07, 2006 1:46 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

1. Are there any FDC files in /var/mqm/errors ?
2. Have you applied FP 1 or RP 1 ?
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
ferry
PostPosted: Fri Jul 07, 2006 2:51 am    Post subject: Reply with quote

Newbie

Joined: 06 Jul 2006
Posts: 9

wschutz wrote:
1. Are there any FDC files in /var/mqm/errors ?
2. Have you applied FP 1 or RP 1 ?


1 I have windows system, so i don't have folder var...
but there are some fdc files in program files\ibm\websphere mq\errors...
AMQ364.0.FDC
AMQ2424.0.FDC
AMQ404.0.FDC

2 I did neither applied FP1 nor RP1
Should i do this?
Back to top
View user's profile Send private message
wschutz
PostPosted: Fri Jul 07, 2006 3:13 am    Post subject: Reply with quote

Jedi Knight

Joined: 02 Jun 2005
Posts: 3316
Location: IBM (retired)

Does the timestamp on those FDC files correspond to the error you are receiving? If so, can you paste the top portion for us to look at?

Generally speaking, its a good idea to apply service when you have this type of error, but I can't guarantee that it will fix your problem.
_________________
-wayne
Back to top
View user's profile Send private message Send e-mail AIM Address
ferry
PostPosted: Sun Jul 09, 2006 7:59 pm    Post subject: Reply with quote

Newbie

Joined: 06 Jul 2006
Posts: 9

wschutz wrote:
Does the timestamp on those FDC files correspond to the error you are receiving? If so, can you paste the top portion for us to look at?

Generally speaking, its a good idea to apply service when you have this type of error, but I can't guarantee that it will fix your problem.


I generaly don't know exactly if timestamp of FDC correspond to the error I'm receiving. I send this file on your email.
Thanks for your help.
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 » WebSphere Message Broker (ACE) Support » Creating a listener for queue manager [WBRK6_DEFAULT_QUEUER]
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.