AEM JEE Installation Configuration Error | Community
Skip to main content
pranaym48551345
New Participant
February 9, 2022
Solved

AEM JEE Installation Configuration Error

  • February 9, 2022
  • 1 reply
  • 677 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Mayank_Tiwari

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-websphere.pdf

 

1 reply

Mayank_Tiwari
Mayank_TiwariAccepted solution
Employee
February 9, 2022

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-websphere.pdf