In Weblogic 10.3.5, if you get the following error during startup:
> <Store> 045> <The persistent store "_WLS_AdminServer" could not be deployed: weblogic.store.PersistentStoreException: [Store:280105]The persistent file store "_WLS_AdminServer" cannot open file _WLS_ADMINSERVER000000.DAT.
You can try fix it by navigating to:
/u01/weblogic/Oracle/Middleware/user_projects/domains/<<Domain_name>>/servers/AdminServer/data/store/default/
directory and delete the _WLS_ADMINSERVER000000.DAT fIle.
This action is detailed out in Oracle Support doc ID: 957377.1
After deleting the file, try restart the server again.