Confluence 2.8 のサポートは終了しています。
ドキュメントの最新バージョンを確認してください。
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 Tomcat
As a Windows Service:
- Open a command prompt in the
Confluence install\bindirectory
- Execute
tomcat5 //US//Confluence ++JvmOptions="-Djava.awt.headless=true"
Windows の場合
- Edit the file
Confluence install\bin\setenv.bat
- Modify the line
set JAVA_OPTSline by appending-Djava.awt.headless=true, for exampleset JAVA_OPTS=%JAVA_OPTS% -Xms128m -Xmx256m -Djava.awt.headless=true
Linux の場合
- Edit
Confluence install\bin\setenv.shand add the '-Djava.awt.headless=true' parameter. For exampleJAVA_OPTS="-Xms128m -Xmx256m $JAVA_OPTS -Djava.awt.headless=true "
- If you are using Fedora Linux, you will also need to install the
xorg-x11-deprecated-libspackage. (See: https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=130239)
Other Application Servers
For 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.
関連トピック
概要
コンテンツ ツール
アプリ
