weblogic.diagnostics.lifecycle.DiagnosticComponentLifecycleException: weblogic.store.PersistentStoreException: java.io.IOException: [Store:280021]There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via Oracle Community by 655136, 1 year ago
via csdn.net by Unknown author, 2 years ago
via csdn.net by Unknown author, 2 years ago
via Oracle Community by 781995, 1 year ago
via csdn.net by Unknown author, 2 years ago
via hivmr.com by Unknown author, 1 year ago
java.io.IOException: Error from fcntl() for file locking, Error 0, errno=0
at weblogic.store.io.file.direct.DirectIONative.open(Native Method)
at weblogic.store.io.file.direct.DirectFileChannel.init(DirectFileChannel.java:52)
at weblogic.store.io.file.direct.DirectIOManager.open(DirectIOManager.java:139)
at weblogic.store.io.file.StoreFile.openInternal(StoreFile.java:113)
at weblogic.store.io.file.StoreFile.open(StoreFile.java:143)
at weblogic.store.io.file.StoreDir.open(StoreDir.java:96)
at weblogic.store.io.file.Heap.open(Heap.java:165)
at weblogic.store.io.file.FileStoreIO.open(FileStoreIO.java:88)
at weblogic.store.internal.PersistentStoreImpl.recoverStoreConnections(PersistentStoreImpl.java:332)
at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:323)
at weblogic.store.xa.PersistentStoreManagerXA.createFileStore(PersistentStoreManagerXA.java:104)
at weblogic.store.xa.PersistentStoreManagerXA.createFileStore(PersistentStoreManagerXA.java:177)
at weblogic.diagnostics.archive.DiagnosticStoreRepository.getStore(DiagnosticStoreRepository.java:85)
at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:64)
at weblogic.diagnostics.lifecycle.DiagnosticFoundationService.start(DiagnosticFoundationService.java:107)
at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)