Export failing when Running Bamboo on Tomcat 7.x

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

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

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

原因

This is because you are using an unsupported version of Tomcat

ソリューション

Run your Tomcat with

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. Please review the Supported platforms page for more details.

Note, there is a Bamboo bug report for the incompatibility  BAM-12016 - Getting issue details... STATUS

 

Last modified on Mar 30, 2016

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.