Serverfout in toepassing /.

User asuser already has more than 'max_user_connections' active connections

Beschrijving: Er is een onverwerkte uitzondering opgetreden tijdens het uitvoeren van de huidige webaanvraag. Raadpleeg de stacktracering voor meer informatie over deze fout en de oorsprong ervan in de code.

Details van uitzondering: MySql.Data.MySqlClient.MySqlException: User asuser already has more than 'max_user_connections' active connections

Fout in bron:


Regel 98:             If connection.State <> ConnectionState.Open Then
Regel 99:                 connection.ConnectionString = ConfigurationManager.ConnectionStrings("dsnastech").ConnectionString
Regel 100:                connection.Open()
Regel 101:            End If
Regel 102:        End Sub

Bronbestand: D:\hostingspaces\vhosts\solirent.com\httpdocs\App_Code\database.vb    Regel: 100

Stacktracering:


[MySqlException (0x80004005): User asuser already has more than 'max_user_connections' active connections]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +389
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket() +39

[MySqlException (0x80004005): Authentication to host 'localhost' for user 'asuser' using method 'mysql_native_password' failed with message: User asuser already has more than 'max_user_connections' active connections]
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.AuthenticationFailed(Exception ex) +216
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.ReadPacket() +108
   MySql.Data.MySqlClient.Authentication.MySqlAuthenticationPlugin.Authenticate(Boolean reset) +372
   MySql.Data.MySqlClient.NativeDriver.Open() +934
   MySql.Data.MySqlClient.Driver.Open() +39
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +329
   MySql.Data.MySqlClient.MySqlConnection.Open() +1218
   database.dbgeneral.openconnection() in D:\hostingspaces\vhosts\solirent.com\httpdocs\App_Code\database.vb:100
   Product.GetRootCategory(Int32 catid) in D:\hostingspaces\vhosts\solirent.com\httpdocs\App_Code\Product.vb:602
   controls_Producten.Page_Load(Object sender, EventArgs e) in D:\hostingspaces\vhosts\solirent.com\httpdocs\controls\Producten.ascx.vb:36
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Control.LoadRecursive() +185
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


Versiegegevens: Microsoft .NET Framework Versie:4.0.30319; ASP.NET Versie:4.8.4465.0