ResourceGroupTemplates removal failure
See original GitHub issueHi! When I am trying to install a domain including Oracle Service Bus I am facing an issue while trying to remove ResourceGroupTemplates:
####<Mar 12, 2021 1:57:39 PM> <INFO> <deployer_utils> <delete_named_element> <WLSDPLY-09110> <Deleting ResourceGroupTemplate OSBAdminSvrOnlyResourceGroupTemplate>
Issue Log for createDomain version 1.9.8 running WebLogic version 12.2.1.4.0 offline mode:
SEVERE Messages:
1. WLSDPLY-12409: createDomain failed to create the domain: updateDomain() failed : Error updating domain:
null
@org.apache.xmlbeans.impl.values.XmlObjectBase.check_orphaned(XmlObjectBase.java:1268)
Same happens no matter if I attempt to remove one or all ResourceGroupTemplates.
resources:
ResourceGroupTemplate:
'!OSBAdminSvrOnlyResourceGroupTemplate':
When running from WLST before I actually delete RGT I have to remove the references:
editService.getConfigurationManager().removeReferencesToBean(getMBean('/ResourceGroupTemplates/OSBAdminSvrOnlyResourceGroupTemplate'))
How to achieve it in WDT?
Why I am doing that is because of the recommendation from Oracle due to slow loading of Deployments tab.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Azure Resource Manager resource group and resource deletion
Describes how to delete resource groups and resources. ... For other error codes, Resource Manager fails the deletion of the resource.
Read more >Consistent failure of delete resource group task
Description : Deploy an Azure resource manager (ARM) template to a resource group. You can also start, stop, delete, deallocate all Virtual ...
Read more >Effective ways to delete resources in a resource group on ...
If there are existing resources in the resource group that are not present in the template, they will be deleted automatically.
Read more >Failed to delete the resource group after deploying azure-sql ...
We need to perform the cleanup by deleting the resource group, how can we delete the resource group successfully? Repro steps (if necessary, ......
Read more >Unable to delete Azure Resource Groups - Stack Overflow
This is the content of the error message I get when the Azure SQL resource in the template fails. I assume that the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@pwninja How was the domain created and configured? WDT does not officially support SOA and OSB, yet. But, I can try to take a look at this scenario for you if you help me recreate a similar domain that I can look at.
Per https://github.com/oracle/weblogic-deploy-tooling/issues/919#issuecomment-866638267, I am closing this issue. Please reopen if I misunderstand this as resolved.