This documentation relates to an earlier version of Bamboo.
View

Unknown macro: {spacejump}

or visit the current documentation home.

If you are upgrading to Bamboo 2.0 from Bamboo 1.2.4 by pointing to your Bamboo-Home, you may see the following errors in your logs.

2008-02-21 09:13:39,890 ERROR \[main\] \[SchemaUpdate\] Unsuccessful: alter table USER_COMMIT add constraint FKF8936C2BA958B29F foreign key (BUILDRESULTSUMMARY_ID) references BUILDRESULTSUMMARY
2008-02-21 09:13:39,891 ERROR \[main\] \[SchemaUpdate\] Constraint already exists in statement \[alter table USER_COMMIT add constraint FKF8936C2BA958B29F foreign key (BUILDRESULTSUMMARY_ID) references BUILDRESULTSUMMARY\]
2008-02-21 09:13:39,892 ERROR \[main\] \[SchemaUpdate\] Unsuccessful: alter table USER_COMMIT add constraint FKF8936C2BFE0C684F foreign key (AUTHOR_ID) references AUTHOR
2008-02-21 09:13:39,892 ERROR \[main\] \[SchemaUpdate\] Constraint already exists in statement \[alter table USER_COMMIT add constraint FKF8936C2BFE0C684F foreign key (AUTHOR_ID) references AUTHOR\]
2008-02-21 09:13:39,893 ERROR \[main\] \[SchemaUpdate\] Unsuccessful: alter table USER_COMMENT add constraint FK19DA09CBA958B29F foreign key (BUILDRESULTSUMMARY_ID) references BUILDRESULTSUMMARY
2008-02-21 09:13:39,894 ERROR \[main\] \[SchemaUpdate\] Constraint already exists in statement \[alter table USER_COMMENT add constraint FK19DA09CBA958B29F foreign key (BUILDRESULTSUMMARY_ID) references BUILDRESULTSUMMARY\]

In Bamboo 2.0 we introduced compatibility with Oracle and MS SQL Server, this meant we the up had to make a few changes to the Bamboo Database schema and as a side-affect of these changes - you might notice hibernate warnings above in your atlassian-bamboo logs while Bamboo starts up. These warnings will not prevent your instance of Bamboo from working correctly, but will display every time Bamboo is started.

If you do wish to remove these warning messages, follow the steps below:

  1. Perform an export from your current Bamboo 2.0 instance.
  2. Re-install Bamboo 2.0 on a fresh instance.
  3. Import the old exported data into your new Bamboo 2.0 instance.

This will remove the Hibernate Error messages while Bamboo starts up.

  • ラベルなし