Hi,

I'm getting this nasty StackOverflowError when saving a vertex in the 
latest version of OrientDB.

Caused by: java.lang.StackOverflowError: null
at java.lang.ThreadLocal.get(ThreadLocal.java:161) ~[na:1.8.0_72]
at 
com.orientechnologies.common.concur.lock.ODistributedCounter.updateCounter(ODistributedCounter.java:71)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.common.concur.lock.ODistributedCounter.increment(ODistributedCounter.java:45)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.storage.cache.local.O2QCache.doLoad(O2QCache.java:352)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.storage.cache.local.O2QCache.load(O2QCache.java:327)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.storage.impl.local.paginated.atomicoperations.OAtomicOperation.loadPage(OAtomicOperation.java:120)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.storage.impl.local.paginated.base.ODurableComponent.loadPage(ODurableComponent.java:133)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster.findFreePage(OPaginatedCluster.java:1500)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster.addEntry(OPaginatedCluster.java:1460)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.storage.impl.local.paginated.OPaginatedCluster.createRecord(OPaginatedCluster.java:423)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.doCreateRecord(OAbstractPaginatedStorage.java:1963)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.storage.impl.local.OAbstractPaginatedStorage.createRecord(OAbstractPaginatedStorage.java:768)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.executeSaveRecord(ODatabaseDocumentTx.java:1999)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.tx.OTransactionOptimistic.addRecord(OTransactionOptimistic.java:432)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.tx.OTransactionOptimistic.saveRecord(OTransactionOptimistic.java:363)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.save(ODatabaseDocumentTx.java:2568)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.save(ODatabaseDocumentTx.java:121)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.record.impl.ODocument.save(ODocument.java:1768)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.record.impl.ODocument.save(ODocument.java:1759)
 
~[orientdb-core-2.1.9.jar:2.1.9]
at 
com.orientechnologies.orient.core.record.impl.ODocument.save(ODocument.java:81) 
~[orientdb-core-2.1.9.jar:2.1.9]

Is this a known issue or has anyone come across this before?

(I'm investigating but I wanted to seek assistance before spending too much 
time on digging into this)

Regards,
 -Stefan

-- 

--- 
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.

Reply via email to