Re: Error when doing store & committing

2004-04-21 Thread Peder Nordvaller
that... - Original Message - From: "Peder Nordvaller" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" <[EMAIL PROTECTED]> Sent: Wednesday, April 21, 2004 12:44 AM Subject: Re: Error when doing store & committing > That would make sense, but I'm nev

Re: Error when doing store & committing

2004-04-20 Thread Peder Nordvaller
ome wrong way? Regards, Peder - Original Message - From: "Oliver Zeigermann" <[EMAIL PROTECTED]> To: "Slide Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, April 19, 2004 10:10 AM Subject: Re: Error when doing store & committing > Hmmm, it seems he

Re: Error when doing store & committing

2004-04-19 Thread Oliver Zeigermann
Hmmm, it seems here you have two transactions: One does a single read on a resources, but never frees the lock on it. The next tries to acquire a commit locks which needs the read lock to be released first. As this never happens it times out and tells you it could not commit. I'd suggest to fin

Error when doing store & committing

2004-04-15 Thread Peder Nordvaller
Hi, when I try to store a revision to a node (content.store()) and commit, I get an exception: org.apache.slide.store.txfile.rm.ResourceManagerException: Thread-14-1082064016763-6: Could not upgrade to commit lock for resource at '/files/fractal.jpg/thumb.jpg_1.0' (ERR_NO_LOCK) together with s