Akamai plist error in console - you downloaded an Adobe product, didn't you?
Inaugurating a new "Geek" category for this post with the hope that I can prune back most of the current categories into Geek and Non-Geek. Anyway =>
You're probably on a Macintosh and noticed it hanging momentarily every ten seconds or so. You probably recently downloaded Photoshop or Dreamweaver or some other Adobe product that made you download and install the Akamai download manager before it would let you download and install the Adobe product you wanted in the first place. Being conscientious about organization and maintenance of the files in your computer you probably deleted the Akamai download manager after you used it. You went on your merry way and are probably enjoying your Adobe product. At some point you realized this really annoying hang that your computer has been doing. You went to the Console app and saw a list of error messages a mile long about a call to some plist feature that OS X couldn't find. You have glimpsed the trail of your enemy. A brief Google search turned up a few dated clues. You've found yourself here. Welcome. Let's kill that fucker, shall we?
Here's the error -
3/19/10 12:10:10 PM com.apple.launchd.peruser.501[398] (com.akamai.client.plist[606]) Bug: launchd_core_logic.c:4103 (23932):13
3/19/10 12:10:10 PM com.apple.launchd.peruser.501[398] (com.akamai.client.plist[606]) posix_spawn("/Applications/Akamai/loader.pl", ...): No such file or directory
3/19/10 12:10:10 PM com.apple.launchd.peruser.501[398] (com.akamai.client.plist[606]) Exited with exit code: 1
3/19/10 12:10:10 PM com.apple.launchd.peruser.501[398] (com.akamai.client.plist) Throttling respawn: Will start in 10 seconds
Well, thanks a lot. You check out your Library folders and can't find a plist item for Akamai. You can't find anything for com.apple.launchd. Spotlight doesn't find anything for Akamai. Spotlight doesn't find anything for com.apple.launched.peruser. The trail is going cold. This is why you hate "download managers". Aren't you capable of managing your own downloads?
Well, the sad news is that since you're a conscientious, but perhaps not completely and utterly thorough computer user, you didn't dive deep into the README that was provided in the Akamai folder. There was actually some useful info buried in there. Here's the fix.
First, you have to go back to Adobe and pick out any trial product to use (again). This will cause the Akamai thing to be reinstalled on your system, which is all you're after. It'll download that goofy Akamai thing again to a disk image which you then install. It will then start downloading the Adobe whatever. You can stop the download at that point. Now open up the Terminal and paste this command -
/Applications/Akamai/admintool uninstall -force
This is the only proper way to uninstall that stupid thing that you didn't want on your computer in the first place and for which they don't even provide an uninstaller, just a little hint in a README buried in the Akamai folder. Restart your computer and hope it forgets all about it. Carry on...
Props to the Apple Forum for providing the answer.


Comments
Thanks for the tip.
Thanks for the tip.
I am getting "No such fill in
I am getting "No such fill in directory after just installing ColdFusion and Digital Reader"um, did they just stop using their same old installer?
It wouldn't surprise me. Did
It wouldn't surprise me. Did you try downloading that Akamai DL manager and then stopping the Adobe download? All you need is the DL manager, and the uninstall info is in that folder somewhere.
You don't have to go through
You don't have to go through all the trouble of trying to download something from Adobe again. Just trash the application, which of course causes all the problems but then go to your home directory - Library/LaunchAgents and trash the com.akamai.client.plist file
I actually tried that before
I actually tried that before I went through this whole rigamarole with doingit this way. There was no Akamai plist item in any folder anywhere. Idefinitely lost a couple hours of my life looking.
I tried that first, found the
I tried that first, found the plist file, trashed it but it didn't fix the problem. Redownloading the Adobe download manager and using Terminal DID! Thank you Thank you Thank you
Thank you for being on our
Thank you for being on our side!
Add this option!
Add this option! http://kb2.adobe.com/cps/400/kb400533.html#Remo...
Thanks!
Thanks!
exactly what i needed:
exactly what i needed:
I was able to get rid of this
I was able to get rid of this error without having to download anything by finding the offending plist and unload it from launchd ... $ launchctl unload -w ~/Library/LaunchAgents/com.akamai.client.plist
Post new comment