-
Bug
-
Resolution: Fixed
-
Medium (View bug fix roadmap)
-
6.3.2.1, 6.3.2.2
-
None
-
JIRA 5.2.x and JIRA 6.0.x
-
6.03
-
The log is full of messages like this making quite hard to spot other important messages.
[atlassian.plugin.webresource.DefaultResourceDependencyResolver] Cannot find web resource module for: com.atlassian.auiplugin:aui-experimental-expander 2013-10-09 13:24:59,279 http-bio-8080-exec-71 WARN anonymous 804x433165x2 1t6sy38 10.80.118.156,10.80.16.78 /s/en_USgypgs5-418945332/854/21/b5d3e2fc3b0cdb86d9fbfe271217b034/_/download/contextbatch/js/gh-rapid-config,greenhopper-rapid-non-gadget,atl.general/batch.js [atlassian.plugin.webresource.DefaultResourceDependencyResolver] Cannot find web resource module for: com.atlassian.auiplugin:aui-experimental-expander 2013-10-09 13:24:59,279 http-bio-8080-exec-71 WARN anonymous 804x433165x2 1t6sy38 10.80.118.156,10.80.16.78 /s/en_USgypgs5-418945332/854/21/b5d3e2fc3b0cdb86d9fbfe271217b034/_/download/contextbatch/js/gh-rapid-config,greenhopper-rapid-non-gadget,atl.general/batch.js [atlassian.plugin.webresource.DefaultResourceDependencyResolver] Cannot find web resource module for: com.atlassian.auiplugin:aui-experimental-expander
Work-around
Using JIRA's logging configuration in the Administration screens, set the level of the package com.atlassian.plugin.webresource to ERROR. Because the package does not appear in the list by default, you'll have to add it manually.
Keep in mind that changing the logging levels through the Admin page only lasts until your JIRA server restarts. I also updated the log4
j.properties file (referenced on that Logging page) to make the change stable across restarts until a permanent fix is available. Below is what I added to my file. I don't think location matters, but I put it at line 245 of my vanilla file (at the top of the "# CLASS-SPECIFIC LOGGING LEVELS" section):
# Due to GHS-9924, elevate this logger's minimal logging level to ERROR log4j.logger.com.atlassian.plugin.webresource = ERROR