Unable to Launch GUI Mode after config.sh on EC2 via AWS Session Manager
I attempted to run config.sh
as part of the WebLogic domain configuration on our EC2 instance (eccecs01
) via AWS Systems Manager (Session Manager).
However, GUI mode did not launch after executing the script.
- Command executed:
./config.sh
- No error was thrown, but no graphical interface appeared.
- I am connected through AWS Session Manager, which only supports CLI (no X11 or GUI support).
0