내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

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 채택된 해결책 개

Avatar

정확한 답변 작성자:
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...

 

원본 게시물의 솔루션 보기

1 답변 개

Avatar

정확한 답변 작성자:
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...