How to remove the 'Notification exists for uninstalled and unrequested plugin' after unstalling the addon
IntroductionÂ
When uninstalling the addon you might encounter following message in the log file '
Notification exists for uninstalled and unrequested plugin'
Â
Resolution
You can remove these messages by clearing the JIRA plugin cache. Â To do so
Â
Stop JIRA
cd <JIRA HOME DIR>/plugins
delete .osgi-plugins and .bundled-plugins folders
Start JIRA
Â
JIRA will rebuild the cache.
Â
Â
Â
Â