It's all about the answers!

Ask a question

Unable to start the Jazz Build Engine as Windows service


Firoz Khan (12921) | asked Apr 15 '14, 6:19 a.m.
Hi ,
 
    I am trying to run the Jazz Build System engine as Windows Service, I had configured the jsl.ini file by giving the required values when i am trying it to debug it shows the following error

Now starting JVM
:1397556664: java starting 1
:1397556664: Searching for JVM path in ini file
:8157474121614951864: Searching for co-located JVM
:8157474121614951864: Searching JVM in sub directory
:8157474121614951864: Searching JVM in registry
Error opening registry key 'Software\JavaSoft\Java Runtime Environment'

please help with this



2 answers



permanent link
Krzysztof Kaźmierczyk (7.4k370102) | answered Apr 15 '14, 6:42 a.m.
Hi Firoz,
Please open your jbe.ini file and add following arguments (uncomment commented lines):

-vm
C:\Program Files (x86)\Java\jre7\bin

Please replace the path with valid path to Java on jbe machine.

Let us know if that helps.

Comments
Firoz Khan commented Apr 15 '14, 7:38 a.m.

Thanks for the help but the problem remains the same.


Krzysztof Kaźmierczyk commented Apr 15 '14, 8:18 a.m.

Do you have exactly the same error message or different now?


permanent link
Krzysztof Kaźmierczyk (7.4k370102) | answered Apr 15 '14, 8:19 a.m.
Firoz,
I found following questions related to this issue on Stack Overflow:
http://stackoverflow.com/questions/6362037/java-error-opening-registry-key
http://stackoverflow.com/questions/19329047/could-not-find-java-se-runtime-environment-after-installing-java

Please let me know if the hints provided there resolve your issue too.

Your answer


Register or to post your answer.