Expand my Community achievements bar.

SOLVED

AEM reference site package deploy error

Avatar

Level 2

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

 

View solution in original post

3 Replies

Avatar

Level 3

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

Avatar

Correct answer by
Community Advisor

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.

 

Avatar

Level 2

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 .