Author |
Message
|
reddy_kal |
Posted: Tue Sep 19, 2006 5:11 am Post subject: Error when Creating Message Broker on SUSE 9 (Linux) |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Hello,
I am getting error when I try to create Message Broker on Linux Env.
This is the command I used
"mqsicreatebroker <BrokerName> -i <mqsiUser> -a <mqsipass> -q <Queeumanager> -n <DatabaseName> -u <databaseUser> -p <databasepassword?"
mqsicreatebroker: error while loading shared libraries: libmqm_r.so: cannot open shared object file: No such file or directory
Can you please let me know if any of you encounter this problem and got it fixed?
Thanks
Reddy |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Sep 19, 2006 5:23 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
What troubleshooting have you done?
What are the exact steps you've taken? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
reddy_kal |
Posted: Tue Sep 19, 2006 5:33 am Post subject: |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Hello,
I checked all the env variable for the mqsiuser and it does shows everything is correct. Also we are exporting mqsiprofile within the mqsiuser .profile file.
And when I do ...
> whereis libmqm_r.so
libmqm_r: /usr/lib/libmqm_r.so
> which libmqm_r.so
>
I am able to connect to the QueueManager and o runmqsc and also I am able to connect to the database.
Thanks
-Reddy |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Sep 19, 2006 6:47 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
exporting mqsiprofile?
or sourcing?
the mqsiuser profile should include something like ". /var/IBM/mqsi/6.0/bin/mqsiprofile", or wherever you've installed v6.
Is mqsiuser in mqbrkrs?
Did you confirm that the .profile had been re-run after you edited it? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
reddy_kal |
Posted: Tue Sep 19, 2006 7:21 am Post subject: |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Hello,
Yes mqsiuser is part of mqbrkrs group.
I logged off and logged back in and tried to create the Broker, I got that error.
I opened a new session to that server but still I got the same error.
Even the symbolic link in /usr/lib points to correct folder
lrwxrwxrwx 1 root root 26 2006-09-07 09:51 libmqm_r.so -> /opt/mqm/lib64/libmqm_r.so
-Reddy |
|
Back to top |
|
 |
Philip Morten |
Posted: Tue Sep 19, 2006 7:33 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
reddy_kal wrote: |
Hello,
Yes mqsiuser is part of mqbrkrs group.
I logged off and logged back in and tried to create the Broker, I got that error.
I opened a new session to that server but still I got the same error.
Even the symbolic link in /usr/lib points to correct folder
lrwxrwxrwx 1 root root 26 2006-09-07 09:51 libmqm_r.so -> /opt/mqm/lib64/libmqm_r.so
-Reddy |
What hardware is this ? _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
reddy_kal |
Posted: Tue Sep 19, 2006 9:30 am Post subject: |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Hello,
We are running this on SLSE 9.0 for X86
-Reddy |
|
Back to top |
|
 |
Philip Morten |
Posted: Wed Sep 20, 2006 1:07 am Post subject: |
|
|
Master
Joined: 07 Mar 2002 Posts: 230 Location: Hursley Park
|
reddy_kal wrote: |
Hello,
Even the symbolic link in /usr/lib points to correct folder
lrwxrwxrwx 1 root root 26 2006-09-07 09:51 libmqm_r.so -> /opt/mqm/lib64/libmqm_r.so
-Reddy |
Did you create that link ? _________________ Philip Morten
The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions. |
|
Back to top |
|
 |
reddy_kal |
Posted: Wed Sep 20, 2006 5:41 am Post subject: |
|
|
Acolyte
Joined: 04 Nov 2002 Posts: 73
|
Yes the link is already created. |
|
Back to top |
|
 |
|