Unable to start the Jazz Build Engine as Windows service
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
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
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.
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.
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.
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.