Author |
Message
|
nitikavi |
Posted: Sun Mar 20, 2005 2:41 am Post subject: Standalone Broker toolkit on m/c 1 and Config Mgr on m/c 2 |
|
|
Newbie
Joined: 19 Jan 2005 Posts: 8
|
Hi
I am trying to setup the development env in the following fashion
I have 2 machines with Win XP SP2 on each of them
I have installed Broker Toolkit on one machine. I installed it using the same CD that has the entire Broker on it and did a custom install and choose to install only the toolkit.
On the second machine I installed DB2 8.1, MQSeries 5.3 and Broker 5.0
Now I open the toolkit(Eclipse based GUI) and try to create a new domain.
While creating a domain I specify the second machine IP address and QManager name on the second machine.
However I am getting an error which says that it is not able to find the QMgr on the second machine. I have double checked if the listeners etc are running on the second machine.
I was under the impression that this should work as the toolkit itself is a MQ client and hence there is no need to set any client channel etc as one would for a normal Java MQ program.
Am I right to say this? Can somebody please help on this. Am I missiong any thing during the setup? |
|
Back to top |
|
 |
jefflowrey |
Posted: Sun Mar 20, 2005 5:00 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Are you seeing any errors show up on the broker machine?
Did you already run mqsicreatebroker and mqsicreateconfigmgr on the broker machine?
What do the "details" of the error about unable to find the Qmgr say?
Are there errors in <WBIMB_WorkSpace>/metadata/.log on your Toolkit machine? (the default workspace is <WBIMB_install_root>/eclipse/workspace) _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
nitikavi |
Posted: Thu Mar 24, 2005 9:10 pm Post subject: |
|
|
Newbie
Joined: 19 Jan 2005 Posts: 8
|
Hi Jeff
Thanks for your reply.
To reply to your questions. Yes I have created the broker and config manager using the commands you mentioned.
I have also deployed flows locally on the broker machine and everything runs fine.
Now from the other machine which has just the toolkit, when I specify the following params while creating domain
QMgrName : MBQM
HOST : 192.168.100.181
Port : 1414
Security Exit :
I get the following error
BIP0914E Message Broker Toolkit is unable to communicate with the Configuration Manager
When I click details I see the following message
Could not connect to MQ Queue Manager 'MBQM' (reason code=2059)[/b]
There are no errors seen in the log that you have mentioned. |
|
Back to top |
|
 |
nitikavi |
Posted: Thu Mar 24, 2005 9:31 pm Post subject: |
|
|
Newbie
Joined: 19 Jan 2005 Posts: 8
|
Just to add to the prevcious post
I installed the toolkit on the machine on which the config manager is insatlled
There I tried creating a domain but using explicit IP address rather than saying localhost.
Then also I got the same error. |
|
Back to top |
|
 |
JT |
Posted: Thu Mar 24, 2005 9:43 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Did you install any CSDs or did you open the Toolkit immediately after installing the base software? |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Mar 25, 2005 5:43 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Are you trying to connect to the Broker QM or the ConfigMgr QM? Does the ConfigMgr QM have a listener at 192.168.100.181(1414)? Is that listener running?
The Tooling needs to connect to the Broker QM.
Can you find the mq java jar files somewhere in Toolkit installation? If so, you can use them as a standalone client (like you are expecting the Toolkit to do) using a sample java program. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
rkford11 |
Posted: Fri Mar 25, 2005 8:59 am Post subject: |
|
|
Partisan
Joined: 06 Jun 2004 Posts: 316
|
Have you made the user on second machine part of mq* groups on the first machine. |
|
Back to top |
|
 |
nitikavi |
Posted: Sun Mar 27, 2005 8:26 pm Post subject: |
|
|
Newbie
Joined: 19 Jan 2005 Posts: 8
|
I am trying to connect to the Config Manager QM. The listener on 1414 is up and running. I have double checked that. To confirm I have even tried to deploy the flow thru the toolkit on the same machine on which config manager is installed. It works.
The user is db2admin who is part of mq* groups on both the machines.
To answer JTs questions
No I have not installed any CSDs. And Yes I opened the toolkit immediately upon installation. Does this matter?
So when everything is on the same machine. Everything works. But when I try to connect thru the toolkit from m/c 2. I cannot.
I even tried connecting using a sample Java program even that fails. So this has started worrying me.
I read somewhere that this might have something to do with MCA userid being set on the config QM. Would appreciate if somebody can help on that. |
|
Back to top |
|
 |
JT |
Posted: Mon Mar 28, 2005 6:16 am Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
Absolutely, it matters.
You should apply at least CSD2 prior to opening the Toolkit. Now that you've opened the toolkit, you need to uninstall it and re-install the base and apply the CSD, I would recommend applying the latest maintenance, CSD4.
http://www.mqseries.net/phpBB2/viewtopic.php?t=15775 |
|
Back to top |
|
 |
EddieA |
Posted: Mon Mar 28, 2005 10:35 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
Now that you've opened the toolkit, you need to uninstall it and re-install the base and apply the CSD |
I thought that was only with the very early copies of the code. Wasn't the v5 code refreshed at a level that didn't require this.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
vennela |
Posted: Mon Mar 28, 2005 12:12 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
I even tried connecting using a sample Java program even that fails. So this has started worrying me. |
I think it is a different problem based on what is mentioned above. If his java program is also failing then the problem may be at MQ level and not at the broker level.
What is the error you are getting when you run the java program. Are you trying to run the program in client mode? Any FDC's. What does the error logs say, on both the client side and the server side. |
|
Back to top |
|
 |
|