The deadlock is gone today (about 18 hrs later). The deadlock was being detected during the storeRevisionContent method of abstractStore, while calling into OracleRDBMSAdapter's method which updated the VERSION_CONTENT table, while updating the blob of the referenced record (during flush). Any ideas what happened ? My Tlock timeout in domain.xml is 20 seconds, not 3+ hours ? ???
-----Original Message----- From: Nick Longinow [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 02, 2005 2:58 PM To: 'Slide Users Mailing List' Subject: deadlock on node (document within collection) I am trying to find out what this means, assuming it means that some principal has a lock on a resource and the attempt to do a webdav put is conflicting. Neither the parent node, nor any above it in the slide tree show a true response to the weddav.isLocked() method. Any ideas what might be locked, or how to find that out ? Nick --------------------------------------------------------------------------- cut here ---------------------------------------------------------------------------- -------------------------------------------- http-8080-Processor20, 02-Feb-2005 13:51:58, MBoss, OPTIONS, 200 "OK", 63 ms, /files/Ma/MC/Test/Working/ http-8080-Processor20, 02-Feb-2005 13:51:58, MBoss, LOCK, 200 "OK", 47 ms, /files/Ma/MC/Test/Working/d.doc http-8080-Processor20, 02-Feb-2005 13:51:58, MBoss, GET, 200 "OK", 234 ms, /files/Ma/MC/Test/Working/d.doc http-8080-Processor24, 02-Feb-2005 13:52:02, MBoss, OPTIONS, 200 "OK", 31 ms, /files/Ma/MC/Test/Working http-8080-Processor24, 02-Feb-2005 13:52:02, MBoss, PROPFIND, 207 "Multi-Status", 16 ms, /files/Ma/MC/Test/Working/d.doc 02 Feb 2005 13:52:06 - org.apache.slide.store.impl.rdbms.StandardRDBMSAdapter - ERROR - java.io.IOException: ORA-00060: deadlock detected while waiting for resource java.io.IOException: ORA-00060: deadlock detected while waiting for resource at oracle.jdbc.driver.DatabaseError.SQLToIOException(DatabaseError.java:557) at oracle.jdbc.driver.OracleBlobOutputStream.flushBuffer(OracleBlobOutputStream .java:216) at oracle.jdbc.driver.OracleBlobOutputStream.flush(OracleBlobOutputStream.java: 172) at org.apache.slide.store.impl.rdbms.OracleRDBMSAdapter.storeContent(OracleRDBM SAdapter.java:158) at org.apache.slide.store.impl.rdbms.StandardRDBMSAdapter.storeRevisionContent( StandardRDBMSAdapter.java:1101) at org.apache.slide.store.impl.rdbms.StandardRDBMSAdapter.storeRevisionContent( StandardRDBMSAdapter.java:1065) at org.apache.slide.store.impl.rdbms.AbstractRDBMSStore.storeRevisionContent(Ab stractRDBMSStore.java:843) at org.apache.slide.store.AbstractStore.storeRevisionContent(AbstractStore.java :1387) at org.apache.slide.store.ExtendedStore.storeRevisionContent(ExtendedStore.java :533) at org.apache.slide.content.ContentImpl.store(ContentImpl.java:1018) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
