A multitude of connection issues
Posted: Mon 08 Jun 2009 11:32
After deploying a web project we suddenly started having serious issues with connections to one of the databases on our server.
We connect to two databases; the one with the most traffic seems to work fine.
On the other however, the log fills up with errors like:
(1130 occurences)
Type : Devart.Data.MySql.MySqlException, Devart.Data.MySql, Version=5.0.22.0, Culture=neutral, PublicKeyToken=09af7300eec23701
Message : Net packets out of order: received[1], expected[21]
(540 occurences)
Type : Devart.Data.MySql.MySqlException, Devart.Data.MySql, Version=5.0.22.0, Culture=neutral, PublicKeyToken=09af7300eec23701
Message : Lost connection to MySQL server during query
(2300 occurences)
Type : System.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Connection must be opened.
We use connection pooling. The queries are not very complex, usually selects matching on an ID or a search string with some joins to other (rather small) tables.
Any pointers to how i can find out what is going on? This is running under IIS 7; sites using the same data access under IIS 6 seem unaffected.
We connect to two databases; the one with the most traffic seems to work fine.
On the other however, the log fills up with errors like:
(1130 occurences)
Type : Devart.Data.MySql.MySqlException, Devart.Data.MySql, Version=5.0.22.0, Culture=neutral, PublicKeyToken=09af7300eec23701
Message : Net packets out of order: received[1], expected[21]
(540 occurences)
Type : Devart.Data.MySql.MySqlException, Devart.Data.MySql, Version=5.0.22.0, Culture=neutral, PublicKeyToken=09af7300eec23701
Message : Lost connection to MySQL server during query
(2300 occurences)
Type : System.InvalidOperationException, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
Message : Connection must be opened.
We use connection pooling. The queries are not very complex, usually selects matching on an ID or a search string with some joins to other (rather small) tables.
Any pointers to how i can find out what is going on? This is running under IIS 7; sites using the same data access under IIS 6 seem unaffected.