Export failing when Running Bamboo on Tomcat 7.x

Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.

Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.

*Except Fisheye and Crucible

Environment

Bamboo 4.1.2 or later (fixed in Bamboo 4.3 and later)

Symptoms

With debug logging enabled, the following appears in the atlassian-bamboo.logs

1 2 3 4 5 6 2012-08-03 13:34:05,616 DEBUG [http-apr-8080-exec-9] [BambooWorkflowInterceptor] 0 field errors found... 2012-08-03 13:34:05,616 DEBUG [http-apr-8080-exec-9] [BambooWorkflowInterceptor] 1 action errors found... 2012-08-03 13:34:05,616 DEBUG [http-apr-8080-exec-9] [BambooWorkflowInterceptor] * Export has failed. Errors encountered while exporting: Timeout exceeded waiting for service - com.atlassian.activeobjects.spi.Backup. 2012-08-03 13:34:05,616 DEBUG [http-apr-8080-exec-9] [I18nInterceptor] after Locale=en_GB 2012-08-03 13:34:05,616 DEBUG [http-apr-8080-exec-9] [I18nInterceptor] intercept } 2012-08-03 13:34:05,616 DEBUG [http-apr-8080-exec-9] [InstantiatingNullHandler] Entering nullPropertyValue [target=[com.atlassian.bamboo.ww2.actions.admin.migration.Export@4b7d41eb, com.opensymphony.xwork.DefaultTextProvider@25284f3b], property=__sitemesh__page]
  1. When you try to manually export Bamboo it fails with the above errors

  2. Scheduled backup of the instance also fails with the above errors

Cause

This is because you are using an unsupported version of Tomcat

Resolution

Upgrade Bamboo to Version 4.3 or later (see BAM-12016 - Backup completes, but with an error (On Tomcat 7)

(old) Workaround

Run your Tomcat with

1 export JAVA_OPTS='-Datlassian.org.osgi.framework.bootdelegation=javax.servlet,javax.servlet.*,sun.*,com.sun.*,org.w3c.dom.*'

or downgrade your tomcat to version 6.0.x.

Updated on April 8, 2025

Still need help?

The Atlassian Community is here for you.