Universal Plugin Manager is Malfunctioning due to "Entry type not found for upm.auditLog.upgrade.plugin.failure"
Symptoms
UPM is malfunctioning with the following error in the UI:
Entry type not found for upm.auditLog.upgrade.plugin.failure
The following appears in the atlassian-Bamboo.log
:
java.lang.IllegalArgumentException: Entry type not found for upm.auditLog.upgrade.plugin.failure
Cause
- 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
Workaround
- 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
Last modified on Nov 21, 2012
Powered by Confluence and Scroll Viewport.