Author |
Message
|
reddy_kal |
Posted: Mon Dec 04, 2006 2:12 pm Post subject: BIP8081 An exception was caught while processing the command |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Hello,
I am getting the following error when I try to do mqsilist on my Linux server.
"BIP8081 An exception was caught while processing the command, 'Unable to format an ImbException message for output, ImbException message number is BIP2164' "
Did anyone come across this error.?
We have installed WMQ 6.0.1 and WMB 6.0.2 on SLSE 9.
Also when I do runmqsc on my QueueManager with the user id that I am using for creating MessageBroker, I am getting "AMQ8145: Connection broken Error"
But when I do runmqsc of same Queuemanager with "mqm" user it works fine.
I am not sure if these both are related to each other. Can any of you help me in fixing this issue please.
Thanks in advance
-Reddy |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Dec 04, 2006 2:19 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
They're both PATH issues.
For the first one, make sure you're running the mqsiprofile.
For the second one, read the section "Implications of a 64bit queue manager" in the Quick Beginnings Guide for Linux in the MQ Info center. There are also some comments about user profiles and this kind of error in the Broker Info Center where it talks about configuring your unix command environment. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
reddy_kal |
Posted: Tue Dec 05, 2006 7:50 am Post subject: |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Hello,
I verfiied and double checked the profile. I am not seeing anything that will cause this issue.
I am also changed the permission of MQ install directory and underneath it to 755.
I am also doubled checked the user id that I am using is in the "mqm" group.
Thanks
Reddy |
|
Back to top |
|
 |
reddy_kal |
Posted: Tue Dec 05, 2006 12:56 pm Post subject: |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Hello,
The issue with MessageBroker got fixed.
The permission for /var/mqsi was root. After changing the owner of the file, i am able to execute the mqsilist now.
I am still facing the issue with runmqsc. It gives me
AMQ8145: Connection Broken error.
The user id that I am executing this commad is part of mqm group. Also all the files in /opt/mqm has 775 permission.
Does anyone encountered the similar problem before?
-Reddy |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Dec 05, 2006 1:10 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
|
Back to top |
|
 |
reddy_kal |
Posted: Tue Dec 05, 2006 2:09 pm Post subject: |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Thanx for the link. I will check the Symbolic Link. I forgot to check those. |
|
Back to top |
|
 |
reddy_kal |
Posted: Wed Dec 06, 2006 12:27 pm Post subject: |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Hello,
Atlast I am able to resolve the runmqsc issue.
The permission of the files in /opt/mqm/bin needs to be with Sticky bit.
After I changed the permission to 6550, I am able to do runmqsc with my MessageBroker user id.
Thank for you help.
-Reddy |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Dec 06, 2006 12:37 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
It sounds like someone on your Unix team has been playing around with permissions on product installation directories.
This is usually not a recommended thing to do, and they may have changed more things that you don't know about yet - that will cause other things to break. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|