-
Notifications
You must be signed in to change notification settings - Fork 593
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dispatcher issue with latest code deployment on cloud #209
Comments
hi @Gurjot-Singh1 to confirm are you deploying to AEM as a Cloud Service? |
Yes, I am deploying to AEM as Cloud by checking in the code in a branch and then executing the Deployment pipeline. |
And you are working with the latest from the master branch? I'm assuming this must be related to Windows and the handling of symbolic links... Do you have an idea of the fix needed? |
Thanks @godanny86 for looking into this. |
Hi @godanny86 were you able to reproduce this? |
Hi @Gurjot-Singh1 , Were you able to resolve this issue. I am also facing the same. |
Hi
No, Saurabh. but as a work around I created a new project using acrheType 25 in local and pushed it on cloud. WKND is still not success. |
Thanks @Gurjot-Singh1 |
Hi @godanny86, Do you have any solution for this issue. |
Hi @godanny86, |
@Gurjot-Singh1 as a workaround, you could create the symbolic links using wsl in windows |
Expected Behaviour
New Image should be successfully Build and deployed on cloud via cloud Manager pipeline
Actual Behaviour
Build & Unit Testing is Success, but Unable to build new image.
Reproduce Scenario (including but not limited to)
Steps to Reproduce
Take Latest checkout from Git repo,
do maven install on local for verification(Success)
Checkin the same code in your branch on cloud - https://git.cloudmanager.adobe.com/...
and Run the deployment Pipeline.
PS:
Dispatcher validator fails inside Git repo but passes without any issues in clean folder (outside Git).
It is due to symlinks, for which I have enabled "symlinks = true" in config as well.
Platform and Version
Windows 10
Deployment on Cloud Manager
Sample Code that illustrates the problem
Logs taken while reproducing problem
Log_msg.txt
buildImage_log.log
The text was updated successfully, but these errors were encountered: