Hello,
I have found one of my problems was with security and I fixed that problem I have come up with a new problem. I am trying to install DotNetNuke on my MS Server 2003 Web Edition and my SQL database is on a different server that is a MS SBS 2003. Neither server has a FQDN so I am accessing the SQL via IP address. It appears that the SQL database is initally being updated but half way through the install I get an aborted message and do not understand why. The error is as follows:
Installing DotNetNuke
Version: 03.01.01
Installation Status Report
00:00:01.622 - Installing Version: 3.1.0
00:00:01.632 - Installing Script: DotNetNuke.SetUp.SqlDataProvider
00:00:02.303 - Installing Script: DotNetNuke.Schema.SqlDataProvider
00:02:44.827 - Installing Script: DotNetNuke.Data.SqlDataProvider
00:03:19.757 - Installing MemberRole Provider:
00:03:19.767 - Executing InstallCommon.sql
00:03:34.358 - Executing InstallMembership.sql
00:03:47.146 - Executing InstallProfile.sql
00:03:55.668 - Executing InstallRoles.sql
00:04:09.448 - Upgrading to Version: 3.1.1
00:04:41.544 - Performing General Upgrades
00:04:47.954 - Loading Host Settings:
00:04:56.215 - Configuring SuperUser:
00:04:59.360 - Installing Desktop Modules:
00:04:59.360 - Installing Modules:
00:04:59.400 - Installing Module File C:\Websites\DotNetNuke\Install\Module\Announcements_3.1_Source.zip:
00:05:07.221 - Installing Module File C:\Websites\DotNetNuke\Install\Module\Contacts_3.1_Source.zip:
00:05:12.749 - Installing Module File C:\Websites\DotNetNuke\Install\Module\Discussions_3.1_Source.zip:
00:05:18.097 - Installing Module File C:\Websites\DotNetNuke\Install\Module\Documents_3.1_Source.zip:
00:05:23.415 - Installing Module File C:\Websites\DotNetNuke\Install\Module\Events_3.1_Source.zip:
00:05:32.918 - Installing Module File C:\Websites\DotNetNuke\Install\Module\FAQs_3.1_Source.zip:
00:05:39.217 - Installing Module File C:\Websites\DotNetNuke\Install\Module\Feedback_3.1_Source.zip:
00:05:40.950 - Installing Module File C:\Websites\DotNetNuke\Install\Module\HTML_3.1_Source.zip:
00:05:44.315 - Installing Module File C:\Websites\DotNetNuke\Install\Module\IFrame_3.1_Source.zip:
00:05:45.897 - Installing Module File C:\Websites\DotNetNuke\Install\Module\Image_3.1_Source.zip:
00:05:47.880 - Installing Module File C:\Websites\DotNetNuke\Install\Module\Links_3.1_Source.zip:
00:05:51.745 - Installing Module File C:\Websites\DotNetNuke\Install\Module\NewsFeeds_3.1_Source.zip:
00:05:53.167 - Installing Module File C:\Websites\DotNetNuke\Install\Module\Survey_3.1_Source.zip:
00:05:59.336 - Installing Module File C:\Websites\DotNetNuke\Install\Module\UserDefinedTable_3.1_Source.zip:
00:06:05.745 - Installing Module File C:\Websites\DotNetNuke\Install\Module\UsersOnline_3.1_Source.zip:
00:06:08.309 - Installing Module File C:\Websites\DotNetNuke\Install\Module\XML_3.1_Source.zip:
00:06:10.983 - Executing Additional Scripts:
00:06:10.993 - Creating Portal: My Website
00:06:51.281 - Error: Thread was being aborted.
Server Error in '/DotNetNuke' 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) +408
System.Web.HttpApplication.ResumeSteps(Exception error) +329
System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) +226
System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +486 |
Version Information: Microsoft .NET Framework Version:1.1.4322.2300; ASP.NET Version:1.1.4322.2300
I do not understand what this stack trace is telling me. Please Advise
Thank You,
Joe Bucar