Author |
Message
|
AShemran |
Posted: Tue Feb 21, 2006 3:17 am Post subject: WBIMB - and JRE 1.4.2 |
|
|
Newbie
Joined: 21 Feb 2006 Posts: 5
|
Hi,
is anyone running WBIMB 5.0 CSD07 with JRE 1.4.2 on Solaris 9?
When I try to start the broker using mqsistart I get the following:
"ld.so.1: mqsistart: fatal: libjvm.so: open failed: No such file for directory"
I have setup the symbolic link for the jre.
Thanks
Ahmed |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Feb 21, 2006 3:56 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Did you run mqsiprofile before trying anything ?
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
AShemran |
Posted: Tue Feb 21, 2006 4:09 am Post subject: |
|
|
Newbie
Joined: 21 Feb 2006 Posts: 5
|
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Feb 21, 2006 4:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Then you need to do something like
Code: |
echo "LIBPATH=$LIBPATH"
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH" |
and check that your .so files are on that path. If not, the environment variables are not set right.
Remember you need to run your command from the same window you ran mqsiprofile from.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
AShemran |
Posted: Tue Feb 21, 2006 5:11 am Post subject: |
|
|
Newbie
Joined: 21 Feb 2006 Posts: 5
|
fjb_saper,
Thanks for your help. We have a user that is used by the broker called wbimb. This user .profile file has all the setting required including the LD_LBRARY_PATH. We normally logon as ourselves the we would su - wbimb, this would source the wbimb profile. When using the default JRE, that's version 1.3.1, everything is working fine.
Thanks
Ahmed |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Feb 21, 2006 5:58 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Maybe it is then because you are running a 1.4 jvm but your path is pointing to a 1.3 jvm?
Some binaries are version dependant and calling the binary from a different version may lead to mayhem...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Feb 21, 2006 6:07 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Did you follow the instructions for upgrading the JVM that Broker uses? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|