
March 14th, 2011, 02:03 AM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 5
Time spent in forums: 1 h 31 m 30 sec
Reputation Power: 0
|
|
|
Error reading data from the connection
Hi All,
I have a problem 'Error reading data from the connection" when read, update and delete query in firebird database. This problem is not always come. some point of time it has happened.
Firebird version: FirebirdS - 2.1.3 (Super server)
OS : Windows Server 2008 and 2003 server
Jaybird jar version : jaybird-full-2.1.6.jar
I have copied here the stack trace. Please help me .
Caused by: org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544726. Error reading data from the connection.
Reason: Error reading data from the connection.^M
at org.firebirdsql.jdbc.InternalTransactionCoordinator$AutoCommitCoordinator.statementCompleted(Interna lTransactionCoordinator.java:261)^M
at org.firebirdsql.jdbc.InternalTransactionCoordinator.statementCompleted(InternalTransactionCoordinato r.java:55)^M
at org.firebirdsql.jdbc.AbstractStatement.notifyStatementCompleted(AbstractStatement.java:246)^M
at org.firebirdsql.jdbc.AbstractStatement.notifyStatementCompleted(AbstractStatement.java:241)^M
at org.firebirdsql.jdbc.AbstractStatement.completeStatement(AbstractStatement.java:191)^M
at org.firebirdsql.jdbc.InternalTransactionCoordinator$AutoCommitCoordinator.executionStarted(InternalT ransactionCoordinator.java:202)^M
at org.firebirdsql.jdbc.InternalTransactionCoordinator.executionStarted(InternalTransactionCoordinator. java:38)^M
at org.firebirdsql.jdbc.AbstractStatement.notifyStatementStarted(AbstractStatement.java:235)^M
at org.firebirdsql.jdbc.AbstractStatement.notifyStatementStarted(AbstractStatement.java:226)^M
at org.firebirdsql.jdbc.AbstractPreparedStatement.<init>(AbstractPreparedStatement.java:121)^M
at org.firebirdsql.jdbc.FBPreparedStatement.<init>(FBPreparedStatement.java:41)^M
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)^M
at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)^M
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)^M
at java.lang.reflect.Constructor.newInstance(Unknown Source)^M
at org.firebirdsql.jdbc.FBStatementFactory.createPreparedStatement(FBStatementFactory.java:90)^M
at org.firebirdsql.jdbc.AbstractConnection.prepareStatement(AbstractConnection.java:869)^M
at org.firebirdsql.jdbc.AbstractConnection.prepareStatement(AbstractConnection.java:824)^M
at org.firebirdsql.jdbc.AbstractConnection.prepareStatement(AbstractConnection.java:817)^M
at org.firebirdsql.jdbc.AbstractConnection.prepareStatement(AbstractConnection.java:293)^M
at org.jboss.resource.adapter.jdbc.BaseWrapperManagedConnection.prepareStatement(BaseWrapperManagedConn ection.java:381)^M
at org.jboss.resource.adapter.jdbc.WrappedConnection.prepareStatement(WrappedConnection.java:217)^M
Thanks
Ram
|