question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ResourceGroupTemplates removal failure

See original GitHub issue

Hi! 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:closed
  • Created 3 years ago
  • Reactions:1
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ddsharpecommented, Mar 15, 2021

@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.

0reactions
ddsharpecommented, Jun 29, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found