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 ...Page Load Exception - Non-existing ModulePage Load Exception - Non-existing Module
Previous
 
Next
New Post
12/1/2010 9:45 AM
 
The following error is being thrown continually, apparently for non-existent modules.  not sure how this happened over the 2 years or so that the site has been active.  However, if the module does not exist, then this type of error should be trapped and not displayed in the event log as an error.
AssemblyVersion: 5.5.1
PortalID: 0
PortalName: Arlington-Fairfax Elks Lodge #2188
UserID: -1
UserName:
ActiveTabID: 56
ActiveTabName: Leadership
RawURL: /dotnetnuke/LinkClick.aspx?fileticket=l3EHbwKm12Y%25253D&tabid=56&mid=472
AbsoluteURL: /dotnetnuke/LinkClick.aspx
AbsoluteURLReferrer: http://www.bpoe2188.org/dotnetnuke/LinkClick.aspx?fileticket=l3EHbwKm12Y%25253D&tabid=56&mid=472
UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; Maxthon; .NET CLR 1.1.4322)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: b668adbd-efe5-4918-9caf-af26ecf35b6d
InnerException: Not Found
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: DotNetNuke.Services.FileSystem.FileServerHandler.ProcessRequest
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Not Found ---> System.Web.HttpException: Not Foundat DotNetNuke.Services.FileSystem.FileServerHandler.ProcessRequest(HttpContext context)at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)--- End of inner exception stack trace ---
Source:
Server Name: W2K3-WEB53

Regards
Hans
 
New Post
12/1/2010 8:25 PM
 
Hans,

Is it possible that the Application Pool under which the site was running was changed to ASP.Net 4.0? The error referrs to the LinkClick.aspx handler being not found. LinkClick.aspx is not an actual file but rather an HttpHandler which is registered in web.config. When moving to ASP.Net 4.0, there are several changes automatically made to web.config. However, a necessary change to the preCondition attribute for some of the HttpHandlers added in the web.config section <system.webServer><handlers> . . . </handlers> is not currently being done automatically - it will be in DNN 5.06.01. Note this possibility only applies to IIS 7 and 7.5.

If this may apply to your installation, change the following attribute value:

preCondition="integratedMode,runtimeVersionv2.0"

to

preCondition="integratedMode,runtimeVersionv4.0"

wherever you find it in the <handlers> section.


Bill, WESNet Designs
Team Lead - DotNetNuke Gallery Module Project (Not Actively Being Developed)
Extensions Forge Projects . . .
Current: UserExport, ContentDeJour, ePrayer, DNN NewsTicker, By Invitation
Coming Soon: FRBO-For Rent By Owner
 
New Post
12/2/2010 9:57 AM
 
Bill,

the ISP is running IIS6, not with the ASP Net 4.0.

The issue is that the module Id (472) on TabId 56  does not exist in the Modules table in the database.  thus, some method is attempting to access this non-existent module and the error apparently is 'falling thru" to the HTTP error condition.

thus, my conclusion that there is an un-trapped error condition in play here.

Regards
Hans
 
Previous
 
Next
HomeHomeGetting StartedGetting StartedInstalling DNN ...Installing DNN ...Page Load Exception - Non-existing ModulePage Load Exception - Non-existing Module


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