I have an iMac (early 2010) running 10.7.2 but the problem has been seen on 10.6.x also. The symptom is simple, one of my 2 cores is sitting at 100% utilization with the Java process responsible for the excessive usage.
What have I done to troubleshoot?
- Reboot - The java process simply restarts and the same condition is seen.
- Kill the Java process - As with a reboot.
- Uninstall and reinstall Java - Soon after installing Java the CPU is back at 100%.
Using ps "process id" I can see that it is launchd spawning the process and that the command used to start the process is:
java -Djava.awt.headless=true -jar /tmp/ics29586The ics29586 file is an 11mb binary file.
- Deleted the ics29586 file - File is recreated at next process restart and same condition is seen
- Created a new user account, rebooted and logged in as the new user - Same condition is seen.
- Played with Java settings and restarted the process after each change - Same condition seen.
- Complete machine rebuild - Soon after installing Java the CPU is back at 100%.
So, has anyone either got the the answer for what is causing it and how to fix it, or some advice on ways of further troubleshooting the issue?
In response to some of the comments asking for more info:
- I'm not running crashplan.
I couldn't work out how to get Activity Monitor to show me open files, but googling suggested LSOF was a good match for what you wanted to know. It showed no open files:
Deep-Desk:LaunchAgents photo$ sudo lsof -c java Deep-Desk:LaunchAgents photo$There are 220 ports open for the Java process at present
The only file of interest in either the LaunchDaemons or LaunchAgents folders is:
-rw-r--r-- 1 root wheel 568B 10 Mar 2011 com.microsoft.office.licensing.helper.plistEverything else is either com.apple or has a date well after the problem first manifested. By way of a test I have renamed the com.microsoft file to old.com.microsoft but it made no difference. I also moved the file completely out the LaunchDaemons directory and that made no difference either, the process still respawns, hangs around not doing much for a few minutes, then goes out of control and consumes all the CPU on 1 core.
com.appleand has e.g. a modification date different from all others? – Daniel Beck Jan 6 '12 at 15:18com.microsoft.office.licensing.helper.plistfile? What happens when you runlaunchctl unload -w com.microsoft.office.licensing.helper? – Daniel Beck Jan 7 '12 at 12:36