Latest IDEA 11 + OS X 10.7.2 odd behavior
1#
I can't get access to the Project Settings anymore.
I can open the dialog, but clicking on any category won't display any content
2# the tasks seem only to add up and never get done. I end up with >100
tasks to be done, I can only close the project or restart IDEA
I guess it comes from my install otherwise I would have seen some other
posts about the problem.
Can someone direct me to check where the problem comes from?
/nodje
Please sign in to leave a comment.
Unfortunately not, not since the startup today, and the symptoms are
still the same.
Would deleting the cache be of any help for this situation?
I've got quite some exception from the previous days however.
Among the most commonly occuring:
ERROR - plication.impl.ApplicationImpl - Already disposed
java.lang.AssertionError: Already disposed
at
com.intellij.openapi.components.impl.ComponentManagerImpl.getPicoContainer(ComponentManagerImpl.java:285)
at
com.intellij.openapi.components.impl.ComponentManagerImpl.getPicoContainer(ComponentManagerImpl.java:54)
at
com.intellij.openapi.components.ServiceManager.getService(ServiceManager.java:40)
at
org.jetbrains.idea.svn.SvnConfiguration.getInstance(SvnConfiguration.java:138)
at
org.jetbrains.idea.svn.branchConfig.BranchesLoader.loadBranches(BranchesLoader.java:44)
at
org.jetbrains.idea.svn.branchConfig.NewRootBunch$BranchesLoadRunnable.run(NewRootBunch.java:165)
at
org.jetbrains.idea.svn.SvnBranchConfigurationManager$BranchesPreloader.loadImpl(SvnBranchConfigurationManager.java:163)
at
org.jetbrains.idea.svn.SvnBranchConfigurationManager$1$1.run(SvnBranchConfigurationManager.java:217)
at
com.intellij.openapi.application.impl.ApplicationImpl$6.run(ApplicationImpl.java:422)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
at
com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:137)
and
ERROR
- lij.debugger.impl.InvokeThread - Element: class
com.intellij.psi.impl.source.PsiClassImpl
com.intellij.psi.PsiInvalidElementAccessException: Element: class
com.intellij.psi.impl.source.PsiClassImpl
at
com.intellij.psi.impl.PsiElementBase.getContainingFile(PsiElementBase.java:197)
at
com.intellij.extapi.psi.StubBasedPsiElementBase.getContainingFile(StubBasedPsiElementBase.java:127)
at
com.intellij.extapi.psi.StubBasedPsiElementBase.getProject(StubBasedPsiElementBase.java:157)
at
com.intellij.debugger.engine.JVMNameUtil.getNonAnonymousClassName(JVMNameUtil.java:288)
at
com.intellij.debugger.engine.PositionManagerImpl$2.compute(PositionManagerImpl.java:260)
at
com.intellij.debugger.engine.PositionManagerImpl$2.compute(PositionManagerImpl.java:238)
at
com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:876)
at
com.intellij.debugger.engine.PositionManagerImpl.a(PositionManagerImpl.java:238)
at
com.intellij.debugger.engine.PositionManagerImpl.getAllClasses(PositionManagerImpl.java:212)
at
com.intellij.debugger.engine.CompoundPositionManager.getAllClasses(CompoundPositionManager.java:63)
at
com.intellij.debugger.engine.JVMNameUtil.getSourcePositionClassDisplayName(JVMNameUtil.java:347)
at
com.intellij.debugger.ui.breakpoints.BreakpointWithHighlighter.a(BreakpointWithHighlighter.java:131)
at
com.intellij.debugger.ui.breakpoints.BreakpointWithHighlighter.access$000(BreakpointWithHighlighter.java:68)
at
com.intellij.debugger.ui.breakpoints.BreakpointWithHighlighter$2$1$1.run(BreakpointWithHighlighter.java:346)
at
com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:848)
at
com.intellij.debugger.ui.breakpoints.BreakpointWithHighlighter$2$1.action(BreakpointWithHighlighter.java:344)
at
com.intellij.debugger.engine.events.DebuggerCommandImpl.run(DebuggerCommandImpl.java:44)
at
com.intellij.debugger.engine.DebuggerManagerThreadImpl.processEvent(DebuggerManagerThreadImpl.java:137)
at
com.intellij.debugger.engine.DebuggerManagerThreadImpl.processEvent(DebuggerManagerThreadImpl.java:37)
at
com.intellij.debugger.impl.InvokeThread.run(InvokeThread.java:140)
at
com.intellij.debugger.impl.InvokeThread$WorkerThreadRequest.run(InvokeThread.java:53)
at
com.intellij.openapi.application.impl.ApplicationImpl$6.run(ApplicationImpl.java:422)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
at java.util.concurrent.FutureTask.run(FutureTask.java:138)
at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:680)
at
com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:137)
On
2012-01-17 12:52:31 +0000, "Dmitry Avdeev" <dmitry.avdeev@jetbrains.com> said:
The exceptions seems not to be relevant here... Disable all not-bundled
plugins (even from JetBrains, e.g. Scala).
If it does not help, try new clean installation.