-
Bug
-
Resolution: Fixed
-
Low
-
8.0.0-struts-m020
-
Severity 3 - Minor
-
Issue Summary
Unable to find resource '/template/aui/file.vm'
Caused by: org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource '/template/aui/general-pagelist.vm'
It looks like there is some issue with templates inside /template/xhtml/*, Resource is tried to be loaded from /template/aui instead.
Steps to Reproduce
- Upload default Space Logo for Attachment feed
Expected Results
No exception
Actual Results
The below exception is thrown in the xxxxxxx.log file:
2022-08-02 08:08:47,643 ERROR [http-nio-8080-exec-9] [atlassian.struts.directives.AbstractTagDirective] render Error processing tag: Unable to find resource '/template/aui/file.vm' - Class: com.atlassian.confluence.util.velocity.ConfigurableResourceManager File: ConfigurableResourceManager.java Method: loadResource Line: 376 - com/atlassian/confluence/util/velocity/ConfigurableResourceManager.java:376:-1 at org.apache.struts2.components.UIBean.end(UIBean.java:543) at org.apache.struts2.views.jsp.ComponentTagSupport.doEndTag(ComponentTagSupport.java:39) at com.atlassian.struts.directives.AbstractTagDirective.processTag(AbstractTagDirective.java:322) at com.atlassian.struts.directives.AbstractTagDirective.render(AbstractTagDirective.java:117) at org.apache.velocity.runtime.parser.node.ASTDirective.render(ASTDirective.java:175) at org.apache.velocity.runtime.parser.node.ASTBlock.render(ASTBlock.java:72)
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
Form Name |
---|
A fix for this issue is available in Confluence Server and Data Center 8.0.0.
Upgrade now or check out the Release Notes to see what other issues are resolved.