Skip to content

Commit

Permalink
Merge branch 'main' of github.com:wttech/aemc
Browse files Browse the repository at this point in the history
  • Loading branch information
krystian-panek-vmltech committed Feb 6, 2024
2 parents 6a2c3a1 + 2d0a94d commit 991c8a1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ AEMC is a versatile tool for managing Adobe Experience Manager (AEM) instances.
* [Replication agents](#replication-agents)
* [SSL by Default](#ssl-by-default)
* [Global Trust Store](#global-trust-store)
* [Troubleshooting](#troubleshooting)
* [Contributing](#contributing)
* [Authors](#authors)
* [License](#license)
Expand Down Expand Up @@ -660,6 +661,25 @@ Command `certificate add` supports certificates in PEM and DER formats.
sh aemw gts certificate remove --alias <alias> -A
```


# Troubleshooting

## Migration from Gradle plugins

If you're migrating from [Gradle AEM Plugin](https://github.com/wttech/gradle-aem-plugin) you may run into issue with setting up dispatcher.
In case of error when running task dispatcher:start or dispatcher:setup:
```
2024-01-22 16:37:23 dispatcher | 2024/01/22 15:37:23 Dispatcher configuration validation failed:
2024-01-22 16:37:23 dispatcher | 2024/01/22 15:37:23 /mnt/dev/src/conf.d/variables/default.vars: lstat /etc/httpd.extra: no such file or directory
2024-01-22 16:37:23 dispatcher |
2024-01-22 16:37:23 dispatcher | ERROR Mon Jan 22 15:37:23 UTC 2024 Configuration invalid, please fix and retry,
2024-01-22 16:37:23 dispatcher | Line numbers reported are correct for your configuration files.
```
Check if there is a broken symlink/file in `dispatcher/src/variables/default.vars`. If the file exists, delete it and
run the task again.
# Contributing
Issues reported or pull requests created will be very appreciated.
Expand Down

0 comments on commit 991c8a1

Please sign in to comment.