cancel
Showing results for 
Search instead for 
Did you mean: 

Can't load VM shared library on dev_bootstrap

Former Member
0 Kudos

Hi,

I try to install a J2EE on a Redhat server with sapdb x86_64, and on the start phase the bootstrap crash with this error:

[Thr 1086335328] JLaunchIStartFunc: Thread 1086335328 started as Java VM thread.

[Thr 1086335328] *** ERROR => DlLoadLib: dlopen()= libjvm.so: cannot open shared object file: No such file or directory -> DLENOACCESS (0,Suc

[Thr 1086335328] *** ERROR => Can't load VM shared library (libjvm.so) (rc=-2) [jhvmxx_mt.c 1415]

[Thr 1086335328] *** ERROR => Cannot load DLL for Java VM [jlnchxxi_mt. 561]

[Thr 182897250976] Wed Dec 21 11:54:56 2005

[Thr 182897250976] SigISetIgnoreAction : SIG_IGN for signal 17

[Thr 182897250976] JLaunchCloseProgram: good bye (exitcode=-2)

I've read another threads, and the solutions proposed, but does'n work.

can anyone help me?

thanks in advance,

david

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I have the same error for RedHat 4, x86_64 et oracle.

[Thr 49156] JLaunchIStartFunc: Thread 49156 started as Java VM thread.

[Thr 49156] *** ERROR => DlLoadLib: dlopen()= libjvm.so: cannot open shared object file: No such file or directory -> DLENOACCESS (0,Success) [dlux_mt.c 310]

[Thr 49156] *** ERROR => Can't load VM shared library (libjvm.so) (rc=-2) [jhvmxx_mt.c 1415]

[Thr 49156] *** ERROR => Cannot load DLL for Java VM [jlnchxxi_mt. 561]

Have you found a solution ?

Thanks a lot

Laurence

Former Member
0 Kudos

Hello David and Laurence, I am also encountering this error. Were you able to get past it? If so, how?

Former Member
0 Kudos

Hi James,

Please check your path environment variable(s) (e.g. LD_LIBRARY_PATH) and make sure that libjvm.so is accessible through them

Regards,

Mike