Author |
Message
|
mq_abcd |
Posted: Mon Jan 31, 2005 1:18 pm Post subject: Problem Starting the broker |
|
|
 Acolyte
Joined: 13 Jun 2004 Posts: 69
|
Hi gurus,
I'm facing some wierd problem.
When I try to start the broker using
mqsistart <BROKERNAME>
The following error shows up
WebSphere MQ queue manager running.
/opt/mqsi/bin/mqsistart[27]: 7842 Killed
Please help me.
I'm runnning WBIMB5.0 CSD04 on MQ5.3 CSD05 on solaris 8. |
|
Back to top |
|
 |
GYR |
Posted: Mon Jan 31, 2005 1:49 pm Post subject: |
|
|
Acolyte
Joined: 23 Jan 2002 Posts: 72
|
What user admin rights are you running the process under and does it belong to the all the right groups. Also have you any log details for it either system or from the broker itself. |
|
Back to top |
|
 |
mq_abcd |
Posted: Mon Jan 31, 2005 1:55 pm Post subject: |
|
|
 Acolyte
Joined: 13 Jun 2004 Posts: 69
|
Thanks for ur reply
But there are no messages in the syslog.
And i am running the broker from mqsi userid which is member of mqbrkrs and mqm groups
Any clues....
Thanks
S |
|
Back to top |
|
 |
EddieA |
Posted: Mon Jan 31, 2005 2:14 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Quote: |
But there are no messages in the syslog. |
Did you configure syslog.conf and restart the service.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
GYR |
Posted: Mon Jan 31, 2005 2:16 pm Post subject: |
|
|
Acolyte
Joined: 23 Jan 2002 Posts: 72
|
|
Back to top |
|
 |
mq_abcd |
Posted: Mon Jan 31, 2005 2:32 pm Post subject: |
|
|
 Acolyte
Joined: 13 Jun 2004 Posts: 69
|
Yes I configured the syslog
The steps are:
Added the following line to /etc/syslog.conf
user.debug /var/adm/user.log
created the following file:
touch /var/adm/user.log
chown root:mqbrkrs /var/adm/user.log
chmod 764 /var/adm/user.log
Then restart the syslogd daemon.
# kill -1 <PID of syslogd>
S |
|
Back to top |
|
 |
mq_abcd |
Posted: Tue Feb 01, 2005 5:38 am Post subject: |
|
|
 Acolyte
Joined: 13 Jun 2004 Posts: 69
|
Any more hints????
Please help me out here.
I am able to connect to the database properly
mqsi:/opt/mqsi>sqlplus uname/passwd@DB_SID
SQL*Plus: Release 9.2.0.3.0 - Production on Tue Feb 1 09:10:44 2005
Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
Connected to:
Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production
With the Partitioning, OLAP and Oracle Data Mining options
JServer Release 9.2.0.3.0 - Production
IS there any problem with the DATABASE version(I was able to create broker successfully.)
Thanks
S |
|
Back to top |
|
 |
mq_abcd |
Posted: Tue Feb 01, 2005 9:25 am Post subject: |
|
|
 Acolyte
Joined: 13 Jun 2004 Posts: 69
|
Thanks for all you responses.
Its woriking fine now.
Ths issue was with security issue with SEOS. |
|
Back to top |
|
 |
|