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 » problem creating default config for WBIMB5 toolkit

Post new topic  Reply to topic
 problem creating default config for WBIMB5 toolkit « View previous topic :: View next topic » 
Author Message
pulaparty
PostPosted: Sun Jan 29, 2006 1:17 am    Post subject: problem creating default config for WBIMB5 toolkit Reply with quote

Novice

Joined: 29 Jan 2006
Posts: 15

I'm having a problem when it tries to start the config mgr as shown below -

============================================

Creating database [WBRKCMDB], for configuration manager
task completed successfully
Binding to database [WBRKCMDB], for configuration manager
task completed successfully
Registering ODBC data source name for database [WBRKCMDB], for configuration manager
task completed successfully
Creating queue manager [WBRK_QM]
task completed successfully
Adding listener on port [1420] to queue manager [WBRK_QM]
task completed successfully
Starting queue manager [WBRK_QM]
task completed successfully
Creating configuration manager
task completed successfully
Creating database [WBRKBKDB], for broker [WBRK_BROKER]
task completed successfully
Binding to database [WBRKBKDB], for broker [WBRK_BROKER]
task completed successfully
Registering ODBC data source name for database [WBRKBKDB], for broker [WBRK_BROKER]
task completed successfully
Creating broker [WBRK_BROKER]
task completed successfully
Starting configuration manager
task failed

===============================================

My PMERuntime log gives the following information -

+++++++++++++++++++++++++++++++++++++++++++++++

java.lang.InterruptedException:
An attempt to perform task [Starting configuration manager], resulted in an error.


Error response:
<STDOUT>
BIP8024E: Unable to locate the component's executable.
The component's executable is not in the expected directory.
Ensure that the product has not been moved from its installation directory. Check that executable 'bipservice' is in the product's 'bin' directory.

</STDOUT>

Resolve the reason of error and try again.
Be aware your runtime may now be in an incomplete state.
+++++++++++++++++++++++++++++++++++++++++++++++

I have the bipservice.exe in the WBIMB_HOME/bin directory. Can someone help? I'm stuck here.

Thanks.
Back to top
View user's profile Send private message Yahoo Messenger
pulaparty
PostPosted: Sun Jan 29, 2006 2:02 am    Post subject: Reply with quote

Novice

Joined: 29 Jan 2006
Posts: 15

I found the problem. I had an earlier install of WBIMB5 into a different directory. After the uninstall, the windows registry settings are still pointing to the old directory. I correct it and it worked. I have one more last problem (probably the last).

I'm getting a MQRC2009 when trying to create a domain in the toolkit by connecting to WBRK_QM queue manager on 1420 port. I made sure that the queue manager is running and the port doesn't have any firewall or anything of that nature. I still keep getting the message that couldn't connect to WBRK_QM with the details giving the RC of 2009. Can someone please help?
Back to top
View user's profile Send private message Yahoo Messenger
pulaparty
PostPosted: Sun Jan 29, 2006 2:15 am    Post subject: Reply with quote

Novice

Joined: 29 Jan 2006
Posts: 15

Looks like SYSTEM.ADMIN.SVRCONN channel is missing on the WBRK_QM. I added that, but still the problem persists.

I see the following msg in the event log -
===============================================
Channel program ended abnormally.

Channel program 'SYSTEM.BKR.CONFIG' ended abnormally.

Look at previous error messages for channel program 'SYSTEM.BKR.CONFIG' in the error files to determine the cause of the failure.
===============================================

The MQ logs AMQERR01.log gives the following info -

----- amqrmrsa.c : 467 --------------------------------------------------------
1/29/2006 10:54:50
AMQ9999: Channel program ended abnormally.

EXPLANATION:
Channel program 'SYSTEM.BKR.CONFIG' ended abnormally.
ACTION:
Look at previous error messages for channel program 'SYSTEM.BKR.CONFIG' in the
error files to determine the cause of the failure.
----- amqrmrsa.c : 467 --------------------------------------------------------

Looks like the channel definition SYSTEM.BKR.CONFIG is missing

I added the channel definition and now get an MQRC 2085, UNKNOWN_OBJECT_NAME

I found the problem. Lots of SYSTEM.BROKER queues are missing. I have a working version of WBIMB on another m/c and i can compare to see what's different. The default config wizard of the toolkit created it on the successful m/c.

OK. Part of the problem is that when the toolkit tried to create the queues, etc., it tried to create them as another login on the m/c and obviously failed.

I ran the following command ,

mqsisetdbparms WBRK_BROKER -n TOOLSGEN -u username -p password

to set it right.
Back to top
View user's profile Send private message Yahoo Messenger
pulaparty
PostPosted: Sun Jan 29, 2006 9:06 am    Post subject: Reply with quote

Novice

Joined: 29 Jan 2006
Posts: 15

The event log reveals the following -

( WBRK_BROKER ) Database statement 'SELECT BrokerUUID, ExecGroupUUID, ExecGroupLabel, RetryInterval, PubSubServer, ProcessId, ProcessState, DynamicState, DynamicSync, MsgId, CntlGrpMsgId FROM A8JP10.BROKERAAEG WHERE BrokerUUID = ? ORDER BY ExecGroupUUID' could not be executed.

A message flow node attempted to execute a database statement. However, the database returned an error when executing the statement 'SELECT BrokerUUID, ExecGroupUUID, ExecGroupLabel, RetryInterval, PubSubServer, ProcessId, ProcessState, DynamicState, DynamicSync, MsgId, CntlGrpMsgId FROM A8JP10.BROKERAAEG WHERE BrokerUUID = ? ORDER BY ExecGroupUUID'.

If necessary, correct the message flow and redeploy the message broker.

I logged into the windows box as pulaparty and installed all the software as that user. I don't see why i see (A8JP10, which is another login on the m/c) in the DB2 commands.

I ran the following command,

mqsisetdbparms WBRK_BROKER -n TOOLSGEN -u pulaparty -p sreeja9t

but still see the following errors in the event logs -

( WBRK_BROKER ) Database error: SQL State '42S02'; Native Error Code '-204'; Error Text '[IBM][CLI Driver][DB2/NT] SQL0204N "A8JP10.BROKERAAEG" is an undefined name. SQLSTATE=42704 '.

The error has the following diagnostic information: SQL State '42S02' SQL Native Error Code '-204' SQL Error Text '[IBM][CLI Driver][DB2/NT] SQL0204N "A8JP10.BROKERAAEG" is an undefined name. SQLSTATE=42704 '


I don't know why DB2 is hooking up to A8JP10. I even installed it as "pulaparty" and not as "A8JP10"

Can someone pls comment on this.
Back to top
View user's profile Send private message Yahoo Messenger
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » WebSphere Message Broker (ACE) Support » problem creating default config for WBIMB5 toolkit
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.