Matthew Strickland wrote:
I have been running james for over 2 years without an issue, but
recently it began throwing error in phoenix.concole.
File: $JAMES_HOME/temp/phoenix.concole
java.lang.InternalError: Can't connect to X11 window server using ':0.0'
as the value of the DISPLAY variable.
[...]
at com.sun.mail.handlers.image_gif.getContent(image_gif.java:76)
at
javax.activation.DataSourceDataContentHandler.getContent(DataHandler.java:745)
You should start java with the headless parameter:
java -Djava.awt.headless=true
You can add a
PHOENIX_JVM_OPTS="-Djava.awt.headless=true" to your starting script.
If you never seen this problem before you probably changed your
classpath or your virtual machine.
Stefano
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]