It's all about the answers!

Ask a question

Error loading jvm.dll when running JBE as a Windows Service


Karl Weinert (2.0k52736) | asked May 25 '12, 12:55 p.m.
JAZZ DEVELOPER
I get the following error when running jsl -debug after following https://jazz.net/wiki/bin/view/Main/JbeAsAWindowsService to set up Java Build Engine to run as a service on Windows.


Error loading: ...\TeamConcertBuild\buildsystem\buildengine\eclipse\jdk\jre\bin\server\jvm.dll
Error loading: ...\TeamConcertBuild\jre\bin\notinstalledJVMType\jvm.dll

One answer



permanent link
Karl Weinert (2.0k52736) | answered May 25 '12, 1:00 p.m.
JAZZ DEVELOPER
I found the problem was that the jvmtype option in the jsl.ini was pointing to a directory that did not exist in my jrepath setting


I had used
jvmtype=server
When I changed it to jvm9 or classic it started successfully.
and used C:\\TeamConcertBuild\jre\jvm9\jvm.dll or classic\jvm.dll


I get the following error when running jsl -debug after following https://jazz.net/wiki/bin/view/Main/JbeAsAWindowsService to set up Java Build Engine to run as a service on Windows.


Error loading: ...\TeamConcertBuild\buildsystem\buildengine\eclipse\jdk\jre\bin\server\jvm.dll
Or
Error loading: ...\TeamConcertBuild\jre\bin\notinstalledJVMType\jvm.dll

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.