Subject Re: [firebird-support] Firebird log fills with 10054 Error
Author Mark Rotteveel
On Wed, 06 Mar 2013 11:29:23 +0530, "P. Sureshkumar"
<sureshkumar.p@...> wrote:
> Dear Support,

Just so you know, this is a community mailinglist (where Firebird users
help each other), not some support department.

> While connecting to the firebird DB, the firebird log fills with
> 10054 error as like below:
>
> SURESH-0616 (Server) Wed Mar 06 11:05:28 2013
> INET/inet_error: read errno = 10054
>
>
> SURESH-0616 (Server) Wed Mar 06 11:05:33 2013
> INET/inet_error: read errno = 10054
>
>
> SURESH-0616 (Server) Wed Mar 06 11:05:38 2013
> INET/inet_error: read errno = 10054

Error 10054 is a connection reset by peer. It is usually a sign that the
application does not correctly close connections. Make sure that your
application calls Connection.close() after it is done with a connection.


> However data fetch is working fine.Some times i get " Unable to
> complete network request to host "" " in java server logs. Is the
> above error makes this problem. Could you please help me to find
out
> the root cause.
>
> What are causes if this error occurs?
> Which cause this error?
> How to avoid this?

For questions about Jaybird, Firebird & Java you can use the Firebird-Java
mailinglist (see http://www.firebirdsql.org/en/mailing-lists/ ). Just so
you know without the full stacktrace of the exception, that errormessage is
not very useful.

Mark