AEM reference site package deploy error | Community
Skip to main content
New Participant
April 15, 2023
Solved

AEM reference site package deploy error

  • April 15, 2023
  • 2 replies
  • 1116 views

Below is the error i am getting in CI/CD pipelin build

 

 Dispatcher configuration validation failed:
conf.dispatcher.d/enabled_farms/default.farm:1: extra characters following label "/default.farm" are ignored

 

Could any one explain what this means and how it can be resolved?

 

The reference site was download and built in eclipse and pushed to git

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 Rohan_Garg

Did you resolve this error @chandrakanthim?

I recently had a similar issue. The issue was due to an inadvertent space present.

The enabled farms folder contains symbolic links (symlink) which refer to the available farms.


Please check if there is space in the ../available_farms/default.farm.

 

2 replies

Rohan_Garg
Rohan_GargAccepted solution
New Participant
June 8, 2023

Did you resolve this error @chandrakanthim?

I recently had a similar issue. The issue was due to an inadvertent space present.

The enabled farms folder contains symbolic links (symlink) which refer to the available farms.


Please check if there is space in the ../available_farms/default.farm.

 

New Participant
June 23, 2023

Thanks for the reply. 

I am sure its some thing to do with sym links on windows OS.

I have copied the contents of the default file to the file which is referenced and that solved it .

New Participant
April 15, 2023

There could be error in the file (line #1). Check for any unwanted characters. Check the refenced file too.