Articles about headless server’

Oct 23, 2008

Headless-server setting in flex-config.xml fixes error on automated build

Posted by Dennis in Flex 2 comments

I came across this error during an automated build on the server:

Error: An error occurred because there is no graphics environment available. Please set the headless-server setting in the Flex configuration file to true.

This happens when the server isn’t hooked up to a monitor, mouse, keyboard, etc. The flex-config.xml file needs to be updated [...]