Bamboo pre 3.3 fails after upgrading to Java 1.7
Symptoms
The following appears in the atlassian-bamboo.log
:
com.thoughtworks.xstream.converters.ConversionException: Cannot construct com.atlassian.bamboo.plugins.maven2.Maven2ArtifactProperties as it does not have a no-args constructor : Cannot construct com.atlassian.bamboo.plugins.maven2.Maven2ArtifactProperties as it does not have a no-args constructor
Cause
3rd party library xstream-1.3.1 is not working well with Java 1.7 (it cannot instantiate classes without default constructor)
Workaround
Use Java 1.6
Resolution
Upgrade to Bamboo 3.3
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.