When run rexster-server-2.6.0 with orientdb 1.7.2 I got the following error when run rexster server: The error appeared after the disk ran out of space and cleaned.
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space at com.orientechnologies.orient.core.storage.impl.local.ODataLocal.moveRecord(ODataLocal.java:630) at com.orientechnologies.orient.core.storage.impl.local.ODataLocal.defragHole(ODataLocal.java:555) at com.orientechnologies.orient.core.storage.impl.local.ODataLocal.createHole(ODataLocal.java:465) at com.orientechnologies.orient.core.storage.impl.local.ODataLocal.setRecord(ODataLocal.java:348) at com.orientechnologies.orient.core.storage.impl.local.OStorageLocal.updateRecord(OStorageLocal.java:1881) at com.orientechnologies.orient.core.storage.impl.local.OTxSegment.recoverTransactionEntry(OTxSegment.java:374) at com.orientechnologies.orient.core.storage.impl.local.OTxSegment.recoverTransaction(OTxSegment.java:343) at com.orientechnologies.orient.core.storage.impl.local.OTxSegment.recoverTransactions(OTxSegment.java:211) at com.orientechnologies.orient.core.storage.impl.local.OTxSegment.open(OTxSegment.java:95) at com.orientechnologies.orient.core.storage.impl.local.OStorageLocalTxExecuter.open(OStorageLocalTxExecuter.java:63) at com.orientechnologies.orient.core.storage.impl.local.OStorageLocal.open(OStorageLocal.java:218) at com.orientechnologies.orient.core.db.raw.ODatabaseRaw.open(ODatabaseRaw.java:107) at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.open(ODatabaseWrapperAbstract.java:49) at com.orientechnologies.orient.core.db.record.ODatabaseRecordAbstract.open(ODatabaseRecordAbstract.java:268) at com.orientechnologies.orient.core.db.ODatabaseWrapperAbstract.open(ODatabaseWrapperAbstract.java:49) at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.openOrCreate(OrientBaseGraph.java:1741) at com.tinkerpop.blueprints.impls.orient.OrientBaseGraph.<init>(OrientBaseGraph.java:136) at com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph.<init>(OrientTransactionalGraph.java:63) at com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph.<init>(OrientTransactionalGraph.java:59) at com.tinkerpop.blueprints.impls.orient.OrientGraph.<init>(OrientGraph.java:78) at com.tinkerpop.rexster.OrientGraphConfiguration.configureGraphInstance(OrientGraphConfiguration.java:79) at com.tinkerpop.rexster.config.GraphConfigurationContainer.getGraphFromConfiguration(GraphConfigurationContainer.java:124) at com.tinkerpop.rexster.config.GraphConfigurationContainer.<init>(GraphConfigurationContainer.java:54) at com.tinkerpop.rexster.server.XmlRexsterApplication.reconfigure(XmlRexsterApplication.java:99) at com.tinkerpop.rexster.server.XmlRexsterApplication.<init>(XmlRexsterApplication.java:47) at com.tinkerpop.rexster.Application.<init>(Application.java:97) at com.tinkerpop.rexster.Application.main(Application.java:189) I rebuild all indexes using OrientDB studio, and it didn't solve the problem. Any tip to solve or diagnose this issue? Thanks, Elad -- --- 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.
