Subject org.firebirdsql.jdbc.FBSQLException - deadlock update conflicts with concurrent
Author muthu_krishnans
Got the below exception sometime when working with Firebird DB. Can
anyone tell me what is the cause & how can it be resolved.

org.firebirdsql.jdbc.FBSQLException: GDS Exception 335544336. deadlock
update conflicts with concurrent update
at
org.firebirdsql.jdbc.FBPreparedStatement.internalExecute(FBPreparedStatement.java:418)
at
org.firebirdsql.jdbc.FBPreparedStatement.execute(FBPreparedStatement.java:375)
................

at org.firebirdsql.gds.GDSException: deadlock
update conflicts with concurrent update
at org.firebirdsql.jgds.GDS_Impl.readStatusVector(GDS_Impl.java:1754)
at org.firebirdsql.jgds.GDS_Impl.receiveResponse(GDS_Impl.java:1707)
at org.firebirdsql.jgds.GDS_Impl.isc_dsql_execute2(GDS_Impl.java:906)
at
org.firebirdsql.jca.FBManagedConnection.executeStatement(FBManagedConnection.java:787)
at
org.firebirdsql.jdbc.FBConnection.executeStatement(FBConnection.java:1188)
at
org.firebirdsql.jdbc.FBPreparedStatement.internalExecute(FBPreparedStatement.java:414)
at
org.firebirdsql.jdbc.FBPreparedStatement.execute(FBPreparedStatement.java:375)
................