I get an error in the event viewer, 14057 (Full Version)

All Forums >> [ISA 2006 Misc.] >> ISA 2006 Programming



Message


mattias.bergkvist -> I get an error in the event viewer, 14057 (27.Jun.2008 11:04:28 AM)

I get an error in the event viewer, 14057:
The Firewall service stopped because an application filter module P:\Program  Files\Microsoft ISA Server\wspsrv.exe generated an exception code C0000005 in  address 004702DC when function CompleteAsyncAccept was called. To resolve  this error, remove recently installed application filters and restart the 

Are there someone that know what it can be?

C0000005 is ACCESS_VIOLATION but where?

It is always happening when I install my webfilter, but I have try and catch everywhere in my code, so if it happens there I catch it. I have no idée what it can be.

I use ISA 2006.

Regards
Mattias




mattias.bergkvist -> RE: I get an error in the event viewer, 14057 (2.Jul.2008 5:39:00 AM)

Hello Everybody!

Is there any body who knows what it can be?

Regards
Mattias Bergkvist




fixitchris -> RE: I get an error in the event viewer, 14057 (18.Jul.2008 9:37:10 AM)

So the CompleteAsyncAccept throws an Access Denied?




JesseA -> RE: I get an error in the event viewer, 14057 (18.Jul.2008 12:09:16 PM)

I doubt CompleteAsyncAccept can be related to web filters. So probably it is just an after-effect of some another problem. For example it could be a memory corruption caused by your web filter. In this case you can try to use page heap flags in debugging tools.




Nick [UWE] -> RE: I get an error in the event viewer, 14057 (10.Sep.2008 11:25:02 AM)

We're getting something very similar to this as well ... only started happening recently. We've just setup debugdiag so should hopefully have some useful info soon.




mattias.bergkvist -> RE: I get an error in the event viewer, 14057 (10.Oct.2008 2:48:44 AM)

I think it was a bad pointer to the memcpy that cause the error.
I do all the copy myself instead for using memcpy.

I hope it help someone
Mattias Bergkvist




Page: [1]