You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put an X between the brackets on this line if you have done all of the following:
Reproduced the problem.
Checked that your issue isn't already filed.
Filled the form.
Included logs and system information.
Description
Default JIRA installation settings for JIRA software 7.10.1 result in a flood of hundreds of warnings like below:
<snip>
16-Jun-2018 02:29:07.961 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/includes/jira/admin/initSharedDashboardsAdmin.js] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Jun-2018 02:29:07.961 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/includes/jira/admin/view-user/view-user.js] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Jun-2018 02:29:07.962 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/ui/aui-layout/deprecated/userhover.lf.less] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Jun-2018 02:29:07.962 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/templates/plugins/fields/edit-searcher/search-basictext.vm] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Jun-2018 02:29:07.963 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/includes/jira/admin/initSharedDashboardsAdmin-min.js] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Jun-2018 02:29:07.963 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/atlassian-bundled-plugins/jira-user-profile-plugin-3.0.5.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Jun-2018 02:29:07.963 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/secure/johnson-page/index.prod.ejs] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Jun-2018 02:29:07.964 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/secure/views/dashboard/deleteportalpage.jsp] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Jun-2018 02:29:07.965 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/templates/jira/issue/field/description-edit.vm] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Jun-2018 02:29:07.965 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/lib/xml-apis-ext-1.3.04.jar] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Jun-2018 02:29:07.965 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/WEB-INF/classes/entitydefs/fieldtype-postgres.xml] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
16-Jun-2018 02:29:07.966 WARNING [Modification Check:thread-1] org.apache.catalina.webresources.Cache.getResource Unable to add the resource at [/images/icons/Avatar-default.png] to the cache because there was insufficient free space available after evicting expired cache entries - consider increasing the maximum size of the cache
<snip>
Prerequisites
Description
Default JIRA installation settings for JIRA software 7.10.1 result in a flood of hundreds of warnings like below:
Possible solution: Increase Tomcat Resources cache size. See here: https://stackoverflow.com/a/37986333/465838
Steps to Reproduce
docker logs <name> -f
)Expected behavior: [What you expect to happen]
Quieter logs! There are MANY of these warnings!
Actual behavior: [What actually happens]
Hundreds of warnings in the logs.
Reproduces how often: [What percentage of the time does it reproduce?]
100% of launches result in the flood.
Versions
7.10.1
No others tested.
Logs And Environment Information
See log examples in description.
Example jira service section in compose file:
The text was updated successfully, but these errors were encountered: