Sunday, January 23, 2011

"Management:141190" when trying to create a Persistent Store

A WebLogic persistent store is a physical repository for storing subsystem data, such as persistent JMS messages. It can be either a JDBC-accessible database or a disk-based file.


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:

Cialis said...

That is what I did wrong, I never restarted the adminserver, thanks for the tip.

Ramesh said...

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?