Am 11.11.2011 23:41, schrieb Gabriele Falace:
> This servlet works fine in a Windows environment, but when the web app is
> deployed in a Unix environment I get the following error.
> ...
> It looks like FOP needs some graphics library but it fails to found them.

FOP indeed uses some Java classes which are typically not available on
servers without a graphics environment. This can be resolved by running
the JVM in headless mode, usually by adding -Djava.awt.headless=true
to the JVM command line. Search the web for how to start Weblogic this
way.

J.Pietschmann

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to