Hi,
I upgraded an existing install of DNN 7.03.02 to 7.03.04 by copying all files from the upgrade package over and call /install/install.aspx?mode=upgrade
The install stopped with this exception
System.Web.HttpException: The remote host closed the connection.
The error code is 0x800704CD.
Generated:
Sun, 30 Nov 2014 17:39:58 GMT
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.Web.HttpException (0x800704CD): The remote host closed the connection. The error code is 0x800704CD.
at System.Web.Hosting.IIS7WorkerRequest.RaiseCommunicati (Int32 result, Boolean throwOnDisconnect)
at System.Web.Hosting.IIS7WorkerRequest.ExplicitFlush()
at System.Web.HttpResponse.Flush(Boolean finalFlush, Boolean async)
at System.Web.HttpWriter.Write(String s)
at DotNetNuke.Common.Utilities.HtmlUtils.WriteFeedback(HttpResponse response, Int32 indent, String message, Boolean showtime)
at DotNetNuke.Services.Upgrade.Upgrade.InstallPackage(String file, String packageType, Boolean writeFeedback)
at DotNetNuke.Services.Install.Install.UpgradeApplication()
at DotNetNuke.Services.Install.Install. (EventArgs e)
at System.Web.UI.Control.LoadRecursive()
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Which seemes to leave me with an uncomplete install it seems.
The installerlog stops at
11/30/2014 17:39:58 [INFO] DotNetNuke.Services.Upgrade.Upgrade Start InstallPackage:\\webshare\project\Install\JavaScriptLibrary\jQuery.zip
When I try this on a clean install in a test environment it doesnt stop there. It goes on with Knockout, DNNMenuNavigationProvider, FiftyOneClientCapabilityProvider and so on.
How can I re-install the update. The Installer at /install/install.aspx?mode=upgrade just gives a blank page.
Kind regards