• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Error Installing/Upgrading

Status
Not open for further replies.

PierluigiM

New Pleskian
Hello,

I have this error:

HTML:
Installing DotNetNuke

Version: 07.00.06

Installation Status Report
00:00:00.015 - Checking File and Folder permissions Success
00:00:00.078 - Installing Version: 07.00.00
00:00:00.078 -   Executing Script:DotNetNuke.Schema.SqlDataProvider 
 

--------------------------------------------------------------------------------
  
Server Error in '/' Application.
--------------------------------------------------------------------------------


Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached. 
  Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

 Exception Details: System.InvalidOperationException: Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached.

Source Error: 



Line 149:                    var installConfig = InstallController.Instance.GetInstallConfig();
Line 150:
Line 151:                    Upgrade.Upgrade.InstallDNN(strProviderPath);
Line 152:                    //remove en-US from portal if installing in a different language
Line 153:                    if (!installConfig.InstallCulture.Equals("en-us", StringComparison.InvariantCultureIgnoreCase))
  

 Source File:  d:\inetpub\vhosts\siriocoop.it\httpdocs\Install\Install.aspx.cs    Line:  151 

Stack Trace: 



[InvalidOperationException: Timeout expired.  The timeout period elapsed prior to obtaining a connection from the pool.  This may have occurred because all pooled connections were in use and max pool size was reached.]
   System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) +5081737
   System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) +126
   System.Data.SqlClient.SqlConnection.Open() +125
   DotNetNuke.Data.SqlDataProvider.ExecuteScriptInternal(String connectionString, String script) +437
   DotNetNuke.Data.SqlDataProvider.ExecuteScript(String script) +58
   DotNetNuke.Services.Upgrade.Upgrade.ExecuteScript(String scriptFile, Boolean writeFeedback) +220
   DotNetNuke.Services.Upgrade.<>c__DisplayClass34.<InstallDatabase>b__31(String current, String script) +31
   System.Linq.Enumerable.Aggregate(IEnumerable`1 source, TAccumulate seed, Func`3 func) +157
   DotNetNuke.Services.Upgrade.Upgrade.InstallDatabase(Version version, String providerPath, XmlDocument xmlDoc, Boolean writeFeedback) +384
   DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +209
   DotNetNuke.Services.Install.Install.InstallApplication() in d:\inetpub\vhosts\siriocoop.it\httpdocs\Install\Install.aspx.cs:151
   DotNetNuke.Services.Install.Install.OnLoad(EventArgs e) in d:\inetpub\vhosts\siriocoop.it\httpdocs\Install\Install.aspx.cs:497
   System.Web.UI.Control.LoadRecursive() +74
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207


How can I solve or otherwise Can I abort update?



Thanks
Pierluigi
 
Status
Not open for further replies.
Back
Top