Re: FOP not properly working in UNIX environment

2011-11-16 Thread Gabriele Falace

Thank you very much! It works fine now!



J.Pietschmann wrote:
 
 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
 
 
 

-- 
View this message in context: 
http://old.nabble.com/FOP-not-properly-working-in-UNIX-environment-tp32828794p32853367.html
Sent from the FOP - Users mailing list archive at Nabble.com.


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



Re: FOP not properly working in UNIX environment

2011-11-12 Thread J.Pietschmann
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