Subject | Dead lock issue |
---|---|
Author | nrajagopal35 |
Post date | 2006-02-07T07:21:31Z |
HI,
I am getting deadlock with the below trace
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)
Anyone can provide some clues to resolve this?
I am getting deadlock with the below trace
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)
Anyone can provide some clues to resolve this?