question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ClassNotFoundException: mobi.hsz.idea.gitignore.FilesIndexCacheProjectComponent

See original GitHub issue
2017-02-08 13:11:25,272 [  12075]   INFO - roject.impl.ProjectManagerImpl - com.intellij.diagnostic.PluginException: mobi.hsz.idea.gitignore.FilesIndexCacheProjectComponent PluginClassLoader[mobi.hsz.idea.gitignore, 1.6] [Plugin: mobi.hsz.idea.gitignore] 
com.intellij.ide.plugins.PluginManager$StartupAbortedException: com.intellij.diagnostic.PluginException: mobi.hsz.idea.gitignore.FilesIndexCacheProjectComponent PluginClassLoader[mobi.hsz.idea.gitignore, 1.6] [Plugin: mobi.hsz.idea.gitignore]
	at com.intellij.ide.plugins.PluginManager.handleComponentError(PluginManager.java:249)
	at com.intellij.openapi.components.impl.PlatformComponentManagerImpl.handleInitComponentError(PlatformComponentManagerImpl.java:43)
	at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:411)
	at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:102)
	at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:96)
	at com.intellij.openapi.project.impl.ProjectImpl.init(ProjectImpl.java:287)
	at com.intellij.openapi.project.impl.ProjectManagerImpl.a(ProjectManagerImpl.java:222)
	at com.intellij.openapi.project.impl.ProjectManagerImpl.d(ProjectManagerImpl.java:459)
	at com.intellij.openapi.project.impl.ProjectManagerImpl.access$100(ProjectManagerImpl.java:60)
	at com.intellij.openapi.project.impl.ProjectManagerImpl$2.compute(ProjectManagerImpl.java:406)
	at com.intellij.openapi.project.impl.ProjectManagerImpl$2.compute(ProjectManagerImpl.java:403)
	at com.intellij.openapi.progress.Task$WithResult.run(Task.java:307)
	at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:710)
	at com.intellij.openapi.progress.impl.CoreProgressManager$11.run(CoreProgressManager.java:423)
	at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:179)
	at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:568)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:519)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:164)
	at com.intellij.openapi.application.impl.ApplicationImpl.a(ApplicationImpl.java:572)
	at com.intellij.openapi.application.impl.ApplicationImpl$2.run(ApplicationImpl.java:309)
	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
	at java.lang.Thread.run(Thread.java:745)
Caused by: com.intellij.diagnostic.PluginException: mobi.hsz.idea.gitignore.FilesIndexCacheProjectComponent PluginClassLoader[mobi.hsz.idea.gitignore, 1.6] [Plugin: mobi.hsz.idea.gitignore]
	... 26 more
Caused by: java.lang.ClassNotFoundException: mobi.hsz.idea.gitignore.FilesIndexCacheProjectComponent PluginClassLoader[mobi.hsz.idea.gitignore, 1.6]
	at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:64)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Class.java:348)
	at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:392)
	... 23 more

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
igreenfieldcommented, Feb 8, 2017

IntelliJ IDEA 2016.3.4 Build #IU-163.12024.16, built on January 31, 2017 JRE: 1.8.0_121-b13 amd64 JVM: Java HotSpot™ 64-Bit Server VM by Oracle Corporation

0reactions
hszcommented, Feb 8, 2017

@igreenfield Ok, thank you for the feedback. I’ll deliver this fix with the next release. For now you can use this one, it will be replaced automatically when v1.7 will arrive.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Revamping Plugins #1 – .ignore | The JetBrains Platform Blog
The JFlex file is located in src/mobi/hsz/idea/gitignore/lexer/Ignore.flex , which doesn't look like an appropriate place for a resource ...
Read more >
ClassNotFoundException in IntelliJ IDEA - java - Stack Overflow
I have received an IntelliJ project from someone else, but it won't run ... the following class will throw a ClassNotFoundException without compiler...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found