microsoft / azure-tools-for-java

Azure tools for Java, including Azure Toolkits for Eclipse, IntelliJ and related projects.
Other
240 stars 161 forks source link

[IntelliJ][ReportedByUser] Uncaught Exception java.lang.IllegalStateException: Exception thrown on Scheduler.Worker thread. Add `onError` handling. #5633

Closed Ai1024 closed 3 years ago

Ai1024 commented 3 years ago

IntelliJ build version: 2021.1.3 IC-211.7628.21 OS: Windows 10 JDK: JetBrains s.r.o. 11.0.11 Plugin version: 3.54.0-2021.1 Additional Info: None Parent component:

com.intellij.openapi.wm.impl.IdeRootPane[,7,7,1613x961,layout=com.intellij.openapi.wm.impl.IdeRootPane$MyRootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=449,maximumSize=,minimumSize=,preferredSize=]

Error message:


IdeaLoggingEvent[message=null, throwable=java.lang.IllegalStateException: Exception thrown on Scheduler.Worker thread. Add `onError` handling.
    at rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:57)
Caused by: rx.exceptions.OnErrorNotImplementedException: Already disposed: Project(name=parent, containerState=DISPOSE_COMPLETED, componentStore=D:\profesional\dev\proyectos\iberdrola_distribucion\fraude\scala) (disposed)
Caused by: com.intellij.serviceContainer.AlreadyDisposedException: Already disposed: Project(name=parent, containerState=DISPOSE_COMPLETED, componentStore=D:\profesional\dev\proyectos\iberdrola_distribucion\fraude\scala) (disposed)
    at com.microsoft.azure.toolkit.intellij.azuresdk.service.ProjectLibraryService.getProjectLibraries(ProjectLibraryService.java:27)
    a
shenqianjin commented 3 years ago

Duplicate of https://github.com/microsoft/azure-tools-for-java/issues/5444