-
Bug
-
Resolution: Done
-
Low
-
6.7.1, 7.0.5
-
10
-
Severity 3 - Minor
-
1
-
Summary
Uploading multimedia file results in 'ava.lang.RuntimeException: Cannot read resource assets/icons/confluence-icon-multimedia.svg' stacks in atlassian-confluence.log. No icon is displayed next to file in the 'Recent Activity' page
Steps to Reproduce
- Create a new or edit existing page
- Upload mp4 file
Expected Results
No stacks in logs
Actual Results
File is uploaded, however the below exception is thrown in the atlassian-confluence.log file:
2018-02-26 09:59:34,099 ERROR [http-nio-8443-exec-9] [[Standalone].[localhost].[/confluence].[file-server]] log Servlet.service() for servlet file-server threw exception -- referer: https://connie.com/confluence/s/dfc6e1ede9c301740c17f11a9ffdf935-CDN/de_DE/7601/d9a7d86ddd6172b1b5a38b9e600c8b90c362def3/4b5553784f845e03bcd28ab91d0fa58a/_/download/contextbatch/css/_super/batch.css | url: /confluence/s/de_DE/7601/d9a7d86ddd6172b1b5a38b9e600c8b90c362def3/1.0.3/_/download/resources/com.atlassian.confluence.plugins.confluence-icons:confluence-icon-resources/assets/icons/confluence-icon-multimedia.svg | traceId: 640bcb3bde6ca8d8 | userName: tr1449 java.lang.RuntimeException: Cannot read resource assets/icons/confluence-icon-multimedia.svg ...........
Notes
Issue is cosmetic only.
The "confluence-icon-multimedia.svg" file is not included in the confluence-icons-1.0.3.jar file.
See https://bitbucket.org/atlassian/confluence-icons/overview for list of svg files that should be included within the jar.
Workaround
As it is cosmetic no workaround is needed however copying one of the exiting .svg files, renaming it to "confluence-icon-multimedia.svg" and repackaging the jar will prevent the stacks, however the wrong icon is displayed.
- was split into
-
CONFSERVER-59728 RuntimeException: Cannot read resource assets/icons/confluence-icon-video.svg
-
- Closed
-