Unable to start Jazz build engine and showing error that failed to load the JNI shared library.
![]()
Sanket Ikhar (15●4●5)
| asked Jun 03 '13, 1:24 a.m.
edited Jun 06 '13, 8:38 a.m. by Spencer Murata (2.3k●11●59●70)
hi,
I am trying to Jazz build engine but stuck to an error showing that "failed to load the JNI shared library. Regards, Sanket Ikhar |
Accepted answer
2 other answers
|
![]()
Note that I also encountered this error, and it was fully solved simply by launching the same JBE cmd through a DOS command prompt that I had run/launched *as an administrator* (Windows 7, 64-bit).
The JBE cmd I used: C:\Program Files\IBM\TeamConcertBuild\buildsystem\buildengine\eclipse>jbe -repository https://jazz-team-server:9443/ccm/ -userId build -pass build -engineId jke.production.engine |
Comments
Hi Sanket, what JDK are you using to start the JBE? Could you post the entire stack trace of the failure?
One possibility is a mismatch of your System and JBE JVM bitness, can you provide more details and the error stack.
Hi,
I am using JDK 1.7.0.40 (64 bit) to start JBE and eclipse client 4.0.1 (64 bit).
the error statement is-
Failed to load the JNI shared library "C:\Program Files\Java\jdk1.7.0_04\bin..\
jre\bin\server\jvm.dll".
thanks,
Sanket