Wa are using Orientdb 2.0.18 version, when we try to upload the manual
downloaded database by .json format.
On Thursday, October 5, 2017 at 1:08:24 PM UTC+5:30, Oleksandr Gubchenko
wrote:
>
> Which version are you using? What actions were performed on the database?
>
> Il giorno mercoledì 4 ottobre 2017 16:40:12 UTC+2, Pugazharasan Thirumalai
> ha scritto:
>>
>> 2017-10-04 19:55:27:292 WARNING {db=mio} segment file 'database.ocf' was
>> not closed correctly last time [OSingleFileSegment]
>> 2017-10-04 19:55:27:292 SEVERE {db=mio} Internal server error:
>> com.orientechnologies.orient.core.exception.OStorageException: Cannot
>> open local storage
>> '/home/centos/waffor/orientdb-community-2.0.18/databases/mio' with mode=rw
>> --> com.orientechnologies.orient.core.exception.OStorageException: File
>> with id 1057 does not exist. [ONetworkProtocolHttpDb]
>> 2017-10-04 19:55:27:297 WARNING {db=mio} Storage mio was not closed
>> properly. Will try to restore from write ahead log. [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:297 INFO {db=mio} Looking for last checkpoint...
>> [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:300 INFO {db=mio} Found FUZZY checkpoint.
>> [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:301 INFO {db=mio} Data restore procedure from FUZZY
>> checkpoint is started. [OLocalPaginatedStorage]{db=mio} Exception during
>> storage data restore.
>> com.orientechnologies.orient.core.exception.OStorageException: File with
>> id 1057 does not exist.
>> at
>> com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.openFile(OWOWCache.java:420)
>> at
>> com.orientechnologies.orient.core.index.hashindex.local.cache.OReadWriteDiskCache.openFile(OReadWriteDiskCache.java:183)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreAtomicUnit(OAbstractPaginatedStorage.java:2283)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFrom(OAbstractPaginatedStorage.java:2216)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromFuzzyCheckPoint(OAbstractPaginatedStorage.java:2187)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromCheckPoint(OAbstractPaginatedStorage.java:2162)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromWAL(OAbstractPaginatedStorage.java:2095)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreIfNeeded(OAbstractPaginatedStorage.java:1469)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.open(OAbstractPaginatedStorage.java:171)
>> at
>> com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.open(ODatabaseDocumentTx.java:244)
>> at
>> com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:636)
>> at
>> com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:618)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract.authenticate(OServerCommandAuthenticatedDbAbstract.java:167)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract.beforeExecute(OServerCommandAuthenticatedDbAbstract.java:127)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract.service(ONetworkProtocolHttpAbstract.java:173)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract.execute(ONetworkProtocolHttpAbstract.java:581)
>> at
>> com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:69)
>>
>> 2017-10-04 19:55:27:319 SEVERE {db=mio} Internal server error:
>> com.orientechnologies.orient.core.exception.OStorageException: Cannot
>> open local storage
>> '/home/centos/waffor/orientdb-community-2.0.18/databases/mio' with mode=rw
>> --> com.orientechnologies.orient.core.exception.OStorageException: File
>> with id 1057 does not exist. [ONetworkProtocolHttpDb]
>> 2017-10-04 19:55:27:538 WARNING {db=mio} segment file 'database.ocf' was
>> not closed correctly last time [OSingleFileSegment]
>> 2017-10-04 19:55:27:543 WARNING {db=mio} Storage mio was not closed
>> properly. Will try to restore from write ahead log. [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:543 INFO {db=mio} Looking for last checkpoint...
>> [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:545 INFO {db=mio} Found FUZZY checkpoint.
>> [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:546 INFO {db=mio} Data restore procedure from FUZZY
>> checkpoint is started. [OLocalPaginatedStorage]{db=mio} Exception during
>> storage data restore.
>> com.orientechnologies.orient.core.exception.OStorageException: File with
>> id 1057 does not exist.
>> at
>> com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.openFile(OWOWCache.java:420)
>> at
>> com.orientechnologies.orient.core.index.hashindex.local.cache.OReadWriteDiskCache.openFile(OReadWriteDiskCache.java:183)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreAtomicUnit(OAbstractPaginatedStorage.java:2283)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFrom(OAbstractPaginatedStorage.java:2216)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromFuzzyCheckPoint(OAbstractPaginatedStorage.java:2187)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromCheckPoint(OAbstractPaginatedStorage.java:2162)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromWAL(OAbstractPaginatedStorage.java:2095)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreIfNeeded(OAbstractPaginatedStorage.java:1469)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.open(OAbstractPaginatedStorage.java:171)
>> at
>> com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.open(ODatabaseDocumentTx.java:244)
>> at
>> com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:636)
>> at
>> com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:618)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract.authenticate(OServerCommandAuthenticatedDbAbstract.java:167)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract.beforeExecute(OServerCommandAuthenticatedDbAbstract.java:127)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract.service(ONetworkProtocolHttpAbstract.java:173)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract.execute(ONetworkProtocolHttpAbstract.java:581)
>> at
>> com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:69)
>>
>> 2017-10-04 19:55:27:566 WARNING {db=mio} segment file 'database.ocf' was
>> not closed correctly last time [OSingleFileSegment]
>> 2017-10-04 19:55:27:566 SEVERE {db=mio} Internal server error:
>> com.orientechnologies.orient.core.exception.OStorageException: Cannot
>> open local storage
>> '/home/centos/waffor/orientdb-community-2.0.18/databases/mio' with mode=rw
>> --> com.orientechnologies.orient.core.exception.OStorageException: File
>> with id 1057 does not exist. [ONetworkProtocolHttpDb]
>> 2017-10-04 19:55:27:574 WARNING {db=mio} Storage mio was not closed
>> properly. Will try to restore from write ahead log. [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:574 INFO {db=mio} Looking for last checkpoint...
>> [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:577 INFO {db=mio} Found FUZZY checkpoint.
>> [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:578 INFO {db=mio} Data restore procedure from FUZZY
>> checkpoint is started. [OLocalPaginatedStorage]{db=mio} Exception during
>> storage data restore.
>> com.orientechnologies.orient.core.exception.OStorageException: File with
>> id 1057 does not exist.
>> at
>> com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.openFile(OWOWCache.java:420)
>> at
>> com.orientechnologies.orient.core.index.hashindex.local.cache.OReadWriteDiskCache.openFile(OReadWriteDiskCache.java:183)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreAtomicUnit(OAbstractPaginatedStorage.java:2283)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFrom(OAbstractPaginatedStorage.java:2216)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromFuzzyCheckPoint(OAbstractPaginatedStorage.java:2187)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromCheckPoint(OAbstractPaginatedStorage.java:2162)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromWAL(OAbstractPaginatedStorage.java:2095)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreIfNeeded(OAbstractPaginatedStorage.java:1469)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.open(OAbstractPaginatedStorage.java:171)
>> at
>> com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.open(ODatabaseDocumentTx.java:244)
>> at
>> com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:636)
>> at
>> com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:618)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract.authenticate(OServerCommandAuthenticatedDbAbstract.java:167)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract.beforeExecute(OServerCommandAuthenticatedDbAbstract.java:127)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract.service(ONetworkProtocolHttpAbstract.java:173)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract.execute(ONetworkProtocolHttpAbstract.java:581)
>> at
>> com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:69)
>>
>> 2017-10-04 19:55:27:602 WARNING {db=mio} segment file 'database.ocf' was
>> not closed correctly last time [OSingleFileSegment]
>> 2017-10-04 19:55:27:604 SEVERE {db=mio} Internal server error:
>> com.orientechnologies.orient.core.exception.OStorageException: Cannot
>> open local storage
>> '/home/centos/waffor/orientdb-community-2.0.18/databases/mio' with mode=rw
>> --> com.orientechnologies.orient.core.exception.OStorageException: File
>> with id 1057 does not exist. [ONetworkProtocolHttpDb]
>> 2017-10-04 19:55:27:608 WARNING {db=mio} Storage mio was not closed
>> properly. Will try to restore from write ahead log. [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:608 INFO {db=mio} Looking for last checkpoint...
>> [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:611 INFO {db=mio} Found FUZZY checkpoint.
>> [OLocalPaginatedStorage]
>> 2017-10-04 19:55:27:612 INFO {db=mio} Data restore procedure from FUZZY
>> checkpoint is started. [OLocalPaginatedStorage]{db=mio} Exception during
>> storage data restore.
>> com.orientechnologies.orient.core.exception.OStorageException: File with
>> id 1057 does not exist.
>> at
>> com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.openFile(OWOWCache.java:420)
>> at
>> com.orientechnologies.orient.core.index.hashindex.local.cache.OReadWriteDiskCache.openFile(OReadWriteDiskCache.java:183)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreAtomicUnit(OAbstractPaginatedStorage.java:2283)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFrom(OAbstractPaginatedStorage.java:2216)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromFuzzyCheckPoint(OAbstractPaginatedStorage.java:2187)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromCheckPoint(OAbstractPaginatedStorage.java:2162)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreFromWAL(OAbstractPaginatedStorage.java:2095)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.restoreIfNeeded(OAbstractPaginatedStorage.java:1469)
>> at
>> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.open(OAbstractPaginatedStorage.java:171)
>> at
>> com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.open(ODatabaseDocumentTx.java:244)
>> at
>> com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:636)
>> at
>> com.orientechnologies.orient.server.OServer.openDatabase(OServer.java:618)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract.authenticate(OServerCommandAuthenticatedDbAbstract.java:167)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.command.OServerCommandAuthenticatedDbAbstract.beforeExecute(OServerCommandAuthenticatedDbAbstract.java:127)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract.service(ONetworkProtocolHttpAbstract.java:173)
>> at
>> com.orientechnologies.orient.server.network.protocol.http.ONetworkProtocolHttpAbstract.execute(ONetworkProtocolHttpAbstract.java:581)
>> at
>> com.orientechnologies.common.thread.OSoftThread.run(OSoftThread.java:69)
>>
>> 2017-10-04 19:55:27:633 WARNING {db=mio} segment file 'database.ocf' was
>> not closed correctly last time [OSingleFileSegment]
>> 2017-10-04 19:55:27:633 SEVERE {db=mio} Internal server error:
>>
>>
--
---
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/d/optout.