I think you have something unique in your environment...looks like a permissions issue from what you posted at least. Could you back this up with some repro steps and a description of the doc types / data types you have.
Also, Courier does the compare on deploy, not on packing - that's why it packs whatever dependencies may be needed.
Stackoverflowexception when deploying from the Tree.
Hi,
We are using Umbraco 7.1.8 and the nightly Courier build (v2.11.122).
When we have an update of a file that exists on both our environments, and choose to deploy it via the tree.
Courier packages the node itself first and that succeeds.
Then deploy crashes on packaging the documenttype.
Why does he do that anyhow? it's the same on both environments.
When checking the problem it's a StackoverflowException.
The Call stack show this:
@jan
I think you have something unique in your environment...looks like a permissions issue from what you posted at least. Could you back this up with some repro steps and a description of the doc types / data types you have.
Also, Courier does the compare on deploy, not on packing - that's why it packs whatever dependencies may be needed.
is working on a reply...