HELP!!!!
DNN 4.3.1 being installed (using the install package) on an Dell 1505 (1GB RAM) running XP Pro, VS2005 Pro, SSExpress and IIS 5.1.
After figuring out the darn web.config and ASPNET permissions the installation works fine upto a point, the package and modules appear to install fine, the databse is updated with tables/SP's, etc, and then it blows up on the additional scripts part (Create portals).
I'm using the dontnetnuke.install.config file. So what have I missed? Suggestions please.
Install output:
00:00:00.015 - Installing Version: 3.1.0
00:00:00.015 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.421 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:10.953 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:12.312 - Installing MemberRole Provider:
00:00:12.312 - Executing InstallCommon.sql
00:00:13.609 - Executing InstallMembership.sql
00:00:14.468 - Executing InstallProfile.sql
00:00:14.734 - Executing InstallRoles.sql
00:00:16.640 - Upgrading to Version: 3.1.1
00:00:18.718 - Upgrading to Version: 3.2.0
00:00:18.828 - Upgrading to Version: 3.2.1
00:00:18.906 - Upgrading to Version: 3.2.2
00:00:18.937 - Upgrading to Version: 3.2.3
00:00:20.578 - Upgrading to Version: 3.2.4
00:00:20.609 - Upgrading to Version: 3.2.5
00:00:20.656 - Upgrading to Version: 3.2.6
00:00:20.718 - Upgrading to Version: 3.2.7
00:00:20.750 - Upgrading to Version: 3.3.0
00:00:20.828 - Upgrading to Version: 3.3.1
00:00:20.890 - Upgrading to Version: 4.0.0
00:00:21.109 - Upgrading to Version: 4.0.1
00:00:21.250 - Upgrading to Version: 4.0.2
00:00:21.265 - Upgrading to Version: 4.0.3
00:00:21.281 - Upgrading to Version: 4.0.4
00:00:22.437 - Upgrading to Version: 4.0.5
00:00:22.453 - Upgrading to Version: 4.0.6
00:00:22.468 - Upgrading to Version: 4.0.7
00:00:22.468 - Upgrading to Version: 4.3.0
00:00:22.500 - Upgrading to Version: 4.3.1
00:00:22.546 - Performing General Upgrades
00:00:23.140 - Loading Host Settings:
00:00:23.359 - Configuring SuperUser:
00:00:23.562 - Installing Desktop Modules:
00:00:23.578 - Installing Modules:
00:00:23.593 - Installing Module File C:\DNN\Website\Install\Module\Announcements_3.3.1_Install.zip:
00:00:24.906 - Installing Module File C:\DNN\Website\Install\Module\Blog_3.02.00_Install.zip:
00:00:31.625 - Installing Module File C:\DNN\Website\Install\Module\Contacts_3.1_Install.zip:
00:00:35.031 - Installing Module File C:\DNN\Website\Install\Module\Documents_03.01.03_Install.zip:
00:00:36.734 - Installing Module File C:\DNN\Website\Install\Module\Events_3.2_Install.zip:
00:00:44.437 - Installing Module File C:\DNN\Website\Install\Module\FAQs_3.1_Install.zip:
00:00:46.578 - Installing Module File C:\DNN\Website\Install\Module\Feedback_03.02.01_Install.zip:
00:00:49.109 - Installing Module File C:\DNN\Website\Install\Module\Forum_3.20.06_Install.zip:
00:01:09.687 - Installing Module File C:\DNN\Website\Install\Module\Gallery_3.0.12_Install.zip:
00:01:15.015 - Installing Module File C:\DNN\Website\Install\Module\Help_2.0.3_Install.zip:
00:01:18.562 - Installing Module File C:\DNN\Website\Install\Module\HTML_3.3.0_Install.zip:
00:01:20.593 - Installing Module File C:\DNN\Website\Install\Module\IFrame_3.2_Install.zip:
00:01:22.828 - Installing Module File C:\DNN\Website\Install\Module\Links_3.3_Install.zip:
00:01:25.656 - Installing Module File C:\DNN\Website\Install\Module\Media_03.02.00_Install.zip:
00:01:29.296 - Installing Module File C:\DNN\Website\Install\Module\NewsFeeds_3.1.1_Install.zip:
00:01:30.921 - Installing Module File C:\DNN\Website\Install\Module\Reports_4.3.1_Source.zip:
00:01:31.875 - Installing Module File C:\DNN\Website\Install\Module\Repository_3.1.10_Install.zip:
00:01:50.859 - Installing Module File C:\DNN\Website\Install\Module\Store_01.00.01_Install.zip:
00:02:09.437 - Installing Module File C:\DNN\Website\Install\Module\Survey_3.3_Install.zip:
00:02:12.968 - Installing Module File C:\DNN\Website\Install\Module\UserDefinedTable_3.03.01_Install.zip:
00:02:17.437 - Installing Module File C:\DNN\Website\Install\Module\UsersOnline_3.1_Install.zip:
00:02:18.468 - Installing Module File C:\DNN\Website\Install\Module\WhatsNew_3.3_Install.zip:
00: - Installing Module File C:\DNN\Website\Install\Module\XML_3.1_Install.zip:
00:02:19.406 - Executing Additional Scripts:
00:02:19.421 - Creating Portal: My Website
00:02:24.953 - Error: Object reference not set to an instance of an object.
Here's the error logging:
Server Error in '/DNN' 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) +483
System.Web.HttpApplication.ResumeSteps(Exception error) +539
System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +144
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +300 |
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42