Fatal error initializing class com.intellij.util.indexing.FileBasedIndex
Suddently I cannot start phpStorm anymore. It keeps giving me the error message:
Fatal error initializing class com.intellij.util.indexing.FileBasedIndex
org.picocontainer.defaults.PicoInvocationTargetInitializationException (...) FileNotFoundException ..(..) .. and then a different filename each time I start phpStorm
Tried downloading the 2.0 EAP just to see if that would work but same problem with it.
idea.log: http://dev2.bybjorn.com/idea.log
It says (access defined) on the file but the file it's asking for doesn't even exist (there is no "phpunitgroupsindex" folder in my \.WebIde10\system\index\ folder)
请先登录再写评论。
Hi Bjørn,
That "phpunitgroupsindex" folder should exist in your \.WebIde10\system\index\ folder. Looks like PhpStorm cannot recreate it.
I would recommend backup your "plugins" (and maybe "LocalHistory") folders from \.WebIde10\system\; then delete whole "system" folder and start PhpStorm -- it will be recreated on start (I did it twice when using v1 EAP builds, and PhpStorm have recreated ALL those folders with no issue).
Thanks Andriy, that fixed my problem :-)