NO. This did not occur when I built the DB again.... Do you have suggestion with which I can reproduce this??????
Reg, K Adithyan On Wednesday, December 10, 2014 4:07:15 PM UTC+5:30, Andrey Lomakin wrote: > > Hi, > Is it reproducible ? > > On Sun, Dec 7, 2014 at 7:30 PM, Adithyan K <[email protected] > <javascript:>> wrote: > >> OrientDB version : 2.0-M3 >> JDK : Oracle JDK 1.7.0_55 >> OS : RHEL 6.4 >> >> >> The below Exception came during commit...... >> What should be done from my side to resolve this? >> Pls tell me if I have to give any other information >> >> >> ERROR [2014-12-07T17:03:37,380] : [InventoryDataPersister] : >> InventoryDataPersister: saveDAOData(): catching >> com.orientechnologies.orient.core.exception.OStorageException: File with >> id -4292431268135566737 does not exist. >> at >> com.orientechnologies.orient.core.index.hashindex.local.cache.OWOWCache.openFile(OWOWCache.java:313) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.index.hashindex.local.cache.OReadWriteDiskCache.openFile(OReadWriteDiskCache.java:164) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.index.sbtreebonsai.local.OSBTreeBonsaiLocal.load(OSBTreeBonsaiLocal.java:492) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.db.record.ridbag.sbtree.OIndexRIDContainerSBTree.<init>(OIndexRIDContainerSBTree.java:61) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.serialization.serializer.stream.OStreamSerializerSBTreeIndexRIDContainer.deserializeFromDirectMemoryObject(OStreamSerializerSBTreeIndexRIDContainer.java:223) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.serialization.serializer.stream.OStreamSerializerSBTreeIndexRIDContainer.deserializeFromDirectMemoryObject(OStreamSerializerSBTreeIndexRIDContainer.java:36) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurablePage.deserializeFromDirectMemory(ODurablePage.java:117) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.index.hashindex.local.OHashIndexBucket.getEntry(OHashIndexBucket.java:131) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.index.hashindex.local.OHashIndexBucket.find(OHashIndexBucket.java:83) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.index.hashindex.local.OLocalHashTable.get(OLocalHashTable.java:409) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.index.engine.OHashTableIndexEngine.get(OHashTableIndexEngine.java:155) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.index.OIndexMultiValues.putInSnapshot(OIndexMultiValues.java:151) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.index.OIndexAbstract.applyIndexTxEntry(OIndexAbstract.java:948) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.index.OIndexAbstract.addTxOperation(OIndexAbstract.java:626) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.tx.OTransactionOptimistic$CommitIndexesCallback.run(OTransactionOptimistic.java:93) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.commit(OAbstractPaginatedStorage.java:864) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.tx.OTransactionOptimistic.doCommit(OTransactionOptimistic.java:455) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.tx.OTransactionOptimistic.commit(OTransactionOptimistic.java:142) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.commit(ODatabaseDocumentTx.java:2261) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at >> com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.commit(ODatabaseDocumentTx.java:2231) >> >> ~[orientdb-core-2.0-M3.jar:2.0-M3] >> at in.co.nmsworks.documenttdb.db.DocDB.commit(DocDB.java:366) >> ~[cygnetOTNMS.jar:?] >> at >> in.co.nmsworks.cygnet.telecom.fault.rcasia.inventory.store.RcaInvWriter.addAll(RcaInvWriter.java:71) >> >> ~[cygnetOTNMS.jar:?] >> at >> in.co.nmsworks.cygnet.telecom.fault.rcasia.inventory.dao.InventoryDAO.save(InventoryDAO.java:122) >> >> ~[cygnetOTNMS.jar:?] >> at >> in.co.nmsworks.cygnet.telecom.fault.rcasia.inventory.queue.InventoryDataPersister.saveDAOData(InventoryDataPersister.java:192) >> >> [cygnetOTNMS.jar:?] >> at >> in.co.nmsworks.cygnet.telecom.fault.rcasia.inventory.queue.InventoryDataPersister.processAddition(InventoryDataPersister.java:166) >> >> [cygnetOTNMS.jar:?] >> at >> in.co.nmsworks.cygnet.telecom.fault.rcasia.inventory.queue.InventoryDataPersister.run(InventoryDataPersister.java:68) >> >> [cygnetOTNMS.jar:?] >> >> >> >> -- >> >> --- >> 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] <javascript:>. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Best regards, > Andrey Lomakin. > > -- --- 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.
