Author |
Message
|
damianharvey |
Posted: Mon May 02, 2005 3:58 pm Post subject: WBIMB 5.0 on SUSE9 - sharing with WAS6 |
|
|
 Acolyte
Joined: 05 Aug 2003 Posts: 59 Location: Sydney, Australia
|
Hi all,
I have a DevTest machine currently running WAS6.0.1 and DB8.2 (8.1.7).
I have tried to install WBIMB 5.0 but am getting the " error while loading shared libraries: libjvm.so" error that seems to indicate JRE issues.
I don't want to set the JVM to 1.3 for the whole box as this will affect WAS. Is there a way that I can get MB running using the JRE that is in it's install directory (<install>/jre) ??
Thanks,
Damian. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon May 02, 2005 4:25 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
There is no system JVM on Unix.
Everything is driven off the PATH and CLASSPATH in the current shell environment.
So make sure that WAS and DB2 start up with the right version of Java first or only in their PATH, and WBIMB starts up with it's right version of Java first or only in it's PATH.
Consult your system administrator for more help. Or try "man .profile". _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
damianharvey |
Posted: Mon May 02, 2005 4:31 pm Post subject: |
|
|
 Acolyte
Joined: 05 Aug 2003 Posts: 59 Location: Sydney, Australia
|
Thanks for the quick reply Jeff. I'll give it a go.
Nice to know that I'm not banging my head against a wall. |
|
Back to top |
|
 |
malammik |
Posted: Mon May 02, 2005 7:30 pm Post subject: |
|
|
 Partisan
Joined: 27 Jan 2005 Posts: 397 Location: Philadelphia, PA
|
|
Back to top |
|
 |
fjb_saper |
Posted: Mon May 02, 2005 8:20 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
This might as well point to a variable that is not set correctly.
Check out your library variable (the name differs depending on the Unix flavor (LIBPATH on AIX LD_LIBRARY_PATH on Solaris ...) Like the Path variable it must allow a path to your .so library...
Enjoy  |
|
Back to top |
|
 |
|