Error while trying to debug demandware pipeline code using eclipse

408 Views Asked by At

After setting up the configuration for pipeline and clicking on debug in eclipse, I get this error.

Errors occurred during the build. Errors running builder 'Digital Server Upload' on project 'DigitalServer'. Tree element '/' not found.

2

There are 2 best solutions below

0
On BEST ANSWER

If you don’t need to edit Pipelines, I recommend VS Code with the Prophet plugin. Check it out on the VS Code plugin marketplace. https://marketplace.visualstudio.com/items?itemName=SqrTT.prophet

1
On

Check the project references (right click > Properties > Project References) of your connection to the instance. You likely have a closed or missing cartridge project referenced there. Once you remove this reference, the error will be gone.