Subject: Run from GPO?
Posted: 10 April 2016 at 4:15pm
Thanks,I used a registry entry in GP instead of a script. Left the .exe and .bgi files in the same place. It worked fine.
My problem isa little bit different. I have a web application deployed under JBoss 7 (using 64bitsjdk1.6.0_38) on a Windows2012 server. Randomly the CPU of the server jumps at50% and 100%. Using Process Explorer I was able to find out that the culprit isa thread in java.exe (two in case the CPU is at 100%). Using Process Explorer Igot a thread stack
ntoskrnl.exe!KeSynchronizeExecution+0x2246
ntoskrnl.exe!KeWaitForMultipleObjects+0x135e
ntoskrnl.exe!KeWaitForMultipleObjects+0xdd9
ntoskrnl.exe!KeWaitForSingleObject+0x373
ntoskrnl.exe!KeStallWhileFrozen+0x1977
ntoskrnl.exe!KeIsAttachedProcess+0x95d
ntoskrnl.exe!KeSynchronizeExecution+0x4133
However, I haveno clue where and what to search for. With Windows Performance Kit I did arecord of about 1 minute when the CPU was at 50% (the thread that uses the CPUis 5444) https://dl.dropboxusercontent.com/u/90871223/SRVERNST.04-11-2016.11-51-11.zip.Can you please help me to find out what this thread is doing and why?
Thank you