Error in old CSLA object...Data Portal issue

Error in old CSLA object...Data Portal issue

Old forum URL: forums.lhotka.net/forums/t/10491.aspx


ltgrady posted on Tuesday, July 05, 2011

We have an older CSLA application, running version 2.x.  We're getting a very odd error and I can't figure out where it's coming from.  Our entire application is trapped in the global.asax Application_Error block, but we're getting an unhandled exception for the app pool.  I can't figure out how it's not being trapped and what the error could be...

 

Log Name:      Application
Source:        ASP.NET 2.0.50727.0
Date:          7/5/2011 8:25:47 AM
Event ID:      1309
Task Category: Web Event
Level:         Warning
Keywords:      Classic
User:          N/A
Computer:      276297-www2
Description:
Event code: 3005 

Event message: An unhandled exception has occurred. 
Event time: 7/5/2011 8:25:47 AM 
Event time (UTC): 7/5/2011 1:25:47 PM 
Event ID: 1e784c79c25644abb9ac531d0832c577 
Event sequence: 1631 
Event occurrence: 5 
Event detail code: 0 

Application information: 
    Application domain: /LM/W3SVC/2/ROOT-1-129543368185225743 
    Trust level: Full 
    Application Virtual Path: / 
    Application Path: C:\Replink\PROJECTS\ReplinkDotNet\ 
    Machine name: 276297-WWW2 
Process information: 
    Process ID: 4844 
    Process name: w3wp.exe 
    Account name: NT AUTHORITY\NETWORK SERVICE  

Exception information: 
    Exception type: NullReferenceException 
    Exception message: Object reference not set to an instance of an object. 
 
Request information: 
    Request URL:  
    Request path:  
    User host address:  
    User:  
    Is authenticated: False 
    Authentication Type:  
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
 
Thread information: 
    Thread ID: 17 
    Thread account name: NT AUTHORITY\NETWORK SERVICE 
    Is impersonating: False 
    Stack trace:    at CSLA.Server.DataPortal.CallMethod(Object obj, String method, Object[] p) C:\Replink\PROJECTS\ReplinkDotNetSolution\CSLA.Server.DataPortal\DataPortal.cs:line 314
   at CSLA.Server.DataPortal.Fetch(Object criteria, DataPortalContext context) in C:\Replink\PROJECTS\ReplinkDotNetSolution\CSLA.Server.DataPortal\DataPortal.cs:line 84

 

Copyright (c) Marimer LLC