error writing tcp socket Connection reset by peer

dawid54pl

Member
Apr 28, 2016
1
0
33
Hi there :),

We have a problem with our ts3 server, or rather with a query subsystem not working properly with our tools.

Going into more detailed description. We use some apps that automate some tasks on our server and sometimes those apps drop in execution, hangs up, and eats our CPU's resources while connection to ts3 is dropped. When it happens, ts3 server gives us an error described as "error writing tcp socket Connection reset by peer" or "error writing tcp socket Broken pipe".

2016-11-09 15:01:41.181971|ERROR | | |error writing tcp socket Connection reset by peer
2016-11-09 15:01:41.201871|ERROR |Query | |setClientID called with an invalid clientSocketID:48
2016-11-09 15:01:41.201907|ERROR |Query | |setServerID called with an invalid clientSocketID:48
2016-11-09 15:01:41.202112|ERROR |Query | |packetSend called with an invalid socketID:48
2016-11-09 15:01:41.202195|ERROR |Query | |onRemoveConnection called with an invalid clientSocketID: 48
2016-11-09 15:02:46.841987|INFO |Query | |query from 53 127.0.0.1:57899 issued: login with account "serveradmin"(serveradmin)
2016-11-09 15:21:07.393548|ERROR | | |error writing tcp socket Connection reset by peer
2016-11-09 15:21:07.414990|ERROR |Query | |setClientID called with an invalid clientSocketID:53
2016-11-09 15:21:07.415065|ERROR |Query | |setServerID called with an invalid clientSocketID:53
2016-11-09 15:21:07.415114|ERROR |Query | |packetSend called with an invalid socketID:53
2016-11-09 15:21:07.415151|ERROR |Query | |onRemoveConnection called with an invalid clientSocketID: 53
2016-11-09 15:22:12.948128|INFO |Query | |query from 48 127.0.0.1:50642 issued: login with account "serveradmin"(serveradmin)
2016-11-09 15:27:12.959101|ERROR | | |error writing tcp socket Connection reset by peer
2016-11-09 15:27:12.982956|ERROR |Query | |setClientID called with an invalid clientSocketID:48
2016-11-09 15:27:12.983492|ERROR |Query | |setServerID called with an invalid clientSocketID:48
2016-11-09 15:27:12.983545|ERROR |Query | |packetSend called with an invalid socketID:48
2016-11-09 15:27:12.983614|ERROR |Query | |onRemoveConnection called with an invalid clientSocketID: 48

My server version Linux 3.0.13.5
I wish someone can help me
Thanks.
 
Top