'java.io.FileNotFoundException Thumbnail file for attachment does not exist' when Generating a Thumbnail
Symptoms
The installation can not generate thumbnails. The following appears in the atlassian-confluence.log
:
java.io.FileNotFoundException: Thumbnail file for attachment TASIS logo.jpg does not exist.
at com.atlassian.confluence.pages.thumbnail.AbstractThumbnailManager.getThumbnailData(AbstractThumbnailManager.java:54)
at com.atlassian.confluence.pages.thumbnail.DelegatorThumbnailManager.getThumbnailData(DelegatorThumbnailManager.java:46)
at com.atlassian.confluence.servlet.download.ThumbnailDownload.serveThumbnail(ThumbnailDownload.java:90)
Cause
The java.awt.headless=true
parameter is missing.
Resolution
Refer to Confluence Doesn't Generate Thumbnails for a solution.
Last modified on Mar 30, 2016
Powered by Confluence and Scroll Viewport.