WLS_DIAGNOSTIC ERROR
weblogic.store.PersistentStoreException: [Store:280073]The file store "WLS_DIAGNOSTICS" could not be opened because it contained a file with the invalid version 1. A file of version 2 was expected.
When you get this error while running your application on internal weblogic server
delete the following file
WLS_DIAGNOSTICS000000.DAT
search the file in following path
C:\jdev_work\system11.1.1.5.37.60.13\DefaultDomain
this file is in DefaultDomain folder of your jdev.
and delete the WLS_DIAGNOSTICS000000.DAT file .
and run your applicatuon
Thanks a lot for posting this.
ReplyDeleteYour solution helped me a lot. Thank you very much once again