fulanork Posted January 10, 2020 Share Posted January 10, 2020 Hello, does anyone know the reason why my FTP always crashes. 01/10/2020 12:02:31 System System.Net.Sockets.SocketException (0x80004005): Normalmente é permitida apenas uma utilização de cada endereço de soquete (protocolo/endereço de rede/porta) em System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) em System.Net.Sockets.Socket.Bind(EndPoint localEP) em Abderaware.Net.FtpServer.Start(Boolean isIpV6) em TCAdmin.FtpServer.ServiceV1.Start() Link to comment Share on other sites More sharing options...
LFA Posted January 10, 2020 Share Posted January 10, 2020 You have a custom script that starts a exe in the background. Stop the monitor. Kill the sub processes that have not exited (For example nginx.exe). Then start the monitor again. Link to comment Share on other sites More sharing options...
fulanork Posted January 11, 2020 Author Share Posted January 11, 2020 But I use nginx to compress my files I can't be without it Link to comment Share on other sites More sharing options...
fulanork Posted January 11, 2020 Author Share Posted January 11, 2020 01/11/2020 10:45:07 TCAdmin.DatabaseProviders.MySql Lost connection to MySQL server during query 01/11/2020 10:45:10 TCAdmin.SDK TCAdmin.SDK.Database.DatabaseException: Lost connection to MySQL server during query ---> Devart.Data.MySql.MySqlException: Lost connection to MySQL server during query ---> System.TimeoutException: Server did not respond within the specified timeout interval. ---> System.IO.IOException: Não é possível ler os dados da conexão de transporte: Uma tentativa de conexão falhou porque o componente conectado não respondeu corretamente após um período de tempo ou a conexão estabelecida falhou porque o host conectado não respondeu. ---> System.Net.Sockets.SocketException: Uma tentativa de conexão falhou porque o componente conectado não respondeu corretamente após um período de tempo ou a conexão estabelecida falhou porque o host conectado não respondeu em System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) em System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- Fim do rastreamento de pilha de exceções internas --- em System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) em Devart.Common.a3.b(Byte[] A_0, Int32 A_1, Int32 A_2) --- Fim do rastreamento de pilha de exceções internas --- em Devart.Common.a3.b(Byte[] A_0, Int32 A_1, Int32 A_2) em Devart.Common.a5.c(Byte[] A_0, Int32 A_1, Int32 A_2) em Devart.Common.u.d(Byte[] A_0, Int32 A_1, Int32 A_2) --- Fim do rastreamento de pilha de exceções internas --- em Devart.Data.MySql.ao.d(Exception A_0) em Devart.Common.u.d(Byte[] A_0, Int32 A_1, Int32 A_2) em Devart.Data.MySql.bi.a(Byte[] A_0, Int32 A_1, Int32 A_2) em Devart.Data.MySql.bi.p() em Devart.Data.MySql.bi.i() em Devart.Data.MySql.ae.a(aa[]& A_0, Int32& A_1, Boolean A_2) em Devart.Data.MySql.ae.a(Byte[] A_0, Int32 A_1, Boolean A_2, String A_3) em Devart.Data.MySql.i.e() em Devart.Data.MySql.MySqlCommand.InternalExecute(CommandBehavior behavior, IDisposable stmt, Int32 startRecord, Int32 maxRecords) em Devart.Common.DbCommandBase.ExecuteDbDataReader(CommandBehavior behavior, Boolean nonQuery) em TCAdmin.SDK.Database.DatabaseManager.Execute(String sql) --- Fim do rastreamento de pilha de exceções internas --- em TCAdmin.SDK.Database.DatabaseManager.Execute(String sql) em TCAdmin.DatabaseProviders.MySql.MySqlManager.Execute(String sql) 01/11/2020 10:45:17 TCAdmin.DatabaseProviders.MySql Lost connection to MySQL server during query 01/11/2020 10:45:29 TCAdmin.DatabaseProviders.MySql Lost connection to MySQL server during query This error is also flooded from time to time. Link to comment Share on other sites More sharing options...
LFA Posted January 11, 2020 Share Posted January 11, 2020 When you start nginx from a script don't start it like this: nginx.exe Try starting it like this: start nginx.exe The other error is a mysql connection error. Keep the database on the same server as the master to avoid connection errors. Link to comment Share on other sites More sharing options...
fulanork Posted January 11, 2020 Author Share Posted January 11, 2020 The database is already on the same server and it still gives this error. Link to comment Share on other sites More sharing options...
fulanork Posted January 11, 2020 Author Share Posted January 11, 2020 When the FTP is going down, the TCAdmin is down same, and the logs giving that error with ipv6/socket used. And the mysql showing lost connection. Link to comment Share on other sites More sharing options...
LFA Posted January 11, 2020 Share Posted January 11, 2020 Are you able to connect to mysql with mysql workbench at the same time that tcadmin can't connect? Link to comment Share on other sites More sharing options...
fulanork Posted January 11, 2020 Author Share Posted January 11, 2020 Sure, i can connect to MySQL after tcadmin losing connection, after tcadmin losing connection the tcadmin and the FTP is going down. Link to comment Share on other sites More sharing options...
LFA Posted January 12, 2020 Share Posted January 12, 2020 When this is happening create a support ticket with remote desktop access so I can take a look. Link to comment Share on other sites More sharing options...
fulanork Posted January 13, 2020 Author Share Posted January 13, 2020 I sent, could I answer as soon as possible? I'm losing a lot of customers because of the problem Ticket ID: 949703 Link to comment Share on other sites More sharing options...
fulanork Posted January 13, 2020 Author Share Posted January 13, 2020 help plis Link to comment Share on other sites More sharing options...
LFA Posted January 14, 2020 Share Posted January 14, 2020 I already responded to your ticket. The ftp error is fixed. MySQL is crashing and not even Heidisql can connect to the database. It's not caused by TCAdmin. Link to comment Share on other sites More sharing options...
fulanork Posted January 14, 2020 Author Share Posted January 14, 2020 No, the problem is TCAdmin. I sent the screenshots on the ticket. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now