aldorochap
(usa Debian)
Enviado em 04/09/2019 - 12:16h
Boa tarde.
Estou com o seguinte problema.
Quando uma aplicação instalada em meu ambiente faz uma requisição específica de geração de relatório após tentativa de impressão a aplicação retorna a seguinte mensagem:
Ocorreu uma exceção sem tratamento no aplicativo. Se você clicar em continuar o aplicativo ignorará o erro e tentará continuar.
Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.
Esse é o texto da exceção:
************** Texto de Exceção **************
MySql.Data.MySqlClient.MySqlException (0x80004005): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. ---> System.TimeoutException: Timeout in IO operation
em MySql.Data.MySqlClient.TimedStream.StopTimer()
em MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count)
em System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count)
em MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count)
em MySql.Data.MySqlClient.MySqlStream.LoadPacket()
em MySql.Data.MySqlClient.MySqlStream.ReadPacket()
em MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId)
em MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId)
em MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force)
em MySql.Data.MySqlClient.MySqlDataReader.NextResult()
em MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
em MySql.Data.MySqlClient.ExceptionInterceptor.Throw(Exception exception)
em MySql.Data.MySqlClient.MySqlConnection.Throw(Exception ex)
em MySql.Data.MySqlClient.MySqlConnection.HandleTimeoutOrThreadAbort(Exception ex)
em MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
em MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
em System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior)
em System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
em System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
em System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
em RemessaAlepa.GeraRemessa.ObterDadosRelExport(String mes, String ano, String rubrica)
em RemessaAlepa.frmPrincipal.cmdRelExport_Click(Object sender, EventArgs e)
em System.Windows.Forms.Control.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
em System.Windows.Forms.Control.WndProc(Message& m)
em System.Windows.Forms.ButtonBase.WndProc(Message& m)
em System.Windows.Forms.Button.WndProc(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
em System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Minha suspeita é que o disco do servidor está apenas com 7GB livres. E para outras operações que geram relatórios menores a comunicação funciona normalmente.
Como posso comprovar minha suspeita?