Confluence : Fix 'Error using thumbnails - No image support in Java runtime'
This page last changed on Jan 07, 2007 by ivan@atlassian.com.
I am trying to use thumbnails, and I get the message: "This Confluence installation can not generate thumbnails: no image support in Java runtime" On some Java installations (i.e. Unix without X11), you need to pass an additional parameter to Java when you are starting up to tell it how to use its image-manipulation libraries - to run in a headless mode, thus appending -Djava.awt.headless=true option. Getting thumbnail support working in this configuration depends on your application server. Confluence Standalone or Apache TomcatAs a Windows Service:
On Windows:
On Linux:
Other Application ServersFor other application servers, you will need to append the java.awt.headless=true parameter to the JAVA_OPTS. If you need help with a particular server, please lodge a support request. RELATED TOPICS |
![]() |
Document generated by Confluence on May 01, 2007 19:29 |