Advertisement
Guest User

Untitled

a guest
Jul 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. Exception information:
  2. Exception type: FbException
  3. Exception message: Error reading data from the connection.
  4. at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  5. at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
  6. at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
  7. at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  8. at GestHos.Models.Shared.Seguranca.Check_1..ctor()
  9. at GestHos.Models.Shared.Seguranca.Log.Registrar(Modulo _modulo, String _acao)
  10. at GestHos.Ocorrencias.Ocorrencias.Page_Load(Object sender, EventArgs e)
  11. at System.Web.UI.Control.OnLoad(EventArgs e)
  12. at System.Web.UI.Control.LoadRecursive()
  13. at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
  14.  
  15. Error reading data from the connection.
  16. at FirebirdSql.Data.Client.Managed.Version10.GdsTransaction.BeginTransaction(TransactionParameterBuffer tpb)
  17. at FirebirdSql.Data.Client.Managed.Version10.GdsDatabase.BeginTransaction(TransactionParameterBuffer tpb)
  18. at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  19.  
  20. Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
  21. at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  22. at System.IO.BufferedStream.Flush()
  23. at FirebirdSql.Data.Client.Managed.Version10.GdsTransaction.BeginTransaction(TransactionParameterBuffer tpb)
  24.  
  25. An established connection was aborted by the software in your host machine
  26. at System.Net.Sockets.Socket.Send(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
  27. at System.Net.Sockets.NetworkStream.Write(Byte[] buffer, Int32 offset, Int32 size)
  28.  
  29.  
  30.  
  31.  
  32.  
  33. Thread information:
  34. Thread ID: 22
  35. Thread account name: IIS APPPOOLGestHos
  36. Is impersonating: False
  37. Stack trace: at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
  38. at FirebirdSql.Data.FirebirdClient.FbCommand.Prepare(Boolean returnsSet)
  39. at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteCommand(CommandBehavior behavior, Boolean returnsSet)
  40. at FirebirdSql.Data.FirebirdClient.FbCommand.ExecuteReader(CommandBehavior behavior)
  41. at GestHos.Models.Shared.Seguranca.Check_1..ctor()
  42. at GestHos.Models.Shared.Seguranca.Log.Registrar(Modulo _modulo, String _acao)
  43. at GestHos.Ocorrencias.Ocorrencias.Page_Load(Object sender, EventArgs e)
  44. at System.Web.UI.Control.OnLoad(EventArgs e)
  45. at System.Web.UI.Control.LoadRecursive()
  46. at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement