Author |
Message
|
Smarty05 |
Posted: Wed Jun 11, 2008 12:34 am Post subject: Starting config manager error |
|
|
Apprentice
Joined: 02 May 2007 Posts: 26
|
Hi,
I m trying to start config manager to deploy .bar files (doing first deployment test), i am getting below error:
C:\Program Files\IBM\MQSI\6.1>mqsistart WBRK61_DEFAULT_CONFIGURATION_MANAGER
BIP8048E: It was not possible to start WebSphere MQ queue manager 'WBRK61_DEFAUL
T_QUEUE_MANAGER'.
This command attempts to start a WebSphere MQ queue manager. The queue manager could not be started.Check your system log for failure information. Ensure that the user name used to issue this command has the required permissions to start the WebSphere MQ queue manager. Check that you have an appropriate installation of WebSphere MQ to sup
port a WebSphere Message Brokers component. Please see "Diagnosing errors" section in the information center for more information.
Any idea what could be the problem config manager facing while starting the QM?
I am able to start the QM from command prompt, but when i try to connect broker domain, it gives error 2009 - Queue manager not running.
I started the Broker,Config manager and IBM MQSeries windows services and all are running under same local user id.
Thanks in advance... |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Jun 11, 2008 2:17 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Concentrate on diagnosing the MQ error before you bring broker/CM into the picture. I suspect mqsistart is just encountering the same problem as you're seeing when you run strmqm.
MQRC 2009 can be caused by a number of reasons; search the forum for more info. Specifically, make sure you're up to date on MQ maintenance, that you're not running as Administrator, check the system log and MQ errors directory etc. |
|
Back to top |
|
 |
sri_csee1983 |
Posted: Wed Jun 11, 2008 2:36 am Post subject: |
|
|
 Centurion
Joined: 25 Mar 2008 Posts: 125 Location: Chennai,India
|
The Event Viewer log will have the exact information why it failed, see that and still if u r not able to resolve post the error in EventViewer. _________________ With Cheers,
Sri |
|
Back to top |
|
 |
Smarty05 |
Posted: Wed Jun 11, 2008 2:58 am Post subject: |
|
|
Apprentice
Joined: 02 May 2007 Posts: 26
|
Quote: |
I suspect mqsistart is just encountering the same problem as you're seeing when you run strmqm.
|
There is no error when i run strmqm
C:\Program Files\IBM\WebSphere MQ\bin>strmqm WBRK61_DEFAULT_QUEUE_MANAGER
WebSphere MQ queue manager 'WBRK61_DEFAULT_QUEUE_MANAGER' starting.
5 log records accessed on queue manager 'WBRK61_DEFAULT_QUEUE_MANAGER' during th
e log replay phase.
Log replay for queue manager 'WBRK61_DEFAULT_QUEUE_MANAGER' complete.
Transaction manager state recovered for queue manager 'WBRK61_DEFAULT_QUEUE_MANA
GER'.
WebSphere MQ queue manager 'WBRK61_DEFAULT_QUEUE_MANAGER' started.
C:\Program Files\IBM\WebSphere MQ\bin>dspmq
QMNAME(test1) STATUS(Running)
QMNAME(WBRK61_DEFAULT_QUEUE_MANAGER) STATUS(Running)
I have fix pack installed for MQ - dspmqver is 6.0.2.3.
I just checked event viewer - it shows error 'DCOM got error "Logon failure: the user has not been granted the requested logon type at this computer. " and was unable to logon .\MUSR_MQADMIN in order to run the server:
{4576E163-FA1A-11D1-ABB8-0004ACF79B59}'
what does above error mean? My login id is member of 'mqm' and admin group.
Thanks |
|
Back to top |
|
 |
Subha |
Posted: Wed Jun 11, 2008 3:33 am Post subject: |
|
|
Apprentice
Joined: 14 Nov 2006 Posts: 33 Location: Toronto
|
I believe you are using same user id for running both MQ Service and Configuration manager service.
Also check security configuration in DCOMCNFG for Websphere MQ service. _________________ Subh |
|
Back to top |
|
 |
DIPU@2007 |
Posted: Wed Jun 11, 2008 4:14 am Post subject: Re: Starting config manager error |
|
|
Novice
Joined: 13 Dec 2007 Posts: 18
|
Smarty05 wrote: |
Hi,
I m trying to start config manager to deploy .bar files (doing first deployment test), i am getting below error:
C:\Program Files\IBM\MQSI\6.1>mqsistart WBRK61_DEFAULT_CONFIGURATION_MANAGER
BIP8048E: It was not possible to start WebSphere MQ queue manager 'WBRK61_DEFAUL
T_QUEUE_MANAGER'.
This command attempts to start a WebSphere MQ queue manager. The queue manager could not be started.Check your system log for failure information. Ensure that the user name used to issue this command has the required permissions to start the WebSphere MQ queue manager. Check that you have an appropriate installation of WebSphere MQ to sup
port a WebSphere Message Brokers component. Please see "Diagnosing errors" section in the information center for more information.
Any idea what could be the problem config manager facing while starting the QM?
I am able to start the QM from command prompt, but when i try to connect broker domain, it gives error 2009 - Queue manager not running.
I started the Broker,Config manager and IBM MQSeries windows services and all are running under same local user id.
Thanks in advance... |
This info might be helpful..........jus chk out..
Error message BIP8048 is issued when you start a component
Scenario: Error message BIP8048 is issued when you start a component.
Explanation: This message indicates that WebSphere® MQ is not responding as expected when it tries to start the queue manager. This could be because the strmqm executable file is not present on UNIX® or Linux® systems, or the amqmdain executable file is not present on Windows, or permissions are incorrect.
Solution: Check that your WebSphere MQ installation is fully functional:
On Windows, start the "IBM® MQSeries®" service.
On UNIX or Linux, issue the strmqm command to start the queue manager that is associated with this component.
If the check fails, your WebSphere MQ installation is incomplete. This error occurs typically because you have previously installed WebSphere Application Server, which installs an embedded WebSphere MQ component that does not support WebSphere Event Broker.
Uninstall WebSphere Application Server, then install the full WebSphere MQ product that is provided with WebSphere Event Broker. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jun 11, 2008 7:19 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Stop the qmgr.
In UNIX start it with strmqm from the command prompt.
In Windows start it with amqmdain from the command prompt.
What errors are you seeing if any?
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
sri_csee1983 |
Posted: Wed Jun 11, 2008 5:33 pm Post subject: |
|
|
 Centurion
Joined: 25 Mar 2008 Posts: 125 Location: Chennai,India
|
Were u able to connect to ur Queue Manager in MQ Explorer. It look like u ell not be able to. If u r not able to connnect to ur Queue Manager in MQ Explorer, then I have a soln for it. Try this out. In Control Panel --> Administrative Tools --> Component Services --> Console Root --> Component Services --> Computers --> My Computer --> DCOM Config --> IBM MQ Series
Right Click that and select properties. In that u have Identity Tab, in that it there will be a question "Which user account do you want to use to run this application?" In that currently it will be selected as This user. Instead select The launching user and give apply and Ok. Then log off and log in and again retry ur process.
This shud work. _________________ With Cheers,
Sri |
|
Back to top |
|
 |
|