You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by sjena <sj...@aurusinc.com> on 2015/09/12 03:32:37 UTC

SQLTransacyionRollbackException:A lock could not be obtained within the time requested

Hi,

I am using derby version derby-10.11.1.1 .
Sometime when I am trying to insert a record into derby database , getting
below exception

java.sql.SQLTransacyionRollbackException:A lock could not be obtained within
the time requested
 at org.apache.derby.client.am.SQLExceptionFactory.getSQLException(Unknown
Source)
 at org.apache.derby.client.am.SQLException.getSQLException(Unknown Source)



Thanks,
Sridhar Jena



--
View this message in context: http://apache-database.10148.n7.nabble.com/SQLTransacyionRollbackException-A-lock-could-not-be-obtained-within-the-time-requested-tp144721.html
Sent from the Apache Derby Developers mailing list archive at Nabble.com.

Re: SQLTransacyionRollbackException:A lock could not be obtained within the time requested

Posted by Bryan Pendleton <bp...@gmail.com>.
> java.sql.SQLTransacyionRollbackException:A lock could not be obtained within
> the time requested

This might help; it has a lot of additional information about what
is happening with your application and how you can learn more about it:

	http://wiki.apache.org/db-derby/LockDebugging

You can also find a lot of valuable information here:

	http://db.apache.org/derby/docs/10.11/devguide/cdevconcepts30291.html

thanks,

bryan