Session "Circular Kernel Context Logger" failed to start with the following error: 0xC0000035
Event ID 2
Source
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:
- Open Control Panel -> System -> Administrative Tools -> Performance Monitor.
- Under Data Collector Sets -> Event Trace Sessions, verify that the Context Logger is running.
If there is however a problem, you can try some suggestions or analyze the prolem in more details:
- 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. - Use API Monitor and hook into the object name related functions or modules, this requires research...
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
===============
Session "Circular Kernel Context Logger" failed to start with the following error: 0xC0000035:
Windows version: Windows 7 64bit
If you are getting this message do as follows:
Windows version: Windows 7 64bit
If you are getting this message do as follows:
- Start
- click All Programs, and then click Accessories.
- Right-click Command Prompt, and then click Run as administrator.
- Type powercfg -h on and then press ENTER.
No comments:
Post a Comment