Asp.net 2.0 Web Event 1309. Log Warning

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
Haak
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 43
Joined: Thu Sep 20, 2007 10:10 am

Asp.net 2.0 Web Event 1309. Log Warning

Post by Haak » Fri Aug 01, 2008 1:24 pm

Hello all,
I just noticed that have been recieving this warning in the my application log file for about two months. It happens about once a day. Not sure whats generating this any insight would be helpful.

Thanks,
Hawk

Event code: 3005
Event message: An unhandled exception has occurred.
Event time: 7/28/2008 1:20:19 PM
Event time (UTC): 7/28/2008 8:20:19 PM
Event ID: e2450e60c8034397ba5b3ef18ce7a77c
Event sequence: 2
Event occurrence: 1
Event detail code: 0

Application information:
Application domain: /LM/W3SVC/1/ROOT-1-128617500013281250
Trust level: Full
Application Virtual Path: /
Application Path: c:\inetpub\wwwroot\
Machine name: 69-64-67-26

Process information:
Process ID: 2776
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: http://hydrovation.com/Default.aspx
Request path: /Default.aspx
User host address: 67.126.55.70
User:
Is authenticated: False
Authentication Type:
Thread account name: NT AUTHORITY\NETWORK SERVICE

Thread information:
Thread ID: 1
Thread account name: NT AUTHORITY\NETWORK SERVICE
Is impersonating: False
Stack trace: at System.Web.HttpApplication.CompleteRequest()
at System.Web.HttpResponse.End()
at CommerceBuilder.Configuration.TokenBase.a()
at CommerceBuilder.Configuration.TokenBase.get_Database()
at CommerceBuilder.Stores.AuditEventDataSource.CountForStore()
at CommerceBuilder.Services.AbleCommerceHttpModule.Init(HttpApplication context)
at System.Web.HttpApplication.InitModulesCommon()
at System.Web.HttpApplication.InitInternal(HttpContext context, HttpApplicationState state, MethodInfo[] handlers)
at System.Web.HttpApplicationFactory.GetNormalApplicationInstance(HttpContext context)
at System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext context)
at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr)


Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Asp.net 2.0 Web Event 1309. Log Warning

Post by AbleMods » Sun Aug 03, 2008 9:41 pm

Does it happen EXACTLY once a day?

Almost looks like a cleanup process is crashing, but the App Log error doesn't give enough detail to narrow it down much. Put a ticket in Able and see if they can help you track it down if you haven't already.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Haak
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 43
Joined: Thu Sep 20, 2007 10:10 am

Re: Asp.net 2.0 Web Event 1309. Log Warning

Post by Haak » Mon Aug 04, 2008 12:23 pm

Thanks for the reply Joe, It seems to be twice a day for the last couple of months but as of Sunday it is happening more often. Sunday it happened seven times. Since I have no idea were this is comming from I will open a ticket.

Thanks,
Hawk

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Asp.net 2.0 Web Event 1309. Log Warning

Post by AbleMods » Mon Aug 04, 2008 12:33 pm

I've got something that's been happening on mine as well...now that you mention it I think Sunday is the day.

Now you've got me thinking - I gotta go back through my own App Logs and see if it really is on Sundays :)
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Haak
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 43
Joined: Thu Sep 20, 2007 10:10 am

Re: Asp.net 2.0 Web Event 1309. Log Warning

Post by Haak » Mon Aug 04, 2008 1:00 pm

It would be interesting to know if it is some kind of cleanup function failing or if it is a script or page not loading correctly. I was also thinking it could have something to do with Sql Server. It seems in my log files right before this Asp.net warning takes place Sql Server logs an info file that states it has been waken up from idle after such and such amount of time ...

Maybe there is a timeout from Sql Server when a page is being loaded creating this Asp.net error/ Warning?

Hawk

User avatar
AbleMods
Master Yoda
Master Yoda
Posts: 5170
Joined: Wed Sep 26, 2007 5:47 am
Location: Fort Myers, Florida USA

Re: Asp.net 2.0 Web Event 1309. Log Warning

Post by AbleMods » Mon Aug 04, 2008 2:25 pm

Long ago I heard there were certain "scheduled" internal clean up scripts that Able fires. Checks are performed when the site home page is hit. I've never explored it further so I don't know if they even exist or are accessible without the API source code.
Joe Payne
AbleCommerce Custom Programming and Modules http://www.AbleMods.com/
AbleCommerce Hosting http://www.AbleModsHosting.com/
Precise Fishing and Hunting Time Tables http://www.Solunar.com

Haak
Lieutenant, Jr. Grade (LT JG)
Lieutenant, Jr. Grade (LT JG)
Posts: 43
Joined: Thu Sep 20, 2007 10:10 am

Re: Asp.net 2.0 Web Event 1309. Log Warning

Post by Haak » Mon Aug 04, 2008 3:30 pm

It wouldn’t surprise me if there are maintenance scripts that run to keep everything in check. As soon as I get the go ahead with the higher up I will get a support ticket and hopefully this will be resolved. I will post back what I find out.

Hawk

Post Reply