Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Server error when installing the DNN 4.4.1Server error when installing the DNN 4.4.1
Previous
 
Next
New Post
3/9/2007 7:00 AM
 
Hi

I am using DNN 4.4.1 version.
I have used the DotNetNuke_4.4.1_Install.zip package for the installation.
When installing I got the following error.
But when I accessed the site it is coming up without any errors.
What could be the reason for failing at the end of the installation ?

Higly appreciate any help on this.
thank you
Indika

PS: Here is the message
----------------------------

Installing DotNetNuke
Version: 04.04.01



Installation Status Report
00:00:00.046 - Installing Version: 4.4.0
00:00:00.046 - Installing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.140 - Installing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:06.859 - Installing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:13.109 - Installing MemberRole Provider:
00:00:13.109 -   Installing Script: InstallCommon.sql
00:00:15.203 -   Installing Script: InstallMembership.sql
00:00:15.984 -   Installing Script: InstallProfile.sql
00:00:16.203 -   Installing Script: InstallRoles.sql
00:00:17.484 - Upgrading to Version: 4.4.1 Success
00:00:17.625 - Performing General Upgrades
00:00:17.906 - Loading Host Settings:
00:00:18.156 - Configuring SuperUser:
00:00:18.453 - Installing Modules:
00:00:18.484 -   Installing Module File Eurocenter.DNN.Login:  Success
00:00:18.765 -   Installing Module File Eurocenter.DNN.SearchInput:  Success
00:00:18.937 -   Installing Module File Eurocenter.DNN.SearchResult:  Success
00:00:19.156 -   Installing Module File Eurocenter.DNN.Test:  Success
00:00:19.312 -   Installing Module File Eurocenter.DNN.ToDoListSummary:  Success
00:00:19.500 -   Installing Module File Eurocenter.VestPortal.ToDoList:  Success
00:00:19.672 -   Installing Module File HTML_03.03.00_Install:  Success
00:00:19.844 -   Installing Module File Links_03.03.00_Install:  Success
00:00:20.125 - Executing Additional Scripts:
00:00:20.140 - Executing Script: C:\WorkDir\P59_Vest_Portal\trunk\Src\Portal\DNN\Install\Scripts\01.00.00.SqlDataProvider
00:00:20.187 -   Creating Portal: Vest Inkasso
00:00:23.953 -   Successfully Installed Portal 0:
00:00:23.953 - Installing Optional Resources:


 


--------------------------------------------------------------------------------

Server Error in '/dnn' Application.
--------------------------------------------------------------------------------

Data at the root level is invalid. Line 1, position 1.
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.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.

Source Error:


Line 132:                    Response.Write("<h2>Installation Status Report</h2>")
Line 133:                    Response.Flush()
Line 134:                    Services.Upgrade.Upgrade.InstallDNN(strProviderPath)
Line 135:
Line 136:                    Response.Write("<h2>Installation Complete</h2>")
 

Source File: C:\WorkDir\P59_Vest_Portal\trunk\Src\Portal\DNN\Install\Install.aspx.vb    Line: 134

Stack Trace:


[XmlException: Data at the root level is invalid. Line 1, position 1.]
   System.Xml.XmlTextReaderImpl.Throw(Exception e) +87
   System.Xml.XmlTextReaderImpl.Throw(String res, String arg) +127
   System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace() +1906526
   System.Xml.XmlTextReaderImpl.ParseDocumentContent() +503
   System.Xml.XmlTextReaderImpl.Read() +38
   System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace) +145
   System.Xml.XmlDocument.Load(XmlReader reader) +96
   System.Xml.XmlDocument.Load(String filename) +157
   DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean status, Int32 indent, String type) +2239
   DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +1780
   DotNetNuke.Framework.Install.InstallApplication() in C:\WorkDir\P59_Vest_Portal\trunk\Src\Portal\DNN\Install\Install.aspx.vb:134
   DotNetNuke.Framework.Install.Page_Load(Object sender, EventArgs e) in C:\WorkDir\P59_Vest_Portal\trunk\Src\Portal\DNN\Install\Install.aspx.vb:382
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061

 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42
 
New Post
3/9/2007 11:52 AM
 

I have noticed a few other users that have experience the same difficulties, however their sites did function correctly as well.


-Mitchel Sellers
Microsoft MVP, ASPInsider, DNN MVP
CEO/Director of Development - IowaComputerGurus Inc.
LinkedIn Profile

Visit mitchelsellers.com for my mostly DNN Blog and support forum.

Visit IowaComputerGurus.com for free DNN Modules, DNN Performance Tips, DNN Consulting Quotes, and DNN Technical Support Services
 
New Post
3/11/2007 10:33 PM
 
Yes, in my case also the site is working correctly.
But would you be able to give me a reason for that?

thanks
Indika
 
New Post
3/12/2007 10:03 AM
 

Seems some xml file is not properly formatted.
It looks like "some xml file" might be a status report of the installation, so if that is the only thing that went wrong you should be fine.

 
New Post
3/13/2007 10:32 PM
 
I have managed to fix this error by doing the following but it is weird to say the least.
What I did was removed the ".resources" files in the Install/Module folder and the error was not there anymore.
But it is strange to me.When I installed the DNN 4.4.1 version very first time I didnt get that error.

Any thoughts on this?
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Server error when installing the DNN 4.4.1Server error when installing the DNN 4.4.1


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out