I'm pretty close to giving up, with DNN and these forums forever. I am trying to get 3.3.3 or 3.3.4 installed on a 2k3 server. This server has no other installations on it. It is configured like this:
.net 1.1 and 2.0 installed.
Install/portal directory is on a D: drive
The site is setup in IIS as it's own website (not under Default Website)
object qualifier "dnn_" has been added in the web.config
YES - Network Service has full control of the directory. YES - I read the installation instructions.
The installation goes smoothly until the end, when I believe it is trying to create portal 0. All the db objects appear to have been created.
Installing DotNetNuke
Version: 03.03.04
Installation Status Report
00:00:00.015 - Installing Version: 3.1.0
00:00:00.031 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:00.062 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:00:01.218 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:00:03.733 - Installing MemberRole Provider:
00:00:03.733 - Executing InstallCommon.sql
00:00:03.982 - Executing InstallMembership.sql
00:00:04.248 - Executing InstallProfile.sql
00:00:04.326 - Executing InstallRoles.sql
00:00:04.560 - Upgrading to Version: 3.1.1
00:00:05.373 - Upgrading to Version: 3.2.0
00:00:05.404 - Upgrading to Version: 3.2.1
00:00:05.435 - Upgrading to Version: 3.2.2
00:00:05.451 - Upgrading to Version: 3.2.3
00:00:06.278 - Upgrading to Version: 3.2.4
00:00:06.310 - Upgrading to Version: 3.2.5
00:00:06.341 - Upgrading to Version: 3.2.6
00:00:06.357 - Upgrading to Version: 3.2.7
00:00:06.388 - Upgrading to Version: 3.3.0
00:00:06.403 - Upgrading to Version: 3.3.1
00:00:06.419 - Upgrading to Version: 3.3.2
00:00:06.466 - Upgrading to Version: 3.3.3
00:00:06.575 - Upgrading to Version: 3.3.4
00:00:06.575 - Performing General Upgrades
00:00:06.763 - Loading Host Settings:
00:00:06.825 - Configuring SuperUser:
00:00:07.028 - Installing Desktop Modules:
00:00:07.028 - Installing Modules:
00:00:07.044 - Installing Module File D:\Websites\intraMNO\Install\Module\Announcements_03.03.04_Install.zip:
00:00:07.544 - Installing Module File D:\Websites\intraMNO\Install\Module\Blog_3.02.00_Install.zip:
00:00:08.106 - Installing Module File D:\Websites\intraMNO\Install\Module\Contacts_3.1_Install.zip:
00:00:08.168 - Installing Module File D:\Websites\intraMNO\Install\Module\Documents_03.01.05_Install.zip:
00:00:08.309 - Installing Module File D:\Websites\intraMNO\Install\Module\Events_3.2_Install.zip:
00:00:08.887 - Installing Module File D:\Websites\intraMNO\Install\Module\FAQs_3.1_Install.zip:
00:00:08.965 - Installing Module File D:\Websites\intraMNO\Install\Module\Feedback_03.02.01_Install.zip:
00:00:09.012 - Installing Module File D:\Websites\intraMNO\Install\Module\Forum_3.20.08_Install.zip:
00:00:12.120 - Installing Module File D:\Websites\intraMNO\Install\Module\Gallery_3.0.12_Install.zip:
00:00:12.198 - Installing Module File D:\Websites\intraMNO\Install\Module\Help_2.0.4_Install.zip:
00:00:12.417 - Installing Module File D:\Websites\intraMNO\Install\Module\HTML_3.3.0_Install.zip:
00:00:12.479 - Installing Module File D:\Websites\intraMNO\Install\Module\IFrame_3.2_Install.zip:
00:00:12.604 - Installing Module File D:\Websites\intraMNO\Install\Module\Links_3.3_Install.zip:
00:00:12.729 - Installing Module File D:\Websites\intraMNO\Install\Module\Media_03.02.02_Install.zip:
00:00:12.870 - Installing Module File D:\Websites\intraMNO\Install\Module\NewsFeeds_3.1.1_Install.zip:
00:00:12.901 - Installing Module File D:\Websites\intraMNO\Install\Module\Repository_3.1.10_Install.zip:
00:00:14.276 - Installing Module File D:\Websites\intraMNO\Install\Module\Store_01.00.01_Install.zip:
00:00:14.791 - Installing Module File D:\Websites\intraMNO\Install\Module\Survey_3.3_Install.zip:
00:00:14.963 - Installing Module File D:\Websites\intraMNO\Install\Module\UserDefinedTable_3.03.03_Install.zip:
00:00:15.447 - Installing Module File D:\Websites\intraMNO\Install\Module\UsersOnline_3.1_Install.zip:
00:00:15.478 - Installing Module File D:\Websites\intraMNO\Install\Module\WhatsNew_3.3_Install.zip:
00:00:15.494 - Installing Module File D:\Websites\intraMNO\Install\Module\XML_3.1_Install.zip:
00:00:15.510 - Executing Additional Scripts:
00:00:15.525 - Creating Portal: My Website
00:00:15.838 - Error: Object reference not set to an instance of an object.
00:00:15.838 - Portal failed to install:
00:00:15.838 - Installing Optional Resources:
Installation Complete
When you click on the access the portal link:
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
[NullReferenceException: Object reference not set to an instance of an object.]
DotNetNuke.Entities.Portals.PortalSettings.GetPortalSettings(Int32 TabId, PortalAliasInfo objPortalAliasInfo) +114
DotNetNuke.Entities.Portals.PortalSettings..ctor(Int32 tabId, PortalAliasInfo objPortalAliasInfo) +93
DotNetNuke.HttpModules.UrlRewriteModule.OnBeginRequest(Object s, EventArgs e) +5896
System.Web.SyncEventExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +60
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
|
How do I troubleshoot this. Please anyone, give me some ideas.