You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -770,6 +770,28 @@ In case of error when running task dispatcher:start or dispatcher:setup:
770
770
Check if there is a broken symlink/file in `dispatcher/src/variables/default.vars`. If the file exists, delete it and
771
771
run the task again.
772
772
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
+
773
795
# Contributing
774
796
775
797
Issues reported or pull requests created will be very appreciated.
0 commit comments