Jazz Build Engine fails in printToBuildLog and crashes when receiving build request
![]()
We upgraded from RTC 3 to RTC 4 a few months ago. Today, we took a machine formerly configured as an RTC3 Jazz Build Engine and installed the RTC 4 build system toolkit on it.
When started, the build engine comes up and shows up in the RTC build engine list. However, when we submit a build request to this engine, the JBE java process crashes with the following exception in its log: Exception in thread "Thread-7" java.lang.NullPointerException at com.ibm.team.build.internal.engine.BuildLoop.printToBuildLog(BuildLoop.java:1528) at com.ibm.team.build.internal.engine.BuildLoop.printSubstitutedProperties(BuildLoop.java:613) at com.ibm.team.build.internal.engine.BuildLoop.performPropertyVariableSubstitutions(BuildLoop.java:583) at com.ibm.team.build.internal.engine.BuildLoop.runLoop(BuildLoop.java:461) at com.ibm.team.build.internal.engine.BuildLoop$1.run(BuildLoop.java:211) at java.lang.Thread.run(Thread.java:738) This is a new one, apparently nobody saw that failure before. Developers, any idea? |