Unable to run pre-bootstrap upgrade tasks as your support period has ended

お困りですか?

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

コミュニティに質問

プラットフォームについて: Server および Data Center のみ。この記事は、Server および Data Center プラットフォームのアトラシアン製品にのみ適用されます。

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.

*Fisheye および Crucible は除く

 

問題

After installing / starting Bamboo the following message is shown on the UI:

atlassian-bamboo.log に次のメッセージが出力される。

Bamboo bootstrap failed: Unable to run pre-bootstrap upgrade tasks as your support period has ended. Please contact Atlassian and https://support.atlassian.com/ja

原因

An expired key is being loaded by Bamboo during startup.

ソリューション

This error happens when a customer has got 2 licenses on their account but the one that already expired loaded into their Bamboo.

The property below on your <Bamboo_Home>/bamboo.cfg.xml contains the license that already expired:

<property name="license.string"> (valid license value here) </property>

 

Here are the steps to fix this:

  • Stop your Bamboo instance
  • Backup the bamboo.cfg.xml file somewhere else in your file system
  • Login to MyAtlassian
  • Retrieve the valid license key
  • Copy and paste the new license key on the property below, overwriting the one that expired:

    <property name="license.string"> (valid license value here) </property>
  • Restart your Bamboo instance

 

最終更新日 2016 年 8 月 31 日

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

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