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

HomeHomeDevelopment and...Development and...DNN Platform (o...DNN Platform (o...Error during installation Error during installation
Previous
 
Next
New Post
1/29/2010 2:24 AM
 

Hi,

Hope someone can help me with installation errors. I tried installing both 4.9.0 and 5.1.4 but encountered the same error. I just havent a clue of what causing it. I have installed 4.9.0 before and everything was ok but today it gives errors.

Version: 04.09.00



 

Installation Status Report

00: - Installing Version: 4.4.0
00: -   Executing Script: DotNetNuke.SetUp.SqlDataProvider Success
00:00:00.046 -   Executing Script: DotNetNuke.Schema.SqlDataProvider Success
00:00:02.484 -   Executing Script: DotNetNuke.Data.SqlDataProvider Success
00:00:05.828 - Installing MemberRole Provider:
00:00:05.828 -   Executing Script: InstallCommon
00:00:06.281 -   Executing Script: InstallMembership
00:00:06.578 -   Executing Script: InstallProfile
00:00:06.718 -   Executing Script: InstallRoles
00:00:06.953 - Upgrading to Version: 4.9.0
00:00:06.968 -   Executing Script: 04.04.01.SqlDataProvider Success
00:00:07.046 -   Executing Script: 04.05.00.SqlDataProvider Success
00:00:07.890 -   Executing Script: 04.05.01.SqlDataProvider Success
00:00:08.093 -   Executing Script: 04.05.02.SqlDataProvider Success
00:00:08.312 -   Executing Script: 04.05.03.SqlDataProvider Success
00:00:08.375 -   Executing Script: 04.05.04.SqlDataProvider Success
00:00:08.406 -   Executing Script: 04.05.05.SqlDataProvider Success
00:00:08.421 -   Executing Script: 04.06.00.SqlDataProvider

 

 

 


 

 

Server Error in '/holiday' Application.

Runtime Error

after changing the custom error mode to Off, I got the following:

Upgrading DotNetNuke

Current Assembly Version: 04.09.00

Current Database Version: 04.05.05



 

Upgrade Status Report

00: - Upgrading to Version: 4.9.0
00:00:00.015 -   Executing Script: 04.06.00.SqlDataProvider

 

 


Server Error in '/holiday' Application.

Access to the path 'E:\Websites\www.holiday.com\Portals\_default\04.06.00.config' is denied.

 

if someone could explain to me in layman term will be good.

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.UnauthorizedAccessException: Access to the path 'E:\Websites\www.holiday.com\Portals\_default\04.06.00.config' is denied.

ASP.NET is not authorized to access the requested resource. Consider granting access rights to the resource to the ASP.NET request identity. ASP.NET has a base process identity (typically {MACHINE}\ASPNET on IIS 5 or Network Service on IIS 6) that is used if the application is not impersonating. If the application is impersonating via <identity impersonate="true"/>, the identity will be the anonymous user (typically IUSR_MACHINENAME) or the authenticated request user.

To grant ASP.NET access to a file, right-click the file in Explorer, choose "Properties" and select the Security tab. Click "Add" to add the appropriate user or group. Highlight the ASP.NET account, and check the boxes for the desired access.

Source Error:

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:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

  <%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
   <system.web>
       <compilation debug="true"/>
   </system.web>
</configuration>

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.

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.

Stack Trace:

[UnauthorizedAccessException: Access to the path 'E:\Websites\www.holiday.com\Portals\_default\04.06.00.config' is denied.]
   System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) +7714255
   System.IO.File.SetAttributes(String path, FileAttributes fileAttributes) +161
   DotNetNuke.Services.Upgrade.Upgrade.UpdateConfig(String strVersion) +88
   DotNetNuke.Services.Upgrade.Upgrade.ExecuteScript(String strScriptFile, String version, Boolean writeFeedback) +209
   DotNetNuke.Services.Upgrade.Upgrade.UpgradeVersion(String strScriptFile, Boolean writeFeedback) +124
   DotNetNuke.Services.Upgrade.Upgrade.UpgradeDNN(String strProviderPath, String strDatabaseVersion) +395
   DotNetNuke.Services.Install.Install.UpgradeApplication() +875
   DotNetNuke.Services.Install.Install.Page_Load(Object sender, EventArgs e) +272
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627

thanks,

nitha


Cheers, Nitha
 
New Post
1/29/2010 3:52 AM
 

Hi

Does Windows User Account who runs Application Pool have 'full control' on directories of your website ?
You have to apply these permissions on root folder and subfolders.

Other else, Windows indexing service may lock files. I suggest you to disable it for website folders.

Hopes that help.




Stéphane TETARD
ARICIE - Member of DotNetNuke France
 
New Post
1/31/2010 8:12 PM
 

Thanks heaps, installation was successful but when i clicked the Click here to access the portal i encountered the following error. Please help.

Domain Name 210.247.213.6/holiday Does Not Exist In The Database

DotNetNuke supports multiple portals from a single database/codebase. It accomplishes this by converting the URL of the client browser Request to a valid PortalID in the Portals database table. The following steps describe the process:

 

  1. Web Server Processing
    • When a web server receives a Request from a client browser, it compares the file name extension on the target URL resource to its Application Extension Mappings defined in IIS.
    • Based on the corresponding match, IIS then sends the Request to the defined Executable Path ( aspnet_asapi.dll in the case of ASP.NET Requests ).
    • The aspnet_isapi.dll engine processes the Request in an ordered series of events beginning with Application_BeginRequest.
  2. HttpModule.URLRewrite OnBeginRequest ( UrlRewriteModule.vb )
    • The Request URL is parsed based on the "/" character
    • A Domain Name is constructed using each of the relevant parsed URL segments.

      Examples:

      URL: http://www.domain.com/default.aspx = Domain Name: www.domain.com
      URL: http://209.75.24.131/default.aspx = Domain Name: 209.75.24.131
      URL: http://localhost/DotNetNuke/default.aspx = Domain Name: localhost/DotNetNuke
      URL: http://www.domain.com/virtualdirectory/default.aspx = Domain Name: www.domain.com/virtualdirectory
      URL: http://www.domain.com/directory/default.aspx = Domain Name: www.domain.com/directory
    • Using the Domain Name, the application queries the database ( PortalAlias table - HTTPAlias field ) to locate a matching record.

      Note: If there are multiple URLs which correspond to the same portal then you can add multiple records to the PortalAlias table pointing to the same portal (PortalId).

      Note: If you are installing the application to a remote server you must modify the HTTPAlias field value for the default record in the PortalAlias table according to the rules defined above.

 


Cheers, Nitha
 
Previous
 
Next
HomeHomeDevelopment and...Development and...DNN Platform (o...DNN Platform (o...Error during installation Error during installation


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