现在的位置: 首页 > 综合 > 正文

PersistentStoreException错误

2013年05月10日 ⁄ 综合 ⁄ 共 4936字 ⁄ 字号 评论关闭

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"
        at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:44)
        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:209)
        at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
Caused by: weblogic.store.PersistentStoreException: java.io.IOException: [Store:280021]There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"
        at weblogic.store.io.file.Heap.open(Heap.java:166)
        at weblogic.store.io.file.FileStoreIO.open(FileStoreIO.java:85)
        at weblogic.store.internal.PersistentStoreImpl.open(PersistentStoreImpl.java:353)
        at weblogic.store.PersistentStoreManager.createFileStore(PersistentStoreManager.java:202)
        at weblogic.diagnostics.archive.DiagnosticStoreRepository.getStore(DiagnosticStoreRepository.java:61)
        at weblogic.diagnostics.lifecycle.ArchiveLifecycleImpl.initialize(ArchiveLifecycleImpl.java:42)
        ... 4 more
Caused by: java.io.IOException: [Store:280021]There was an error while opening the file store file "WLS_DIAGNOSTICS000000.DAT"
        at weblogic.store.io.file.StoreDir.throwIOException(StoreDir.java:213)
        at weblogic.store.io.file.StoreDir.open(StoreDir.java:103)
        at weblogic.store.io.file.Heap.open(Heap.java:164)
        ... 9 more
Caused by: java.io.IOException: Error from fcntl() for file locking, No such file or directory, errno=2
        at weblogic.store.io.file.direct.DirectIONative.open(Native Method)
        at weblogic.store.io.file.direct.DirectFileChannel.<init>(DirectFileChannel.java:51)
        at weblogic.store.io.file.direct.DirectIOManager.open(DirectIOManager.java:138)
        at weblogic.store.io.file.StoreFile.openInternal(StoreFile.java:112)
        at weblogic.store.io.file.StoreFile.open(StoreFile.java:142)
        at weblogic.store.io.file.StoreDir.open(StoreDir.java:95)
        ... 10 more

>
***************************************************************************
The WebLogic Server encountered a critical failure
Reason: Assertion violated
***************************************************************************
Exception in thread "main" java.lang.NoClassDefFoundError: weblogic.protocol.ServerIdentityManager$Initializer (initialization failure)
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:130)
        at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerIdentityManager.java:65)
        at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:171)
        at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:677)
        at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:406)
        at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:392)
        at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:172)
        at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:373)
        at weblogic.Server.main(Server.java:67)
Caused by: java.lang.AssertionError: Assertion violated
        at weblogic.utils.Debug.assertion(Debug.java:57)
        at weblogic.rjvm.JVMID.setLocalClientID(JVMID.java:125)
        at weblogic.rjvm.JVMID.localID(JVMID.java:111)
        at weblogic.protocol.LocalServerIdentity$SingletonMaker.<clinit>(LocalServerIdentity.java:13)
        at java.lang.J9VMInternals.initializeImpl(Native Method)
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:192)
        at weblogic.protocol.LocalServerIdentity.getIdentity(LocalServerIdentity.java:20)
        at weblogic.protocol.ServerIdentityManager$Initializer.<clinit>(ServerIdentityManager.java:70)
        at java.lang.J9VMInternals.initializeImpl(Native Method)
        at java.lang.J9VMInternals.initialize(J9VMInternals.java:192)
        at weblogic.protocol.ServerIdentityManager.findServerIdentity(ServerIdentityManager.java:65)
        at weblogic.protocol.URLManager.findAdministrationURL(URLManager.java:171)
        at weblogic.server.ServerLifeCycleRuntime.getLifeCycleOperationsRemote(ServerLifeCycleRuntime.java:677)
        at weblogic.t3.srvr.ServerRuntime.sendStateToAdminServer(ServerRuntime.java:406)
        at weblogic.t3.srvr.ServerRuntime.updateRunState(ServerRuntime.java:392)
        at weblogic.t3.srvr.T3Srvr.setState(T3Srvr.java:172)
        at weblogic.t3.srvr.T3Srvr.setFailedState(T3Srvr.java:270)
        at weblogic.t3.srvr.T3Srvr.initializeStandby(T3Srvr.java:637)
        at weblogic.t3.srvr.T3Srvr.startup(T3Srvr.java:402)
        at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:361)
        ... 1 more
                                                                            
解决方法:
WLS_DIAGNOSTIC 那个文件是诊断信息。。
ESO_lock 是启动的时候锁定一下,排他的

删除了文件 WLS_DIAGNOSTICS000000.DAT ,重启了,还是不行。

杀掉了 AS和MS进程,再启动就可以了,可能是由于重复启动的原因

抱歉!评论已关闭.