Confluence goes to some lengths to prevent itself being unusable due to a problematic plugin. However, sometimes a plugin will manage to do this anyway. This page describes what to do if a plugin cannot be disabled or deleted from the Administration console (from Administration >> Plugins).
Check these locations when troubleshooting plugin loading issues.
|
Check the How to display classpath utility for tips on what's loading, and the Knowledge Base Article on plugin malfunctioning. |
To remove a plugin from Confluence when Confluence is not running:
select plugindataid, pluginkey,filename,lastmoddate from plugindata; |
delete from plugindata where plugindataid='XXXXXX'; |
If you need to remove a bundled plugin, check to see if you have duplicates in the <confluence-home>/bundled-plugins or <confluence-home>/plugin-cache directory.
Usually, the problem is that an old plugin is getting loaded along with the properly bundled one, but if you need to remove a bundled plugin, check Plugin loading strategies in Confluence.