harry
harry

Reputation: 135

Error while trying to debug demandware pipeline code using eclipse

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.

Upvotes: 1

Views: 470

Answers (2)

sholsinger
sholsinger

Reputation: 3078

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

Upvotes: 1

Zlatin Zlatev
Zlatin Zlatev

Reputation: 3089

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.

Upvotes: 2

Related Questions