Fix JetBrains IntelliJ IDEA on a Mac after a failed plugin update
If it ever happens to you that the IDEA IDE won't start after updating (installing) one or more plugins, the steps below may help you to solve the problem.
Clean the following folders:
~/Library/ApplicationSupport/IntelliJIdea90
~/Library/Caches/IntelliJIdea90
There is another folder located under
~/Library/Preferences/IntelliJIdea90
which contains your personal settings. I used Spotlight for references to the "bad plugin" and cleaned them up but I'm not sure if this was necessary (always backup this folder first otherwise you may lose all your settings). Only do this if cleaning up the two folders mentioned above doesn't work.
Software versions used:
- IntelliJ IDEA 9.0.2 Ultimate
- Mac OS X Snow Leopard (10.6)
Some error messages I had (for Google searches):
[LaunchRunner Error] com.intellij.idea.Main.main(String[]) threw an exception
java.lang.AssertionError
plugin does not exist for action copy
Starting IDEA "by hand" using idea.sh produced a load of other problems, one of them was referencing a non existing file:
./idea.sh: line 49: ./../bin/idea.vmoptions: No such file or directory
Maybe JetBrains should clean this up because it seems that this file isn't needed when launching IDEA the normal way.
I had no luck using Google or the JetBrains support site.



