Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 19:14:20 - [MySQLDataLoader] ExecuteNonQuery(alter table assets modify column `a
- sset_flags` VARCHAR(45) ), MySql.Data.MySqlClient.MySqlException: Timeout expire
- d. The timeout period elapsed prior to completion of the operation or the serve
- r is not responding. ---> System.TimeoutException: A connection attempt failed b
- ecause the connected party did not properly respond after a period of time, or e
- stablished connection failed because connected host has failed to respond ---> S
- ystem.IO.IOException: Unable to read data from the transport connection: A conne
- ction attempt failed because the connected party did not properly respond after
- a period of time, or established connection failed because connected host has fa
- iled to respond. ---> System.Net.Sockets.SocketException: A connection attempt f
- ailed because the connected party did not properly respond after a period of tim
- e, or established connection failed because connected host has failed to respond
- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 s
- ize)
- --- End of inner exception stack trace ---
- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 s
- ize)
- 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.GetResult(Int32& affectedRow, Int32& i
- nsertedId)
- at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affected
- Rows, Int32& insertedId)
- at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId)
- at MySql.Data.MySqlClient.MySqlDataReader.NextResult()
- at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior
- )
- --- End of inner exception stack trace ---
- at MySql.Data.MySqlClient.MySqlConnection.HandleTimeoutOrThreadAbort(Exceptio
- n ex)
- at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior
- )
- at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
- at MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(MySqlConnection connect
- ion, String commandText, MySqlParameter[] commandParameters)
- at MySql.Data.MySqlClient.MySqlHelper.ExecuteNonQuery(String connectionString
- , String commandText, MySqlParameter[] parms)
- at Aurora.DataManager.MySQL.MySQLDataLoader.ExecuteNonQuery(String sql, Dicti
- onary`2 parameters) in C:\opensimsource\new\08-03-2011\aurora-sim-Aurora-Sim-803
- e526\Aurora\DataManagerPlugins\MySQL\MySQLDataManager.cs:line 98
Advertisement
Add Comment
Please, Sign In to add comment