Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MSGS0101E: Start Queue Manager command failed with exit code: 119

119 views
Skip to first unread message

Raj Devershetty

unread,
Feb 6, 2003, 3:39:47 PM2/6/03
to
How Do I fix this error? I can't start QM.. Help please
Env: redHat linux 7.2 /WAS v5

[2/6/03 14:58:26:853 EST] 2950a103 SecurityCompo I SECJ0243I: Security
service started successfully
[2/6/03 14:58:26:854 EST] 2950a103 SecurityCompo I SECJ0210I: Security
enabled false
[2/6/03 14:58:27:455 EST] 2950a103 JMSEmbeddedPr A MSGS0050I: Starting
the Queue Manager
[2/6/03 14:58:37:673 EST] 2950a103 QueueManagerM E MSGS0101E: Start
Queue Manager command failed with exit code: 119
[2/6/03 14:58:37:677 EST] 2950a103 JMSService E MSGS0001E: Starting
the JMS Server failed with exception: java.lang.Exception: MSGS0101E:
Start Queue Manager command failed with exit code: 119
at
com.ibm.ws.messaging.QueueManagerManager.startQueueManager(QueueManagerManager.java:355)
at
com.ibm.ws.messaging.JMSEmbeddedProviderImpl.start(JMSEmbeddedProviderImpl.java:179)
at com.ibm.ws.messaging.JMSService.start(JMSService.java:251)
at
com.ibm.ws.runtime.component.ContainerImpl.startComponents(ContainerImpl.java:343)
at
com.ibm.ws.runtime.component.ContainerImpl.start(ContainerImpl.java:234)
at
com.ibm.ws.runtime.component.ServerImpl.start(ServerImpl.java:182)
at com.ibm.ws.runtime.WsServer.start(WsServer.java:135)
at com.ibm.ws.runtime.WsServer.main(WsServer.java:232)
at java.lang.reflect.Method.invoke(Native Method)
at com.ibm.ws.bootstrap.WSLauncher.main(WSLauncher.java:94)

Gareth Matthews

unread,
Feb 7, 2003, 5:19:15 AM2/7/03
to
Raj,

From the command line if you type 'dspmq' to find out the name of your queue
manager being used by WebSphere and then type 'strmqm <qm name>', what do
you get outputted to the console? It is possible that you will get some more
information out of here. You could post that here if you wanted me to take a
look at it. Other than that, if there is still nothing useful coming out,
you could try looking in the /var/mqm/errors directory and checking the
AMQERR0.. log files for any clues there. Feel free to post the contents of
that too.

Hope this helps,
Gareth Matthews

"Raj Devershetty" <rdever...@navisite.com> wrote in message
news:3E42C813...@navisite.com...

Gareth Matthews

unread,
Feb 7, 2003, 5:27:11 AM2/7/03
to
Raj,

I have just had a thought - and done a quick test to verify this is the
problem. The AppServer needs to be run as root, and I tried taking root out
of the 'mqm' group. Then when I start the queue manager it says I am not
authorised - which is correct - and returns to me exit code 119.

Check you are running the app server as root, or if you have created an
account to run the appserver under, ensure that that account (or the root
account, whichever you are running the appserver as) is a member of the
'mqm' group. Your queue manager should be able to be started now.

Hope this helps,
Gareth Matthews

"Gareth Matthews" <matthew...@nospam.hotmail.com> wrote in message
news:b200r5$2dm8$1...@news.boulder.ibm.com...

Raj Devershetty

unread,
Feb 7, 2003, 4:03:39 PM2/7/03
to
Thanks and appreciate Gareth, It works!! I was using ordinary user to
startServer.
0 new messages