Problem:
When creating a Persistent Store in Oracle WebLogic and committing the changes, the following message appears on the WebLogic Server Administration Console:
An error occurred during activation or changes, please see the log for details.
[Management:141190]The commit phase of the configuration update failed with an exception:one or more registered update listeners reported activation problems. The following failures occurred: -- The following failures occurred: -- weblogic.management.DeploymentException:
Solution:
1. Restart the AdminServer and try again. It should now work.
Applicable Versions:
- Oracle WebLogic Server 11g (10.3.3)
2 comments:
That is what I did wrong, I never restarted the adminserver, thanks for the tip.
It is not working even after restarting admin server.
What I did:
1. Created a persistent store 'PS1'
2. Errors when trying to activate changes
3. Deleted the persistent store created 'PS1'
4. Restarted admin server
5. Again created a persistent store 'PS1'
6. Errors again when trying to activate changes
Error:
An error occurred during activation of changes, please see the log for details.
Message icon - Error [Management:141190]The commit phase of the configuration update failed with an exception:
Message icon - Error one or more registered update listeners reported activation problems. The following failures occurred: -- The following failures occurred: -- weblogic.management.DeploymentException:
Weblogic version: 10.3.6.0
Any help will be highly appreciated?
Post a Comment