Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

AEM JEE Installation Configuration Error

Avatar

Level 4

Hi Team,

 

As part of AEM JEE Installation on WebSphere in Unix we have installed the application but while launching the configuration manager under /opt/adobe/Adobe_Experience_Manager_Forms/configurationManager/bin/ConfigurationManager.sh we are getting a weird error.

 

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 javax.swing.JFrame.<init>(JFrame.java:202)
        at DrawGUI.<init>(DrawGUI.java:15)
        at ShapeCreator.<init>(ShapeCreator.java:31)
        at ShapeCreator.main(ShapeCreator.java:138)

 Can Someone please help us with this issue as we are not able to figure out why we are getting the issue.

 

Thanks
Pranay

1 Accepted Solution

Avatar

Correct answer by
Employee

You are trying to run GUI mode of Configuration manager which requires DISPLAY to be set on Linux machine. You need to set X11 DISPLAY before running this, or you should run configurationManagerCLI.sh for CLI mode.

 

For CLI steps, please refer to 8. Appendix - Configuration Manager Command Line Interface section in the following documentation.

https://helpx.adobe.com/content/dam/help/en/experience-manager/6-5/forms/pdf/install-single-server-w...

 

View solution in original post

1 Reply

Avatar

Correct answer by
Employee

You are trying to run GUI mode of Configuration manager which requires DISPLAY to be set on Linux machine. You need to set X11 DISPLAY before running this, or you should run configurationManagerCLI.sh for CLI mode.

 

For CLI steps, please refer to 8. Appendix - Configuration Manager Command Line Interface section in the following documentation.

https://helpx.adobe.com/content/dam/help/en/experience-manager/6-5/forms/pdf/install-single-server-w...