Skip to content

Commit e9ada9f

Browse files
Merge pull request #290 from wttech/dispatcher-exception-linux
Add section around terminal incompatibility
2 parents b357ea4 + 4235bf9 commit e9ada9f

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -770,6 +770,28 @@ In case of error when running task dispatcher:start or dispatcher:setup:
770770
Check if there is a broken symlink/file in `dispatcher/src/variables/default.vars`. If the file exists, delete it and
771771
run the task again.
772772
773+
## Exception while unpacking dispatcher on Linux
774+
775+
If you're setting up your instance for the first time on a Linux OS (i.e. Ubuntu with Gnome Shell), you may stumble upon the following error:
776+
777+
```
778+
INFO[2025-02-27 13:17:09] preparing new SDK 'aem/home/lib/aem-sdk-2025.2.19687.20250225T164325Z-250100.zip'
779+
INFO[2025-02-27 13:17:09] unpacking SDK ZIP 'aem/home/lib/aem-sdk-2025.2.19687.20250225T164325Z-250100.zip' to dir 'aem/home/opt/sdk'
780+
INFO[2025-02-27 13:17:09] unpacked SDK ZIP 'aem/home/lib/aem-sdk-2025.2.19687.20250225T164325Z-250100.zip' to dir 'aem/home/opt/sdk'
781+
INFO[2025-02-27 13:17:09] unpacking SDK dispatcher tools using script 'aem/home/opt/sdk/aem-sdk-dispatcher-tools-2.0.235-unix.sh' to dir 'aem/home/opt/sdk/dispatcher'
782+
# Failed to parse arguments: Unknown option -title
783+
ERRO[2025-02-27 13:17:10] cannot run SDK dispatcher tools unpacking script 'aem/home/opt/sdk/aem-sdk-dispatcher-tools-2.0.235-unix.sh': exit status 1
784+
getting started
785+
AEM Compose project is not yet ready to use!
786+
787+
Be sure to provide AEM files (SDK ZIP or Quickstart JAR + License + Service Packs) to directory 'aem/home/lib'.
788+
task: Failed to run task "init": exit status 1
789+
```
790+
791+
Important line is `Unknown option -title`.
792+
793+
To fix this, **make sure that `xterm` is installed and available on your system**, and re-run the task.
794+
773795
# Contributing
774796

775797
Issues reported or pull requests created will be very appreciated.

0 commit comments

Comments
 (0)