build engine hang
![]()
Hi,
I'm tring to run the build engine following the jazz tutorial. When it comes to run the command here under, the build engine hungs (it does nothing, no errors, nor notifications regarding the process it should be running). Has anyone encountered the problem? or know what is wrong.. jbe -repository http://localhost:9080/jazz/ -userId ADMIN -engineId Local-engine -sleepTime 1 Thanks in advance |
One answer
![]()
Usually that means it's finding a Java 1.4 JRE on your path. Try using the -vm switch when you launch the jbe.exe and point it at Java 5.0 JRE.
|