Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.48 KB | None | 0 0
  1. Aurora-Sim Mantis BT - Aurora-Sim
  2. View Issue Details
  3. ID Project Category View Status Date Submitted Last Update
  4. 0000381 Aurora-Sim Database public 2011-02-15 12:56 2011-03-06 17:15
  5. Reporter Bogus Curry
  6. Assigned To Revolution
  7. Priority normal Severity minor Reproducibility always
  8. Status closed Resolution fixed
  9. Platform Opensim OS Windows 2003 OS Version Aurora
  10. Product Version
  11. Target Version Fixed in Version
  12. System Type
  13. GIT Revision last source
  14. GIT Date 2011-02-14
  15. Summary 0000381: Mysql Database errors in Console by start from region server
  16. Description Start by Standalone Region Server comes this Errors
  17.  
  18. 3 Region set 2 x 128x128 one 1024x1024
  19.  
  20. The region server make not shutdown
  21. Steps To Reproduce
  22. Additional Information 2011-02-15 18:48:13,864 ERROR - OpenSim.Data.MySQL.MySQLSimulationData [REGION DB]: MySQL error in ExecuteNonQuery: Packets larger than max_allowed_packet are not allowed.
  23. 2011-02-15 18:48:13,879 WARN - OpenSim.Region.CoreModules.World.Terrain.TerrainModule [TERRAIN]: Scene.cs: LoadWorldMap() - Failed with exception MySql.Data.MySqlClient.MySqlException: Packets larger than max_allowed_packet are not allowed.
  24. at MySql.Data.MySqlClient.MySqlStream.StartOutput(UInt64 length, Boolean resetSequence)
  25. at MySql.Data.MySqlClient.NativeDriver.ExecuteCommand(DBCmd cmd, Byte[] bytes, Int32 length)
  26. at MySql.Data.MySqlClient.NativeDriver.Query(Byte[] bytes, Int32 length)
  27. at MySql.Data.MySqlClient.Statement.ExecuteNext()
  28. at MySql.Data.MySqlClient.PreparableStatement.ExecuteNext()
  29. at MySql.Data.MySqlClient.PreparableStatement.Execute()
  30. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
  31. at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
  32. at OpenSim.Data.MySQL.MySQLSimulationData.ExecuteNonQuery(MySqlCommand c) in c:\opensim\server\fractalworlds\Aurora-Sim\OpenSim\Data\MySQL\MySQLSimulationData.cs:line 107
  33. at OpenSim.Data.MySQL.MySQLSimulationData.StoreTerrain(Double[,] ter, UUID regionID, Boolean Revert) in c:\opensim\server\fractalworlds\Aurora-Sim\OpenSim\Data\MySQL\MySQLSimulationData.cs:line 672
  34. at OpenSim.Region.CoreModules.World.Terrain.TerrainModule.LoadWorldHeightmap() in c:\opensim\server\fractalworlds\Aurora-Sim\OpenSim\Region\CoreModules\World\Terrain\TerrainModule.cs:line 568
  35. 2011-02-15 18:48:13,942 INFO - OpenSim.Data.MySQL.MySQLSimulationData [REGION DB]: Storing terrain
  36. 2011-02-15 18:48:14,379 ERROR - OpenSim.Data.MySQL.MySQLSimulationData [REGION DB]: MySQL error in ExecuteNonQuery: Packets larger than max_allowed_packet are not allowed.
  37. 2011-02-15 18:48:14,379 WARN - OpenSim.Region.CoreModules.World.Terrain.TerrainModule [TERRAIN]: Scene.cs: LoadWorldMap() - Failed with exception MySql.Data.MySqlClient.MySqlException: Packets larger than max_allowed_packet are not allowed.
  38. at MySql.Data.MySqlClient.MySqlStream.StartOutput(UInt64 length, Boolean resetSequence)
  39. at MySql.Data.MySqlClient.NativeDriver.ExecuteCommand(DBCmd cmd, Byte[] bytes, Int32 length)
  40. at MySql.Data.MySqlClient.NativeDriver.Query(Byte[] bytes, Int32 length)
  41. at MySql.Data.MySqlClient.Statement.ExecuteNext()
  42. at MySql.Data.MySqlClient.PreparableStatement.ExecuteNext()
  43. at MySql.Data.MySqlClient.PreparableStatement.Execute()
  44. at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior)
  45. at MySql.Data.MySqlClient.MySqlCommand.ExecuteNonQuery()
  46. at OpenSim.Data.MySQL.MySQLSimulationData.ExecuteNonQuery(MySqlCommand c) in c:\opensim\server\fractalworlds\Aurora-Sim\OpenSim\Data\MySQL\MySQLSimulationData.cs:line 107
  47. at OpenSim.Data.MySQL.MySQLSimulationData.StoreTerrain(Double[,] ter, UUID regionID, Boolean Revert) in c:\opensim\server\fractalworlds\Aurora-Sim\OpenSim\Data\MySQL\MySQLSimulationData.cs:line 672
  48. at OpenSim.Region.CoreModules.World.Terrain.TerrainModule.LoadRevertMap() in c:\opensim\server\fractalworlds\Aurora-Sim\OpenSim\Region\CoreModules\World\Terrain\TerrainModule.cs:line 464
  49. Tags No tags attached.
  50. Relationships
  51. Attached Files
  52. Issue History
  53. Date Modified Username Field Change
  54. 2011-02-15 12:56 Bogus Curry New Issue
  55. 2011-03-06 17:15 Revolution Note Added: 0000609
  56. 2011-03-06 17:15 Revolution GIT Date 2011-02-15 => 2011-02-14
  57. 2011-03-06 17:15 Revolution Status open => resolved
  58. 2011-03-06 17:15 Revolution Resolution open => fixed
  59. 2011-03-06 17:15 Revolution Assigned To => Revolution
  60. 2011-03-06 17:15 Revolution Status resolved => closed
  61.  
  62. Notes
  63. (0000609)
  64. Revolution
  65. 2011-03-06 17:15
  66.  
  67. This shouldn't occur anymore in master.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement