Universal Plugin Manager is Malfunctioning due to "Entry type not found for upm.auditLog.upgrade.plugin.failure"

お困りですか?

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

コミュニティに質問

症状

UPM is malfunctioning with the following error in the UI:

Entry type not found for upm.auditLog.upgrade.plugin.failure

atlassian-Bamboo.log に次のメッセージが表示される。

java.lang.IllegalArgumentException: Entry type not found for upm.auditLog.upgrade.plugin.failure

原因

  • It's a bug affecting UPM 2.0 UPM-1733 that is fixed in UPM 2.0.3 and higher.
  • Somehow the audit logging of UPM gets corrupted

回避策

  1. Backup Bamboo database for safety purpose.
  2. Remove UPM audit logging manually by running the following SQL query against Bamboo database:

    DELETE FROM BANDANA WHERE BANDANA_KEY like '%com.atlassian.upm.%';
  3. Restart Bamboo 

 

最終更新日 2012 年 11 月 21 日

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

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