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
Solved! Go to Solution.
Views
Replies
Total Likes
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.
There could be error in the file (line #1). Check for any unwanted characters. Check the refenced file too.
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.
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 .
Views
Replies
Total Likes
Views
Likes
Replies