Any way this issue is already fixed in latest version

On Wed, Feb 26, 2014 at 6:11 PM, Andrey Lomakin <[email protected]>wrote:

> Hi Jamie,
> You use 1.5.1 but we do not support old versions,
> Did you try on latest snapshot with binary compatibility fix ?
>
>
>
> On Wed, Feb 26, 2014 at 3:34 PM, Jamie <[email protected]> wrote:
>
>> I am also seeing... more stack traces
>>
>> error retrieving item from db:Timeout on acquiring exclusive lock against
>> resource of class: class
>> com.orientechnologies.common.concur.resource.OSharedResourceAdaptiveExternal
>> with timeout=5000
>>    ..
>>     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown
>> Source) [na:1.7.0_40-ea]
>>     at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
>> [na:1.7.0_40-ea]
>>     at
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown
>> Source) [na:1.7.0_40-ea]
>>     at
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown
>> Source) [na:1.7.0_40-ea]
>>     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>> [na:1.7.0_40-ea]
>>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>> [na:1.7.0_40-ea]
>>     at java.lang.Thread.run(Unknown Source) [na:1.7.0_40-ea]
>> Caused by: com.orientechnologies.common.concur.OTimeoutException: Timeout
>> on acquiring exclusive lock against resource of class: class
>> com.orientechnologies.common.concur.resource.OSharedResourceAdaptiveExternal
>> with timeout=5000
>>     at
>> com.orientechnologies.common.concur.resource.OSharedResourceAdaptive.acquireExclusiveLock(OSharedResourceAdaptive.java:87)
>> ~[orient-commons-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.common.concur.resource.OSharedResourceAdaptiveExternal.acquireExclusiveLock(OSharedResourceAdaptiveExternal.java:31)
>> ~[orient-commons-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.type.tree.OMVRBTreeRID.size(OMVRBTreeRID.java:315)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.type.tree.OMVRBTreeRIDSet.size(OMVRBTreeRIDSet.java:91)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at java.util.HashSet.<init>(Unknown Source) ~[na:1.7.0_40-ea]
>>     at
>> com.orientechnologies.orient.core.index.OIndexMultiValues.get(OIndexMultiValues.java:60)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.index.OIndexMultiValues.get(OIndexMultiValues.java:44)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.index.OIndexAbstractDelegate.get(OIndexAbstractDelegate.java:76)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.index.OIndexTxAwareMultiValue.get(OIndexTxAwareMultiValue.java:52)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.index.OIndexTxAwareMultiValue.get(OIndexTxAwareMultiValue.java:39)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.tinkerpop.blueprints.impls.orient.OrientIndex.get(OrientIndex.java:90)
>> ~[blueprints-orient-graph-2.5.0-SNAPSHOT.jar:na]
>>     ..
>>
>> Error during loading of record with id : #9:-2
>> com.stimulus.archiva.go: failed to process folders:Error during loading
>> of record with id : #9:-2
>>     ... 6 common frames omitted
>> Caused by: com.orientechnologies.orient.core.index.OIndexException: Error
>> during loading of record with id : #9:-2
>>     at
>> com.orientechnologies.orient.core.index.OClassIndexManager.checkForLoading(OClassIndexManager.java:612)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.index.OClassIndexManager.checkIndexesAndAquireLock(OClassIndexManager.java:510)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.index.OClassIndexManager.onRecordBeforeUpdate(OClassIndexManager.java:130)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.hook.ODocumentHookAbstract.onTrigger(ODocumentHookAbstract.java:262)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.db.record.ODatabaseRecordAbstract.callbackHooks(ODatabaseRecordAbstract.java:1018)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.tx.OTransactionOptimistic.addRecord(OTransactionOptimistic.java:248)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.tx.OTransactionOptimistic.saveRecord(OTransactionOptimistic.java:231)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.save(ODatabaseRecordTx.java:264)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.save(ODatabaseRecordTx.java:37)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.record.ORecordAbstract.save(ORecordAbstract.java:312)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.record.impl.ODocument.save(ODocument.java:1365)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.record.impl.ODocument.save(ODocument.java:1354)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.record.impl.ODocument.save(ODocument.java:1343)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.tinkerpop.blueprints.impls.orient.OrientElement.save(OrientElement.java:142)
>> ~[blueprints-orient-graph-2.5.0-SNAPSHOT.jar:na]
>>     at
>> com.tinkerpop.blueprints.impls.orient.OrientElement.save(OrientElement.java:128)
>> ~[blueprints-orient-graph-2.5.0-SNAPSHOT.jar:na]
>>     at
>> com.tinkerpop.blueprints.impls.orient.OrientElement.setProperty(OrientElement.java:96)
>> ~[blueprints-orient-graph-2.5.0-SNAPSHOT.jar:na]
>>
>>
>> 014-02-26 12:52:08 t.c.s.a.ch [ERROR] failed to create object:null
>>
>>     at java.util.concurrent.Executors$RunnableAdapter.call(Unknown
>> Source) [na:1.7.0_40-ea]
>>     at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
>> [na:1.7.0_40-ea]
>>     at
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown
>> Source) [na:1.7.0_40-ea]
>>     at
>> java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown
>> Source) [na:1.7.0_40-ea]
>>     at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
>> [na:1.7.0_40-ea]
>>     at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
>> [na:1.7.0_40-ea]
>>     at java.lang.Thread.run(Unknown Source) [na:1.7.0_40-ea]
>> Caused by: java.lang.IllegalMonitorStateException: null
>>     at
>> java.util.concurrent.locks.ReentrantReadWriteLock$Sync.tryRelease(Unknown
>> Source) ~[na:1.7.0_40-ea]
>>     at
>> java.util.concurrent.locks.AbstractQueuedSynchronizer.release(Unknown
>> Source) ~[na:1.7.0_40-ea]
>>     at
>> java.util.concurrent.locks.ReentrantReadWriteLock$WriteLock.unlock(Unknown
>> Source) ~[na:1.7.0_40-ea]
>>     at
>> com.orientechnologies.common.concur.resource.OSharedResourceAdaptive.releaseExclusiveLock(OSharedResourceAdaptive.java:132)
>> ~[orient-commons-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.common.concur.resource.OSharedResourceAdaptiveExternal.releaseExclusiveLock(OSharedResourceAdaptiveExternal.java:49)
>> ~[orient-commons-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.tx.OTransactionOptimistic.commit(OTransactionOptimistic.java:153)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>
>>     at
>> com.orientechnologies.orient.core.db.record.ODatabaseRecordTx.commit(ODatabaseRecordTx.java:114)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.orientechnologies.orient.core.db.document.ODatabaseDocumentTx.commit(ODatabaseDocumentTx.java:458)
>> ~[orientdb-core-1.5.1.jar:1.5.1]
>>     at
>> com.tinkerpop.blueprints.impls.orient.OrientTransactionalGraph.commit(OrientTransactionalGraph.java:62)
>> ~[blueprints-orient-graph-2.5.0-SNAPSHOT.jar:na]
>>
>>  --
>>
>> ---
>> 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.
>>
>
>
>
> --
> Best regards,
> Andrey Lomakin.
>
> Orient Technologies
> the Company behind OrientDB
>
>


-- 
Best regards,
Andrey Lomakin.

Orient Technologies
the Company behind OrientDB

-- 

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

Reply via email to