Subject Re: [firebird-support] FB SS 2.0 on Linux 64 bits (Error INET/inet_error: read errno = 104) ???
Author Ann W. Harrison
fabianchocron wrote:
>
> Everithing seems to be working ok,

Though it may seem OK, and most of the errors are normal
network glitches, there is a problem


> however I'm getting 1
> disconnection from the server every so often, and firebird.log shows:
>
> productionDBServer(Server) Tue Dec 5 15:48:57 2006
> INET/inet_error: read errno = 104

The 104 errors are TCP/IP - connection reset by peer,
probably dropped connection or a client who killed its
application.

>
> productionDBServer(Server) Tue Dec 5 15:49:50 2006
> INET/inet_error: select in packet_receive errno = 9

The 9 error is also TCP/IP - bad file descriptor, probably
the result of trying to continue to use a bad connection.
>
> productionDBServer(Client) Tue Dec 5 17:01:37 2006
> /opt/firebird/bin/fbguard: bin/fbserver terminated abnormally
> (-1)
>
> productionDBServer(Client) Tue Dec 5 17:01:37 2006
> /opt/firebird/bin/fbguard: guardian starting bin/fbserver
>
This was a server crash, and should not occur. Have you seen this
more than once? Is it always preceded by an errno = 9?

Regards,


Ann