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
回避策
- Backup Bamboo database for safety purpose.
Remove UPM audit logging manually by running the following SQL query against Bamboo database:
DELETE FROM BANDANA WHERE BANDANA_KEY like '%com.atlassian.upm.%';
- Restart Bamboo
最終更新日 2012 年 11 月 21 日
Powered by Confluence and Scroll Viewport.