How To Solve The Weblogic Store Persistentstoreexception?

Asked By 10 points N/A Posted on -
qa-featured

I have got an error saying Weblogic Startup Error: weblogic.store.PersistentStoreException: java.io.IOException. Due to this, Weblogic fails to start. What does this mean and how to solve it?

SHARE
Answered By 0 points N/A #319004

How To Solve The Weblogic Store Persistentstoreexception?

qa-featured

As you can see the persistent store file is corrupted. You have to take a backup of it and delete it.

For this go to –

DOMAIN_HOME/servers/<server_name>/data/store/diagnostics/WLS_DIAGNOSTICS000000.DAT Now take a backup of the WLS_DIAGNOSTICS000000.DAT file and delete it.

Then restart the server. Your problem should be solved.

Related Questions