<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=us-ascii">
<META content="MSHTML 6.00.2900.2912" name=GENERATOR></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=411454617-20062006><FONT face=Arial 
color=#0000ff size=2>You need to make sure that the Java process running your 
web container (Tomcat?) is started with the parameter java.awt.headless=true, 
which means that when certain image processing operations are carried out (e.g. 
dynamic resizing of images returned to the browser) it won't try to initialise a 
display environment.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=411454617-20062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=411454617-20062006><FONT face=Arial 
color=#0000ff size=2>If you were invoking Java directly, you could just supply 
the parameter on the command line using the -D argument.  But since you're 
probably using a script to run Tomcat (or whatever) you can achieve the same 
thing by specifying an environment variable.  Here's where I stop being 
helpful - I can't remember the right form to use!  Try setting a variable 
named java.awt.headless    to the value   
true   - it might be as simple as that.</FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=411454617-20062006><FONT face=Arial 
color=#0000ff size=2></FONT></SPAN> </DIV>
<DIV dir=ltr align=left><SPAN class=411454617-20062006><FONT face=Arial 
color=#0000ff size=2>Jon</FONT></SPAN></DIV><BR>
<DIV class=OutlookMessageHeader lang=en-us dir=ltr align=left>
<HR tabIndex=-1>
<FONT face=Tahoma size=2><B>From:</B> opencms-dev-bounces@opencms.org 
[mailto:opencms-dev-bounces@opencms.org] <B>On Behalf Of </B>Jeffrey 
Montgomery<BR><B>Sent:</B> 20 June 2006 18:37<BR><B>To:</B> 
opencms-dev@opencms.org<BR><B>Subject:</B> [opencms-dev] Problem with 
installation<BR></FONT><BR></DIV>
<DIV></DIV>On step two I am getting the error<BR>Image Processing: 
failed!<BR><BR>Your system uses components which have not been tested to work 
with Alkacon OpenCms. It is possible that OpenCms will not run on your system.
<P><CODE>-Djava.awt.headless=true</CODE> JVM parameter or X-Server may be 
missing.<BR><B>You can continue the setup, but image processing will be 
disabled.</B></P>
<P>Can someone please help me resolve.<BR></P><BR></BODY></HTML>