File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
documentation/4.0/content/userguide/limitations Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -149,3 +149,13 @@ updateDomain.sh failed (exit code = 2)
149149**ACTION**: This is caused by WebLogic Server Bug 37443991. To resolve this issue, please file an SR with Oracle Support
150150and ask for a patch for Bug 37443991. The only known workarounds are to either split these two updates into separate
151151online Update Domain calls or use offline Update Domain.
152+
153+ ### Online Update Domain with Deletes Requiring Ordering
154+
155+ **ISSUE**: WDT Update Domain does not support any ordering for deleting existing folders. As such, online updates where
156+ the model is deleting MBeans that are referenced by other MBeans--even ones marked for deletion--may fail due to the
157+ lack of support for ordered deletions. This is a complex problem to address generically, as discussed in
158+ [GitHub Issue 1664](https://github.com/oracle/weblogic-deploy-tooling/issues/1664#issuecomment-3456974575).
159+
160+ **ACTION**: Create a sparse model with a single folder marked for deletion and run the Update Domain tool. Repeat this
161+ process until all desired objects are deleted.
You can’t perform that action at this time.
0 commit comments