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.

BAM cluster - Data Source for Automatic Migration

See original GitHub issue

Hi,

I am using WDT to create a BAM cluster and after finalizing I get this.

image

After realizing it I have been trying to set it to None by using WDT model as is shown below.

        BamCluster:            
            CoherenceClusterSystemResource: SoaCoherenceCluster
            WeblogicPluginEnabled: true
            DynamicServers:
                ServerNamePrefix: 'BamCluster-'
            JTACluster:
                AbandonTimeoutSeconds: 86400
                MaxXACallMillis: 120000
                MaxTransactions: 10000
                TimeoutSeconds: 120
            DataSourceForAutomaticMigration: "None"

However, I am getting below error

WLSDPLY-12409: createDomain failed to create the domain: Failed to set attribute 
DataSourceForAutomaticMigration in path /Cluster/BamCluster to value None: Could not create generic operation:JDBCSystemResource

Is there a different way to set this?

TAM

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:20 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
CarolynRountreecommented, Jul 23, 2021

I have reproduced your issue above.

0reactions
CarolynRountreecommented, Jan 4, 2022

This was fixed in release 1.9.17.

The solution is to set the following: DataSourceForAutomaticMigration: null

Read more comments on GitHub >

github_iconTop Results From Across the Web

12 Extending the Domain to Include BAM
Select the data source to be used for automatic migration. In this case select the leasing data source. Click Save and Activate Changes....
Read more >
Configure Automatic Service Migration - Oracle Open Source
In the home page, click Clusters. · Click the Migration tab and then click Lock & Edit in the Change Center panel. ·...
Read more >
whole server migration - Medium
This blog will help you understand the whole server migration and how it can help in recovering the existing Server instances form machine ......
Read more >
WebLogic cluster - IBM
Using WebLogic administration console, Under Environment > Cluster > Configuration > Migration, set Migration Basis to Database and Data Source for Automatic ......
Read more >
Install BizTalk Server in a Multi-Computer Environment
Configure the first BizTalk group with the BAM features. These features include BAM tools, the BAM Analysis database, BAM alerts, and the BAM...
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