Event Viewer: Event ID 2 'Session "Circular Kernel Context Logger" failed to start with the following error: 0xC0000035'

2

I've had 40 of these errors in the last 7 days. Can anyone give an explanation of the error and what I might do to correct it? I'm running Windows 7 Ultimate 64 bit. As a possibly important aside I'm runnning a copy of Windows 7 that I've yet to activate (still trying to find the damn code before I cough up dough for the new one.)

windows-7
event-viewer
asked on Super User Jun 10, 2011 by Lil' Smokey

3 Answers

3

0xC0000035 stands for STATUS_OBJECT_NAME_COLLISION, which means two objects names collide.

First of all, before going further you should confirm that the logger is actually working:

  1. Open Control Panel -> System -> Administrative Tools -> Performance Monitor.

  2. Under Data Collector Sets -> Event Trace Sessions, verify that the Context Logger is running.

If it is running, there isn't really a problem; so you should just filter or ignore the error and move on.

If there is however a problem, you can try some suggestions or analyze the prolem in more details:

  1. Check what happens with the log files by using Process Monitor and look at C:\PerfLogs\Admin and also pay noitce for any other failing operations when you restart the Context Logger yourself.

  2. Use API Monitor and hook into the object name related functions or modules, this requires research...

answered on Super User Jun 11, 2011 by Tamara Wijsman • edited Mar 20, 2017 by Community
1
0

I found this worked for a number of people:

ipconfig /flushdns ipconfig /release /all they rebooted, but ipconfig /renew should work

They reported no errors after that.

http://social.technet.microsoft.com/Forums/en/w7itproperf/thread/1ad12734-3cd2-4733-936d-9c4071ecdb63

answered on Super User Jun 10, 2011 by KCotreau

User contributions licensed under CC BY-SA 3.0