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 ...Installing Optional Resources ErrorInstalling Optional Resources Error
Previous
 
Next
New Post
2/28/2008 6:08 PM
 

I was wondering what could possibly be causing this error during a dotnetnuke web driven install. It dies while installing the optional resources.   I have double checked the permissions and setup my virtual directory properly. Thanks in advance. Here is the stack trace:

<html>
<head>
  <title>DotNetNuke</title>
  <link rel="stylesheet" type="text/css" href="Install.css">
</head>
<body BOTTOMMARGIN="5" LEFTMARGIN="5" TOPMARGIN="5" RIGHTMARGIN="5" MARGINWIDTH="0" MARGINHEIGHT="0">
  <img src="logo.gif" border="0">
  <br />
<!-- tags excluded on purpose so that installation feedback messages are displayed
</body>
</html>
-->                                                          
<h1>Installing DotNetNuke</h1><h2>Version: 04.05.03</h2><br><br><h2>Installation Status Report</h2>00:00:00.046 -&nbsp;Installing Version: 4.4.0<br>00:00:00.046 -&nbsp;&nbsp;&nbsp;Executing Script: DotNetNuke.SetUp.SqlDataProvider&nbsp;<font color='green'>Success</font><br>00:00:00.093 -&nbsp;&nbsp;&nbsp;Executing Script: DotNetNuke.Schema.SqlDataProvider&nbsp;<font color='green'>Success</font><br>00:00:05.546 -&nbsp;&nbsp;&nbsp;Executing Script: DotNetNuke.Data.SqlDataProvider&nbsp;<font color='green'>Success</font><br>00:00:08.671 -&nbsp;Installing MemberRole Provider:<br>00:00:08.671 -&nbsp;&nbsp;&nbsp;Executing Script: InstallCommon.sql<br>00:00:09.156 -&nbsp;&nbsp;&nbsp;Executing Script: InstallMembership.sql<br>00:00:09.577 -&nbsp;&nbsp;&nbsp;Executing Script: InstallProfile.sql<br>00:00:09.702 -&nbsp;&nbsp;&nbsp;Executing Script: InstallRoles.sql<br>00:00:09.937 -&nbsp;Upgrading to Version: 4.5.3<br/>00:00:09.952 -&nbsp;&nbsp;&nbsp;Executing Script: 04.04.01.SqlDataProvider&nbsp;<font color='green'>Success</font><br>00:00:10.062 -&nbsp;&nbsp;&nbsp;Executing Script: 04.05.00.SqlDataProvider&nbsp;<font color='green'>Success</font><br>00:00:10.796 -&nbsp;&nbsp;&nbsp;Executing Script: 04.05.01.SqlDataProvider&nbsp;<font color='green'>Success</font><br>00:00:10.968 -&nbsp;&nbsp;&nbsp;Executing Script: 04.05.02.SqlDataProvider&nbsp;<font color='green'>Success</font><br>00:00:11.265 -&nbsp;&nbsp;&nbsp;Executing Script: 04.05.03.SqlDataProvider&nbsp;<font color='green'>Success</font><br>00:00:11.359 -&nbsp;Performing General Upgrades<br>00:00:11.609 -&nbsp;Loading Host Settings:<br>00:00:11.718 -&nbsp;Configuring SuperUser:<br>00:00:12.296 -&nbsp;Installing Modules:<br>00:00:12.312 -&nbsp;&nbsp;&nbsp;Installing Module File HTML_04.05.00_Install: &nbsp;<font color='green'>Success</font><br>00:00:13.109 -&nbsp;&nbsp;&nbsp;Installing Module File Links_03.03.07_Install: &nbsp;<font color='green'>Success</font><br>00:00:13.484 -&nbsp;Executing Additional Scripts:<br>00:00:13.499 -&nbsp;&nbsp;&nbsp;Creating Portal: My Website<br>00:00:16.577 -&nbsp;&nbsp;&nbsp;<font color='green'>Successfully Installed Portal 0:</font><br>00:00:16.577 -&nbsp;Installing Optional Resources:<br>

</pre></table></table></table></table></table></font></font></font></font></font></i></i></i></i></i></b></b></b></b></b></u></u></u></u></u><p>&nbsp;</p><hr>

<html>
    <head>
        <title>Data at the root level is invalid. Line 1, position 1.</title>
        <style>
         body {font-family:"Verdana";font-weight:normal;font-size: .7em;color:black;}
         p {font-family:"Verdana";font-weight:normal;color:black;margin-top: -5px}
         b {font-family:"Verdana";font-weight:bold;color:black;margin-top: -5px}
         H1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
         H2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon }
         pre {font-family:"Lucida Console";font-size: .9em}
         .marker {font-weight: bold; color: black;text-decoration: none;}
         .version {color: gray;}
         .error {margin-bottom: 10px;}
         .expandable { text-decoration:underline; font-weight:bold; color:navy; cursor:hand; }
        </style>
    </head>

    <body bgcolor="white">

            <span><H1>Server Error in '/portal' Application.<hr width=100% size=1 color=silver></H1>

            <h2> <i>Data at the root level is invalid. Line 1, position 1.</i> </h2></span>

            <font face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif ">

            <b> Description: </b>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.

            <br><br>

            <b> Exception Details: </b>System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.<br><br>

            <b>Source Error:</b> <br><br>

            <table width=100% bgcolor="#ffffcc">
               <tr>
                  <td>

                      <code>

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:<br><br>1. Add a &quot;Debug=true&quot; directive at the top of the file that generated the error. Example:<br><br> &nbsp;&nbsp;&lt;%@ Page Language=&quot;C#&quot; Debug=&quot;true&quot; %&gt;<br><br>or:<br><br>2) Add the following section to the configuration file of your application:<br><br>&lt;configuration&gt;<br> &nbsp;&nbsp;&nbsp;&lt;system.web&gt;<br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;compilation debug=&quot;true&quot;/&gt;<br> &nbsp;&nbsp;&nbsp;&lt;/system.web&gt;<br>&lt;/configuration&gt;<br><br> Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.<br><br>Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.</code>

                  </td>
               </tr>
            </table>

            <br>

            <b>Stack Trace:</b> <br><br>

            <table width=100% bgcolor="#ffffcc">

               <tr>
                  <td>
                      <code><pre>

[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() +1906670
   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.InstallPortal(String strFile, Boolean writeFeedback, Int32 indent) +291
   DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean writeFeedback, Int32 indent, String type) +867
   DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath) +717
   DotNetNuke.Services.Install.Install.InstallApplication() +375
   DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) +274
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +47
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1061
</pre></code>

                  </td>
               </tr>
            </table>

            <br>

            <hr width=100% size=1 color=silver>

            <b>Version Information:</b>&nbsp;Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.42

            </font>

    </body>
</html>
<!--
[XmlException]: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.Throw(String res, String arg)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlTextReaderImpl.Read()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.Load(String filename)
   at DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.InstallPortal(String strFile, Boolean writeFeedback, Int32 indent)
   at DotNetNuke.Modules.Admin.ResourceInstaller.ResourceInstaller.Install(Boolean writeFeedback, Int32 indent, String type)
   at DotNetNuke.Services.Upgrade.Upgrade.InstallDNN(String strProviderPath)
   at DotNetNuke.Services.Install.Install.InstallApplication()
   at DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e)
   at System.Web.UI.Control.OnLoad(EventArgs e)
   at System.Web.UI.Control.LoadRecursive()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
[HttpUnhandledException]: Exception of type 'System.Web.HttpUnhandledException' was thrown.
   at System.Web.UI.Page.HandleError(Exception e)
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.install_install_aspx.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
--><!--
This error page might contain sensitive information because ASP.NET is configured to show verbose error messages using &lt;customErrors mode="Off"/&gt;. Consider using &lt;customErrors mode="On"/&gt; or &lt;customErrors mode="RemoteOnly"/&gt; in production environments.-->

 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Installing Optional Resources ErrorInstalling Optional Resources Error


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