Under unknown circumstances the following exception occurs:
org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544721. Unable to complete network request to host "".
Reason: Unable to complete network request to host "".
at org.firebirdsql.jdbc.InternalTransactionCoordinator$LocalTransactionCoordinator.ensureTransaction(InternalTransactionCoordinator.java:313)
at org.firebirdsql.jdbc.InternalTransactionCoordinator$LocalTransactionCoordinator.executionStarted(InternalTransactionCoordinator.java:342)
at org.firebirdsql.jdbc.InternalTransactionCoordinator.executionStarted(InternalTransactionCoordinator.java:38)
Technically this happens if an IOException occurs, but it is unclear why this IOException occurs.
For 2.2.3 I have added the IOException as the exception cause, so it should show up in the stacktraces. I will also scrutinize the code to see if I can find any indications of problems.
Submitted by: @mrotteveel
Under unknown circumstances the following exception occurs:
org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544721. Unable to complete network request to host "".
Reason: Unable to complete network request to host "".
at org.firebirdsql.jdbc.InternalTransactionCoordinator$LocalTransactionCoordinator.ensureTransaction(InternalTransactionCoordinator.java:313)
at org.firebirdsql.jdbc.InternalTransactionCoordinator$LocalTransactionCoordinator.executionStarted(InternalTransactionCoordinator.java:342)
at org.firebirdsql.jdbc.InternalTransactionCoordinator.executionStarted(InternalTransactionCoordinator.java:38)
Technically this happens if an IOException occurs, but it is unclear why this IOException occurs.
See also the discussion in Firebird-Java titled:
[Firebird-Java] GDS Exception. 335544721. Unable to complete network request to host (http://tech.groups.yahoo.com/group/Firebird-Java/message/10815)
The text was updated successfully, but these errors were encountered: