Hello all,
Over the past few days, I've been bringing a 3.2.2 up to date to version 4.8.2. My setup:
- Windows Server 2003 Standard PS1
- SQL Server 2005 Enterprise
- ASP.NET 2.0
I've upgraded using the following DNN versions:
- 3.2.2 (Initial version)
- 3.7.7
- 4.4.1
- 4.8.2
- Upgrading using Install.zip packages (I've also tried using the Upgrade.zip file, which rendered the same result)
Upgrades ran surprisingly smooth up to 4.4.1 to 4.8.2 where I get the following error:
|
Upgrading DotNetNuke
Current Assembly Version: 04.08.02
Current Database Version: 04.04.01
Upgrade Status Report
00:00:00.031 - Upgrading to Version: 4.8.2
00:00:00.390 - Executing Script: 04.05.00.SqlDataProvider Success
00:00:04.328 - Executing Script: 04.05.01.SqlDataProvider Success
00:00:05.812 - Executing Script: 04.05.02.SqlDataProvider Success
00:00:07.828 - Executing Script: 04.05.03.SqlDataProvider Success
00:00:09.031 - Executing Script: 04.05.04.SqlDataProvider Success
00:00:10.296 - Executing Script: 04.05.05.SqlDataProvider Success
00:00:11.484 - Executing Script: 04.06.00.SqlDataProvider Success
00:00:14.062 - Executing Script: 04.06.01.SqlDataProvider Success
00:00:15.171 - Executing Script: 04.06.02.SqlDataProvider Success
00:00:16.281 - Executing Script: 04.07.00.SqlDataProvider Success
00:00:19.468 - Executing Script: 04.08.00.SqlDataProvider Success
00:00:21.484 - Executing Script: 04.08.01.SqlDataProvider Success
00:00:22.718 - Executing Script: 04.08.02.SqlDataProvider Success
00:00:23.859 - Performing General Upgrades
00:01:29.609 - Installing Module File Adsense_01.00.01_Install:
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. 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) +495
System.Web.ApplicationStepManager.ResumeSteps(Exception error) +590
System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +140
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +426
|
Version Information: Microsoft .NET Framework Version:2.0.50727.832; ASP.NET Version:2.0.50727.832
|
I've read several posts about this error, mainly curly brakets issue fixed in 4.4.0, none of which seem to apply to my setup.
A few notes:
- The error does not always occure at the same place. Above the error occured at Installing Module File Adsense_01.00.01_Install but it doesn't always occure at that step, but always after Performing General Upgrades which seem to take an awful long time to complete (> 1min.).
- The w3wp.exe is taking up a lot of CPU time.
Any insight about this issue will be greatly appreciated