andsim

Untitled

Aug 3rd, 2011
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. 19:14:20 - [MySQLDataLoader] ExecuteNonQuery(alter table assets modify column `a
  2. sset_flags` VARCHAR(45) ), MySql.Data.MySqlClient.MySqlException: Timeout expire
  3. d. The timeout period elapsed prior to completion of the operation or the serve
  4. r is not responding. ---> System.TimeoutException: A connection attempt failed b
  5. ecause the connected party did not properly respond after a period of time, or e
  6. stablished connection failed because connected host has failed to respond ---> S
  7. ystem.IO.IOException: Unable to read data from the transport connection: A conne
  8. ction attempt failed because the connected party did not properly respond after
  9. a period of time, or established connection failed because connected host has fa
  10. iled to respond. ---> System.Net.Sockets.SocketException: A connection attempt f
  11. ailed because the connected party did not properly respond after a period of tim
  12. e, or established connection failed because connected host has failed to respond
  13.  
  14. at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 s
  15. ize)
  16. --- End of inner exception stack trace ---
  17. at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 s
  18. ize)
  19. at MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count)
  20. --- End of inner exception stack trace ---
  21. at MyNetworkStream.HandleOrRethrowException(Exception e)
  22. at MyNetworkStream.Read(Byte[] buffer, Int32 offset, Int32 count)
  23. at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32
  24. count)
  25. at System.IO.BufferedStream.Read(Byte[] array, Int32 offset, Int32 count)
  26. at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer,
  27. Int32 offset, Int32 count)
  28. at MySql.Data.MySqlClient.MySqlStream.LoadPacket()
  29. at MySql.Data.MySqlClient.MySqlStream.ReadPacket()
  30. at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int32& i
  31. nsertedId)
  32. at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affected
  33. Rows, Int32& insertedId)
  34. at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId)
  35. at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
  36. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior
  37. )
  38. --- End of inner exception stack trace ---
  39. at MySql.Data.MySqlClient.MySqlConnection.HandleTimeoutOrThreadAbort(Exceptio
  40. n ex)
  41. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior
  42. )
  43. at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
  44. at MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(MySqlConnection connect
  45. ion, String commandText, MySqlParameter[] commandParameters)
  46. at MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(String connectionString
  47. , String commandText, MySqlParameter[] parms)
  48. at Aurora.DataManager.MySQL.MySQLDataLoader.ExecuteNonQuery(String sql, Dicti
  49. onary`2 parameters) in C:\opensimsource\new\08-03-2011\aurora-sim-Aurora-Sim-803
  50. e526\Aurora\DataManagerPlugins\MySQL\MySQLDataManager.cs:line 98
Advertisement
Add Comment
Please, Sign In to add comment