Subject RE: [Firebird-Java] What means this exception ?
Author Paul Beach
> org.firebirdsql.jdbc.FBSQLException: GDS exception. deadlock record from
> transaction 19474 is stuck in limbo

It means exactly what it says, I suspect. You have a limbo transaction, thats
generating a deadlock error. Try getting rid of the limbo transaction in your
database by using gfix .. e.g.
gfix -t all database_name

Paul