Error after installing mecurial plugin
I am running IntelliJ IDEA Community Version 9.0.2 on Windows XP. I just installed the mecurial plugin and the restart failed. I have attached the massive stack trace.
Any suggestions on how to resolve the problem would be appreciated.
Here is the start of the stack trace that was in IDEA.log:
2010-04-28 12:07:27,966 [ 31188] ERROR - plication.impl.ApplicationImpl - JDK: 1.6.0_17
2010-04-28 12:07:27,966 [ 31188] ERROR - plication.impl.ApplicationImpl - VM: Java HotSpot(TM) Client VM
2010-04-28 12:07:27,966 [ 31188] ERROR - plication.impl.ApplicationImpl - Vendor: Sun Microsystems Inc.
2010-04-28 12:07:27,966 [ 31188] ERROR - plication.impl.ApplicationImpl - OS: Windows XP
2010-04-28 12:07:28,341 [ 31563] ERROR - plication.impl.ApplicationImpl - Cyclic dependency: [class com.intellij.openapi.wm.impl.FocusManagerImpl]
org.picocontainer.defaults.CyclicDependencyException: Cyclic dependency: [class com.intellij.openapi.wm.impl.FocusManagerImpl]
at org.picocontainer.defaults.ThreadLocalCyclicDependencyGuard.observe(ThreadLocalCyclicDependencyGuard.java:48)
at org.picocontainer.defaults.ConstructorInjectionComponentAdapter.getComponentInstance(ConstructorInjectionComponentAdapter.java:248)
at org.picocontainer.defaults.DecoratingComponentAdapter.getComponentInstance(DecoratingComponentAdapter.java:60)
at org.picocontainer.defaults.CachingComponentAdapter.getComponentInstance(CachingComponentAdapter.java:58)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter$1.getComponentInstance(ComponentManagerImpl.java:633)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:584)
at com.intellij.util.pico.DefaultPicoContainer.getLocalInstance(DefaultPicoContainer.java:231)
at com.intellij.util.pico.DefaultPicoContainer.getInstance(DefaultPicoContainer.java:218)
at com.intellij.util.pico.DefaultPicoContainer.getComponentInstance(DefaultPicoContainer.java:200)
at org.picocontainer.alternatives.AbstractDelegatingMutablePicoContainer.getComponentInstance(AbstractDelegatingMutablePicoContainer.java:75)
at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponentFromContainer(ComponentManagerImpl.java:187)
at com.intellij.openapi.application.impl.ApplicationImpl.getComponentFromContainer(ApplicationImpl.java:399)
at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:213)
at com.intellij.openapi.components.impl.ComponentManagerImpl.getComponent(ComponentManagerImpl.java:209)
at com.intellij.openapi.wm.IdeFocusManager.getGlobalInstance(IdeFocusManager.java:138)
at com.intellij.openapi.wm.IdeFocusManager.findInstanceByContext(IdeFocusManager.java:95)
at com.intellij.openapi.wm.IdeFocusManager.findInstanceByComponent(IdeFocusManager.java:104)
Please sign in to leave a comment.
Hello Josh,
Please remove the Mercurial plugin from %USERHOME%\.IntelliJIdea90\config\plugins
and install the hg4idea plugin instead - it's fully compatible with IDEA
9.0.2.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
I deleted the plugin and I am now back up and running. I will take a look at hg4idea plugin.
Thanks for the help.