Hi there,

When I deployed our latest version of our application to the server we
started getting OutOfMemoryExceptions. Those errors didn't display
alot of information but there were plenty of other yellow warnings to
go around. I'm having problems to determine if these errors are caused
by or are causing the OutOfMemoryException.

One reaccuring error I'm getting that I suspect might be a source of
the memory problem is this:
----
Event code: 3005

Event message: An unhandled exception has occurred.
Event time: 1/21/2010 4:12:11 PM
Event time (UTC): 1/21/2010 3:12:11 PM
Event ID: 621383ee52204d1c969947961ce932df
Event sequence: 21
Event occurrence: 10
Event detail code: 0


Exception information:
    Exception type: NullReferenceException
    Exception message: Object reference not set to an instance of an
object.

Thread information:
    Thread ID: 8
    Thread account name: NT AUTHORITY\NETWORK SERVICE
    Is impersonating: False
    Stack trace:    at
NHibernate.Burrow.WebUtil.WebUtilHTTPModule.Sniffer()
   at NHibernate.Burrow.WebUtil.WebUtilHTTPModule.BeginContext(Object
sender, EventArgs e)
   at
System.Web.HttpApplication.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute
()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step,
Boolean& completedSynchronously)
----

I've tried googling it but i can't find anything about
WebUtilHTTPModule.Sniffer() or .WebUtilHTTPModule.BeginContext. Like I
said, there are other warnings too, mappingexceptions for example.
Can't fin anything wrong with the mappings and they are working
locally so the above message is my best clue to finding the problem.

Can anyone tell me what the above message is about?
-- 
You received this message because you are subscribed to the Google Groups 
"nhusers" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/nhusers?hl=en.


Reply via email to