Step 4 JIRA 4.3.4 Java Issue - Configuration tool

Nick Mancuso July 12, 2011

Good day,

I seem to be having an issue with configuration step (step4) on a centos system i keep getting the following error when i try to run the configuration

./config.sh

Exception in thread "main" java.awt.HeadlessException:

No X11 DISPLAY variable was set, but this program performed an operation which requires it.

at java.awt.GraphicsEnvironment.checkHeadless(GraphicsEnvironment.java:159)

at java.awt.Window.<init>(Window.java:432)

at java.awt.Frame.<init>(Frame.java:403)

at java.awt.Frame.<init>(Frame.java:368)

at javax.swing.JFrame.<init>(JFrame.java:158)

at com.atlassian.jira.configurator.gui.ConfiguratorFrame.<init>(ConfiguratorFrame.java:45)

at com.atlassian.jira.configurator.Configurator.startGui(Configurator.java:54)

at com.atlassian.jira.configurator.Configurator.main(Configurator.java:41)

It seems like its trying to startup some sort of GUI and since I am doing the install over SSH it is causing issues.
Anyone got any suggestions for this issue?

1 answer

1 vote
Jeremy Largman
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 12, 2011

Try setting -Djava.awt.headless=true. You can find out how to set that in your application server at Setting Properties on Startup.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events