BSP-232 - Bamboo versions 1.2.1 and above, will not export - when using JDK 1.4

Product: Bamboo

Environment

Operating System  
Affect Version/s 1.2.1
JVM  
Database  
Application Server JBoss 4.x

Error Message

java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
.......
at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.NoSuchMethodError: java.lang.Boolean.parseBoolean(Ljava/lang/String;)Z
at com.atlassian.bamboo.ww2.actions.admin.migration.Export.execute(Export.java:39)
... 123 more

Symptom

Error will be shown on the export page - Export fails

Diagnostics/Test

Root Cause

Incompatibility with JDK 1.4

Solution

Upgrade to Sun JDK 1.5 or above

Labels