Failed to remove .bundled-plugins folder when starting JIRA WAR
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs for non-Data-Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
The following appears in the atlassian-jira.log
:
1
2013-12-16 10:14:41,458 localhost-startStop-1 WARN [atlassian.jira.plugin.PluginFactoryAndLoaderRegistrar] Cannot clean '/var/atlassian/application-data/plugins/.bundled-plugins': Failed to list contents of /var/atlassian/application-data/plugins/.bundled-plugins/canYouRemoveIt
Cause
JIRA failed to remove the stale contents of its ${JIRA-HOME}/plugins/.bundled-plugins
directory. This could be caused by
Insufficient permissions
Plugins located manually into the directory instead of uploaded through UPM
ℹ️ The startup process will continue to run nevertheless
Resolution
Remove the ${JIRA-HOME}/plugins/.bundled-plugins
directory manually.
Was this helpful?