Code Deployment via cloud manager | Community
Skip to main content
Level 3
September 15, 2023
Solved

Code Deployment via cloud manager

  • September 15, 2023
  • 1 reply
  • 644 views

Hi All,

I have been trying to deploy code via cloud to stage environment but everytime it fails at dispatcher though dispatcher module is commented in main pom. Can anyone please guide me on this. I am attaching build error logs.

Thanks, looking forward to the answers

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by A_H_M_Imrul

Hello @annkitaaggarwal,

 

Commenting out the dispatcher module from pom.xml is not enough, please make sure that the dispatcher module is removed/deleted from the code base (the one that is getting deployed through cloud manager).

 

Though its recommended to push the dispatcher config changes via cloud manager to the servers, however if you want to manage it separately, you can move it out from the code completely or ignore while pushing the code to adobe code repository..

 

Thanks   

 

   

1 reply

A_H_M_Imrul
Community Advisor
A_H_M_ImrulCommunity AdvisorAccepted solution
Community Advisor
September 15, 2023

Hello @annkitaaggarwal,

 

Commenting out the dispatcher module from pom.xml is not enough, please make sure that the dispatcher module is removed/deleted from the code base (the one that is getting deployed through cloud manager).

 

Though its recommended to push the dispatcher config changes via cloud manager to the servers, however if you want to manage it separately, you can move it out from the code completely or ignore while pushing the code to adobe code repository..

 

Thanks   

 

   

Level 3
September 15, 2023

Thanks, for now i will remove it from codebase.