weblogic error: Could not read or create index on log file… persistent store record id could not be found
the problem: getting “Could not read or create index on log file… persistent store record id could not be found” error in weblogic:
<Jan 27, 2014 12:46:04 PM HST> <Error> <Diagnostics> <BEA-320055> <Could not read or create index on log file /u01/app/oracle/domains/testdomain/servers/AdminServer/ logs/testdomain.log weblogic.store.PersistentStoreException: [Store:280029]The persistent store record 3,431 could not be found at weblogic.store.io.file.FileStoreIO$TypeRecord.getSlot(FileStoreIO.java:1097) at weblogic.store.io.file.FileStoreIO.deleteInternal(FileStoreIO.java:422) at weblogic.store.io.file.FileStoreIO.delete(FileStoreIO.java:314) at weblogic.store.internal.DeleteRequest.run(DeleteRequest.java:28) at weblogic.store.internal.StoreRequest.doTheIO(StoreRequest.java:64) Truncated. see log file for complete stacktrace
fix it by:
shutting down the server
removing the .DAT file in the <server>/data/store/diagnostics directory
start the server up again