码迷,mamicode.com
首页 > 其他好文 > 详细

Bamboo bootstrap failed: Failed to run pre-bootstr

时间:2018-04-11 17:07:12      阅读:170      评论:0      收藏:0      [点我收藏+]

标签:license.string

Bamboo bootstrap failed: Failed to run pre-bootstrap upgrade tasks
Skip to end of metadata

Problem

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

The following appears in the atlassian-bamboo.log
1

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

原因

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:

1

<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:
1

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

Restart your Bamboo instance

https://confluence.atlassian.com/bamkb/unable-to-run-pre-bootstrap-upgrade-tasks-as-your-support-period-has-ended-762874747.html

Bamboo bootstrap failed: Failed to run pre-bootstr

标签:license.string

原文地址:http://blog.51cto.com/4951326/2096963

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!