On Wed, 03 Apr 2013 22:51:49 +0200, Roman Rokytskyy <roman@...> ... This error is thrown by Connection.getAutoCommit() when the reference to the...
10907
Mark Rotteveel
mark@...
Apr 4, 2013 6:48 am
On Wed, 03 Apr 2013 19:25:18 -0000, "hugo.larson" <hugo.larson@...> ... I will take a closer look to see if there is any path where this could be called...
10908
Mark Rotteveel
mark@...
May 12, 2013 7:10 am
... Jaybird 2.2.3 has been released. See http://www.firebirdsql.org/en/jdbc-driver/ for download links. Mark -- Mark Rotteveel...
10909
Mark Rotteveel
mark@...
May 12, 2013 7:12 am
The Firebird JDBC team is happy to announce the release of Jaybird 2.2.3. See http://www.firebirdsql.org/en/jdbc-driver/ for the downloadlinks. The release is...
10910
psureshkumar14@...
psureshkumar...
May 13, 2013 4:54 am
Hi Mark, For the exception "Unable to complete network request to host "" ", I got an clue. Whenever an IOException throws in our product server/running...
10911
Mark Rotteveel
mark@...
May 13, 2013 7:06 am
On Mon, 13 May 2013 04:54:46 -0000, "psureshkumar14@..." ... ", ... handled ... I have no clue how an unrelated IOException elsewhere could cause an ...
10912
hugo.larson
May 13, 2013 9:49 pm
... Hi Mark, Here is the Exception from Jaybird 2.2.3: See com.borland.dx.dataset.DataSetException error code: BASE+66 ...
10913
hugo.larson
May 14, 2013 6:07 pm
... Hi again, I have upgraded to FB 2.5 and the firebird.log is flooded with: TYCO-DA15A15021 (Server) Tue May 14 12:05:56 2013 INET/inet_error: read errno =...
10914
Mark Rotteveel
mark@...
May 14, 2013 7:35 pm
... Error 10054 is connection reset by peer. That error indicates that the connection wasn't closed properly before the socket was closed. This can happen if...
10915
Mark Rotteveel
mark@...
May 14, 2013 7:51 pm
... I will check for socket closes in the code, but nothing jumps out right now and the areas where sockets are closed are really limited. Maybe the socket is...
10916
hugo.larson
May 16, 2013 7:47 am
... Hello, So far the only Exception is Socket Closed. Will continue monitoring. Could be something in the DB engine that closes the socket? BR,...
10917
Mark Rotteveel
mark@...
May 16, 2013 8:11 am
On Thu, 16 May 2013 07:47:24 -0000, "hugo.larson" <hugo.larson@...> ... the ... Source) ... error. ... I am not sure. In those cases I would actually...
10918
hugo.larson
May 16, 2013 8:14 am
... Hi, Yes it seems to be the case. When the JVM is exited the log occurs. Does Jaybird have a static call to close all open connections? Thanks,...
10919
Mark Rotteveel
mark@...
May 16, 2013 9:10 am
On Thu, 16 May 2013 08:14:34 -0000, "hugo.larson" <hugo.larson@...> ... Jaybird itself doesn't have that, and it would be a risky functionality, ...
10920
hananebhm
May 17, 2013 6:36 pm
Hello i m working a project with firebird and android.My code is correct but when i try to run it gives me in logcat a lot of error of runTime: 05-17...
10921
Mark Rotteveel
mark@...
May 18, 2013 8:14 am
... The error suggests that something is wrong with the classpath setup of your program, because it is missing the class org.firebirdsql.jdbc.FBDataSource. I...
10922
hugo.larson
May 18, 2013 11:20 am
... Hi Mark, Here is another exception: See com.borland.dx.dataset.DataSetException error code: BASE+66 com.borland.dx.dataset.DataSetException: GDS...
10923
Mark Rotteveel
mark@...
May 18, 2013 12:24 pm
... This is triggered by an IOException as well, unfortunately I didn't include it for this Exception. However, this IOException should be logged if you have...
10924
hugo.larson
May 18, 2013 12:43 pm
... I'm just using plain DataExpress components without any transaction. And these Exceptions occurs on read operations. And seems that default...
10925
Roman Rokytskyy
rrokytskyy
May 18, 2013 8:48 pm
... Can it be that you use a connection pool and the connection was "waiting" in the pool for a long time, then it is accessed and the first network operation...
10926
hugo.larson
May 19, 2013 9:33 am
... Hello Roman, No pools are used. Just plain DataExpress DataBase class that stays open....
10927
Mark Rotteveel
mark@...
May 19, 2013 10:04 am
... But how long is that connection open, and how long is it idle? It might indeed be that a timeout occurred and Firebird closed the connection. Mark -- Mark...
10928
hugo.larson
May 19, 2013 10:54 am
... The connection stays open. 1. DX components opens connection of closed. 2. The exception occurs in the middle of an operation. Can it be the case that...
10929
Mark Rotteveel
mark@...
May 19, 2013 11:29 am
... But is there a significant idle time before the connection is used again? That increases the window for network/timeout issues. Jaybird currently does not...
10930
hugo.larson
May 21, 2013 7:05 am
... Hi, No significant time passes. It happens in the middle of operation. Will maybe try with Sun JVM. It's not so easy. Thanks,...
10931
fb_database
May 21, 2013 8:02 pm
Hi ! to all :) I try to use FB Pool with JAVA. I encounter a compiler error problem in the NetBeans window… and I do not know why. I use : Java 1.6.0_43 ...
10932
Mark Rotteveel
mark@...
9:52 am
On Tue, 21 May 2013 19:41:44 -0000, "fb_database" <fb_database@...> ... <http://www.firebirdsql.org/file/documentation/drivers_documentation/Jay92; ... I...
10933
fb_database
3:18 pm
... Dear Sir, Thank You very much for your answer ;) Yes you be Right commands seems deprecated ; I have done the error to think that many Pool examples on FB...
10934
Mark Rotteveel
mark@...
5:30 pm
... Ok, good to know. ... Thanks. Mark -- Mark Rotteveel...
10935
Mark Rotteveel
mark@...
5:34 pm
... It still work with existing versions of Jaybird, although you might get bitten by the bugs that are the reason for deprecation and future removel. Keep in...