ERROR

weblogic.store.PersistentStoreFatalException: [Store:280029]The store record 4 could not be found.

Solution

The issue can be caused by the corruption of the database, by .lok or .DAT files associated with the file store.

Normally, the .lok files would be removed when server shuts down.

  • Shutdown all managed servers and AdminServer
  • Make a backup of the current DOMAIN_HOME (e.g./AdminServer/data/store.BKP)

Remove the .lok and .DAT files on the admin and managed servers

Use below commands to remove the file under your DOMAIN_HOME

  • find . -name “*.DAT” -print
  • find . -name “*.lok” -print
  • Restart the server and verify the problem to be resolved.

 

 

Recommended Posts

Start typing and press Enter to search