Hello Everyone,
I have tried to upgrade my DNN 4.7 to 4.9 using the merge method I am having some issues. I have my production server, test server, and a local copy. This is the way I have my setup.
Local machine, WinXP, MSSQL 2005, copy of my production DNN site at 4.7.
Test server, ASP.NET 2.0, Window 2003, MSSQL 2005, copy of production DNN site at 4.7.
Production Server .NET 2.0, Window 2003, copy of production DNN site at 4.7 (MSSQL is located on another server)
OK here is the issue when I upgrade on the Local machine everything goes as planned no errors or thread issues. But when I go to the Test server I get the Thread was being aborted issue. I am not sure how to correct this and I don’t feel confident moving forward with the upgrade on production. I have done some reading but I have not found a solution that has worked. I have tried the following.
1. Checked permissions
2. Change the webconfig settings <httpRuntime useFullyQualifiedRedirectUrl="true" maxRequestLength="10240" requestLengthDiskThreshold="10240" executionTimeout="1200" />
3. Restarted the web services.
4. Started from scratch. I have looked all over the place but can not find a solution. Below is what I get any ideas?
B
Upgrading DotNetNuke
Current Assembly Version: 04.09.01
Current Database Version: 04.07.00
Upgrade Status Report
00:00:00.015 - Upgrading to Version: 4.9.1
00:00:00.281 - Executing Script: 04.08.00.SqlDataProvider Success
00:00:02.859 - Executing Script: 04.08.01.SqlDataProvider Success
00:00:03.062 - Executing Script: 04.08.02.SqlDataProvider Success
00:00:03.078 - Executing Script: 04.08.03.SqlDataProvider Success
00:00:03.078 - Executing Script: 04.08.04.SqlDataProvider Success
00:00:03.078 - Executing Script: 04.09.00.SqlDataProvider Success
00:00:03.499 - Executing Script: 04.09.01.SqlDataProvider Success
00:00:03.671 - Performing General Upgrades
Server Error in '/' Application.
Thread was being aborted.
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.Threading.ThreadAbortException: Thread was being aborted.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
|
Stack Trace:
[ThreadAbortException: Thread was being aborted.]
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +501
System.Web.ApplicationStepManager.ResumeSteps(Exception error) +564
System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +141
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +436
|