Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error 10054 [CORE6210] #6455

Closed
firebird-automations opened this issue Dec 19, 2019 · 8 comments
Closed

Error 10054 [CORE6210] #6455

firebird-automations opened this issue Dec 19, 2019 · 8 comments

Comments

@firebird-automations
Copy link
Collaborator

Submitted by: Ivan Diez (ivandiez)

Good morning,
we have an issue with our firebird database. We are getting continuosly an error in the firebird.log file. We have a line "INET/inet_error: read errno = 10054" and don't know why. We check the network adapter and everything is ok. After some time we move the database to a new server and the error is still there.. can you help me in some way?
Thanks

@firebird-automations
Copy link
Collaborator Author

Commented by: @cincuranet

This error code means WSAECONNRESET. Which happens when the connection is terminated from the client/other side without doing proper closing sequence. That probably mean your application ended unexpectedly or similar stuff.

@firebird-automations
Copy link
Collaborator Author

Commented by: Ivan Diez (ivandiez)

is there a way we can do anything to solve it? keepalive parameter? or do we need to contact the software provider?
thanks for your quick response Jiri.. highly appreciated

@firebird-automations
Copy link
Collaborator Author

Commented by: @mrotteveel

The problem can only be fixed by the client application closing the connection correctly (assuming the problem is not in a connection library not closing the connection properly).

In any case, error 10054 (connection reset by peer) is generally not a severe error, so if the only problem you have is that this error is logged, you could just ignore it, although it would be better of course if the client correctly closes the connection.

@firebird-automations
Copy link
Collaborator Author

Commented by: @livius2

Two things:
1. this is not the support forum
2. Seriously "Firebird 3.0.1"?

@firebird-automations
Copy link
Collaborator Author

Commented by: Sean Leyne (seanleyne)

This is a support issue, this is not a support forum. Please post to the Firebird Support mailing list.

@firebird-automations
Copy link
Collaborator Author

Modified by: Sean Leyne (seanleyne)

status: Open [ 1 ] => Resolved [ 5 ]

resolution: Won't Fix [ 2 ]

@firebird-automations
Copy link
Collaborator Author

Commented by: Ivan Diez (ivandiez)

ok. Sorry for the inconveniences
Thansks

@firebird-automations
Copy link
Collaborator Author

Modified by: @pcisar

status: Resolved [ 5 ] => Closed [ 6 ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant