1

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.

pawan
  • 125
  • 1
  • 6

2 Answers2

1

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.

Zlatin Zlatev
  • 3,034
  • 1
  • 24
  • 32
  • 1
    Downgrading to eclipse photon resolved the issue. Now pipeline debugger works but script debugger gives "Could not connect to server: null" error. – pawan Jul 17 '20 at 07:26
1

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

sholsinger
  • 3,028
  • 2
  • 23
  • 40