[ Help ] Phoenix 3.8.1 Error [ HELP ]

TinyBuilder

Bike ✔
Mar 19, 2012
717
66
Hello , how do I fix this error ?

Code:
System.TimeoutException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond ---> System.IO.IOException: Unable to read data from the transport connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond. ---> System.Net.Sockets.SocketException: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
  at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags)
  at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  --- End of inner exception stack trace ---
  at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size)
  at MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count)
  --- End of inner exception stack trace ---
  at MyNetworkStream.HandleOrRethrowException(Exception e)
  at MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count)
  at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count)
  at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count)
  at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count)
  at MySql.Data.MySqlClient.MySqlStream.LoadPacket()
  at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  at MySql.Data.MySqlClient.NativeDriver.FetchDataRow(Int32 statementId, Int32 columns)
  at MySql.Data.MySqlClient.Driver.FetchDataRow(Int32 statementId, Int32 columns)
  at MySql.Data.MySqlClient.Driver.SkipDataRow()
  at MySql.Data.MySqlClient.ResultSet.Close()
  at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
  at MySql.Data.MySqlClient.MySqlDataReader.Close()
  at System.Data.Common.DbDataReader.Dispose(Boolean disposing)
  at System.Data.Common.DbDataReader.Dispose()
  at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)
  at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)
  at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)
  at P_gbnubrcmvxqgteeqbjimgj.P_mjwbuupziabzelzkrfowet(String P_zofkjjnfsyfldzqiipjjb)
  at P_vbhczcfdmihzsqwjldlmmn..ctor(String pSSOTicket, String pIPAddress, Boolean LoadFull)
  at P_qbvbfwqmssvennzzdzanyi.P_nfkvsaudipwbhckheytnkc(String P_zofkjjnfsyfldzqiipjjb)


Extra Information : It happens just for a few users, it works fine for others!


Thanks,
Tiny
 

Users who are viewing this thread

Top