Net packets out of order

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
leek
Posts: 8
Joined: Sun 16 Jan 2005 10:51

Net packets out of order

Post by leek » Tue 08 Mar 2005 13:44

Occassionally I get this exception, although can not replicate it. It seems to come and go. Posts have appeared regarding it on this forum, did anyone find a solution (or at least the problem)?


[MySqlException: Net packets out of order: received[1], expected[2]]
CoreLab.MySql.j.b() +263
CoreLab.MySql.j.d() +27
CoreLab.MySql.ac.b() +14
CoreLab.MySql.ae.b(Object A_0, Byte[] A_1, Int32 A_2) +47
CoreLab.MySql.ad.e() +435
CoreLab.MySql.MySqlCommand.a(CommandBehavior A_0, IDisposable A_1, Int32 A_2, Int32 A_3) +345
CoreLab.Common.DbCommandBase.b(CommandBehavior A_0) +113
CoreLab.Common.DbCommand.ExecuteReader(CommandBehavior behavior) +4
CoreLab.MySql.MySqlCommand.ExecuteReader() +7
projectsz.DBAccess.GetDataReader(String aSQLCommand) +287
projectsz.CEntityDB.GetEntRating(Int64 entratingid) +76
projectsz.CEntityMaster.GetEntRating(Int64 entratingid) +23
projectsz.CEntity.get_Rating() +46
projectsz.CEntity.get_Category() +64
projectsz.CEntity.get_Type() +64
projectsz.CEntity.RenderClassification() +64
projectsz.ucEntDisplay.set_Entity(CEntity Value) +79
ASP.viewresources_aspx.__DataBind__control7(Object sender, EventArgs e) in C:\inetpub\wwwroot\projectsz\Pages\viewresources.aspx:58
System.Web.UI.Control.OnDataBinding(EventArgs e) +66
System.Web.UI.Control.DataBind() +26
System.Web.UI.Control.DataBind() +86
System.Web.UI.WebControls.DataList.CreateItem(Int32 itemIndex, ListItemType itemType, Boolean dataBind, Object dataItem) +127
System.Web.UI.WebControls.DataList.CreateControlHierarchy(Boolean useDataSource) +686
System.Web.UI.WebControls.BaseDataList.OnDataBinding(EventArgs e) +49
System.Web.UI.WebControls.BaseDataList.DataBind() +23
projectsz.viewresources.RetrieveEntities() +1488
projectsz.viewresources.Page_Load(Object sender, EventArgs e) +827
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Page.ProcessRequestMain() +731

Serious

Post by Serious » Wed 09 Mar 2005 14:12

The problem with "Net packets out of order" error was fixed in MySQLDirect version 2.70.4

leek
Posts: 8
Joined: Sun 16 Jan 2005 10:51

Post by leek » Thu 10 Mar 2005 11:19

Umm, was fixed, or will be fixed? When is 2.70.4 scheduled to be released?

Post Reply