Product: Bamboo
Environment
| Operating System | |
|---|---|
| Affect Version/s | 1.2.4 |
| JVM | |
| Database | MySQL 5.x |
| Application Server | Standalone |
Error Message
"com.atlassian.bamboo.persister.PersisterException: Could not load build results : User Group Manager - Default, build 3 at com.atlassian.bamboo.persister.file.XStreamBuildPersister.loadBuildResults(XStreamBuildPersister.java:188) at com.atlassian.bamboo.persister.CachedBuildPersisterDecorator.loadBuildResults(CachedBuildPersisterDecorator.java:141) at com.atlassian.bamboo.persister.file.FileBasedPersister.getBuildResults(FileBasedPersister.java:376) at com.atlassian.bamboo.build.HibernateBuildManager.getBuildResults(HibernateBuildManager.java:386) at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Ljava.lang.Object;[Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source) at java.lang.reflect.Method.invoke(Ljava.lang.Object;[Ljava.lang.Object;I)Ljava.lang.Object;(Unknown Source)
Symptom
The Build itself is executed fine, and user is able to create plans - but if, the user tries to view the build result - Bamboo dies with the exception above.
Diagnostics/Test
Go to Bamboo Administration > System Info and under the JVM information, please check whether you are using BEA JRocket JDK.
An alternative means to check Default JDK version is to execute the following in the command line -
java -version
Root Cause
Customer was using BEA JRocket JDK to run Bamboo.
Solution
Switching to SUN JDK 1.5 or above will resolve this issue.
