Closed bjarnef closed 3 years ago
It seems to be an issue when deploying root node including descedants. I could deploy the root node itself and some other nodes individually, but when I deployed an archive node (listview) with child nodes it failed and shows these log errors on the remote environment. The remote environment however didn't throw an ysod.
In this case it seems it hit this line: https://github.com/umbraco/Umbraco-CMS/blob/3bfd9b71e290354744d677440983ecd06c5c0788/src/Umbraco.Web/PublishedCache/NuCache/PublishedContent.cs#L295
After this I could suddenly deploy this archive node to remote environment and also deploy the root node with descendants.
Hi Bjarnef.
Its not quite clear to me on how you resolved this, could you explain?
@Emetico after the deploy caused an ysod on the remote enviroment, because of a NuCache panic exception, I fixed it on the remove environment by clicking this button to reload memory cache.
It is however not a permanent fix, because the ysod if back on the deploy.
Thanks alot.
I just have to remember to reload the memory cache each time i deploy until it is fixed.
Yeah, it is a bit annoying :)
Hey @bjarnef @Emetico - I'm looking through older issues, can you tell me if this is still an issue with a recent Umbraco + Deploy combination?
Still an issue on Umbraco 8.8.0 Forms 8.5.3 Deploy 3.5.1
In which case AppData models are being used. I will see if it can be reproduced on a new install - will update this comment later on.
Hiya @bjarnef,
Just wanted to let you know that we noticed that this issue got a bit stale and might not be relevant any more.
We will close this issue for now but we're happy to open it up again if you think it's still relevant (for example: it's a feature request that's not yet implemented, or it's a bug that's not yet been fixed).
To open it this issue up again, you can write @umbrabot still relevant
in a new comment as the first line. It would be super helpful for us if on the next line you could let us know why you think it's still relevant.
For example:
@umbrabot still relevant This bug can still be reproduced in version
x.y.z
This will reopen the issue in the next few hours.
Thanks, from your friendly Umbraco GitHub bot :robot: :slightly_smiling_face:
When deploying content from e.g. local to live enviroment, it seems the deploy fails and the live environment shows an ysod.
Tested on Umbraco v8.1.1 and Deploy v3.1.1 and using ModelsBuilder dll mode.
On local it seems the deploy stop because the remote environment throw an ysod.
To fix the ysod on the remote environment, it seems to work by reloading memory cache in NuCache dashboard, but it doesn't fix the deployment error, and when doing another deploy from local to remove environment the ysod is back.
Furthermore the remote environment shows this log error.
In this case it seems to complain about this loop in line 36 (the code below has been simplified a bit).