Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.AssertionError: Already disposed: Project (name=*, containerState=DISPOSE_COMPLETED, componentStore=C:\Users\rbabayev\IdeaProjects\*) #1305

Closed
CavaJ opened this issue Mar 16, 2020 · 0 comments · Fixed by #1306
Assignees
Labels
crash-report Reports of crashes that popped up in IDEA.
Milestone

Comments

@CavaJ
Copy link

CavaJ commented Mar 16, 2020

Description

Stacktrace

java.lang.AssertionError: Already disposed: Project (name=Multivariate Embeddings, containerState=DISPOSE_COMPLETED, componentStore=C:\Users\rbabayev\IdeaProjects\Multivariate Embeddings) 
	at com.intellij.openapi.components.impl.ComponentManagerImpl.lambda$throwAlreadyDisposed$0(ComponentManagerImpl.java:153)
	at com.intellij.openapi.application.ReadAction.lambda$run$1(ReadAction.java:62)
	at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:825)
	at com.intellij.openapi.application.ReadAction.compute(ReadAction.java:69)
	at com.intellij.openapi.application.ReadAction.run(ReadAction.java:62)
	at com.intellij.openapi.components.impl.ComponentManagerImpl.throwAlreadyDisposed(ComponentManagerImpl.java:151)
	at com.intellij.openapi.components.impl.ComponentManagerImpl.getPicoContainer(ComponentManagerImpl.java:144)
	at com.intellij.serviceContainer.PlatformComponentManagerImpl.getService(PlatformComponentManagerImpl.kt:286)
	at com.intellij.openapi.components.ServiceManager.getService(ServiceManager.java:22)
	at com.intellij.execution.RunManager$Companion.getInstance(RunManager.kt:27)
	at nl.hannahsten.texifyidea.editor.autocompile.AutoCompileState$scheduleCompilation$1.invokeSuspend(AutoCompileState.kt:74)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(Dispatched.kt:241)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineSchedu
@CavaJ CavaJ changed the title java.lang.AssertionError: Already disposed: Project (name=Multivariate Embeddings, containerState=DISPOSE_COMPLETED, componentStore=C:\Users\rbabayev\IdeaProjects\Multivariate Embeddings) java.lang.AssertionError: Already disposed: Project (name=*, containerState=DISPOSE_COMPLETED, componentStore=C:\Users\rbabayev\IdeaProjects\*) Mar 16, 2020
@PHPirates PHPirates self-assigned this Mar 17, 2020
@PHPirates PHPirates added the crash-report Reports of crashes that popped up in IDEA. label Mar 17, 2020
@PHPirates PHPirates added this to the b0.6.9 milestone Mar 17, 2020
@PHPirates PHPirates mentioned this issue Mar 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
crash-report Reports of crashes that popped up in IDEA.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants