Hi there, I am working with OrientDB Server 1.7-RC2. I have accidentally restarted the PC the database server was running.
On server restart the restore procedure began. The database seems to work fine so far but I have noticed the following exception during the restore procedure. 2014-02-14 10:10:59:922 WARN segment file 'database.ocf' was not closed correctly last time [OSingleFileSegment] 2014-02-14 10:11:00:720 WARN Storage pdb was not closed properly. Will try to restore from write ahead log. [OLocalPaginatedStorage] 2014-02-14 10:11:00:722 INFO Looking for last checkpoint... [OLocalPaginatedStorage] 2014-02-14 10:11:00:722 INFO Checkpoints are absent, the restore will start from the beginning. [OLocalPaginatedStorage] 2014-02-14 10:11:00:723 INFO Date restore procedure is started. [OLocalPaginatedStorage]Exception during storage data restore. null -> com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage.restoreFrom(OLocalPaginatedStorage.java:504) -> com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage.restoreFromBegging(OLocalPaginatedStorage.java:479) -> com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage.restoreFromWAL(OLocalPaginatedStorage.java:318) -> com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage.restoreIfNeeded(OLocalPaginatedStorage.java:285) -> com.orientechnologies.orient.core.storage.impl.local.paginated.OLocalPaginatedStorage.open(OLocalPaginatedStorage.java:267) -> com.orientechnologies.orient.core.db.raw.ODatabaseRaw.open(ODatabaseRaw.java:99) -> com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.open(ODatabaseWrapperAbstract.java:54) -> com.orientechnologies.orient.core.db.record.ODatabaseRecordAbstract.open(ODatabaseRecordAbstract.java:142) -> com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.open(ODatabaseWrapperAbstract.java:54) -> com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:695) -> com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract.authenticate(OServerCommandAuthenticatedDbAbstract.java:125) -> com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract.beforeExecute(OServerCommandAuthenticatedDbAbstract.java:86) -> com.orientechnologies.orient.server.network.protocol.http.command.get.OServerCommandGetConnect.beforeExecute(OServerCommandGetConnect.java:46) -> com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract.service(ONetworkProtocolHttpAbstract.java:153) -> com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract.execute(ONetworkProtocolHttpAbstract.java:496) -> com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:45) 2014-02-14 10:11:00:795 INFO Storage data restore was completed [OLocalPaginatedStorage] -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
