> > Luca, > I was waiting to confirm if yes or no. It works, except a few errors.Like; 1. Indexes get dropped after restart 2. Export/Imports drops all clusters , all classes, except 4 of basic ones. 3. plocal connection gives this error 2014-02-24 20:05:04:327 WARN segment file 'database.ocf' was not closed correctly last time [OSingleFileSegment] 2014-02-24 20:05:04:525 WARN Storage uspto3 was not closed properly. Will try to restore from write ahead log. [OLocalPaginatedStorage] 2014-02-24 20:05:04:526 SEVE Restore is not possible because write ahead log is empty. [OLocalPaginatedStorage] 2014-02-24 20:05:11:648 WARN segment file '___exportImportRIDMap.him' was not closed correctly last time [OHashIndexBufferStore] 2014-02-24 20:05:11:649 WARN segment file '___exportImportRIDMap.hit' was not closed correctly last time [OHashIndexTreeStateStore]OK
Exception in thread "main" java.lang.NullPointerException at com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable. saveState(OLocalHashTable.java:369) at com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable. flush(OLocalHashTable.java:1141) at com.orientechnologies.orient.core.index.engine. OLocalHashTableIndexEngine.flush(OLocalHashTableIndexEngine.java:94) at com.orientechnologies.orient.core.index.OIndexAbstract.flush( OIndexAbstract.java:116) at com.orientechnologies.orient.core.index.OIndexManagerAbstract.flush( OIndexManagerAbstract.java:170) at com.orientechnologies.orient.core.index.OIndexManagerAbstract.close( OIndexManagerAbstract.java:279) at com.orientechnologies.orient.core.storage.OStorageAbstract.close( OStorageAbstract.java:117) at com.orientechnologies.orient.core.storage.OStorageEmbedded.close( OStorageEmbedded.java:70) at com.orientechnologies.orient.core.storage.impl.local.paginated. OLocalPaginatedStorage.doClose(OLocalPaginatedStorage.java:712) at com.orientechnologies.orient.core.storage.impl.local.paginated. OLocalPaginatedStorage.close(OLocalPaginatedStorage.java:671) at com.orientechnologies.orient.core.storage.OStorageAbstract.close( OStorageAbstract.java:103) at com.orientechnologies.orient.core.db.raw.ODatabaseRaw.close(ODatabaseRaw .java:501) at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.close( ODatabaseWrapperAbstract.java:85) at com.orientechnologies.orient.core.db.record.ODatabaseRecordAbstract. close(ODatabaseRecordAbstract.java:322) at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.close( ODatabaseWrapperAbstract.java:85) at com.orientechnologies.orient.core.db.ODatabaseFactory.shutdown( ODatabaseFactory.java:93) at com.orientechnologies.orient.core.Orient.shutdown(Orient.java:148) at com.orientechnologies.orient.console.OConsoleDatabaseApp.onAfter( OConsoleDatabaseApp.java:172) at com.orientechnologies.common.console.OConsoleApplication.run( OConsoleApplication.java:102) at com.orientechnologies.orient.graph.console.OGremlinConsole.main( OGremlinConsole.java:54) -- --- 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.
