microsoft / microsoft/azure-tools-for-java
[IntelliJ][ReportedByUser] Uncaught Exception java.lang.IllegalStateException: Exception thrown on Scheduler.Worker thread. Add `onError` handling.
Open
@xiawangMs is already working on this.
Since Sep 23, 2022.
Module: HDInsight
- Dominant language
- Java
- Stars
- 262
- Forks
- 185
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 1
Description
IntelliJ build version: 2021.1.1 IU-211.7142.45
OS: Mac OS X
JDK: JetBrains s.r.o. 11.0.10
Plugin version: 3.54.0-2021.1
Additional Info: None
Parent component:
com.intellij.openapi.ui.impl.DialogWrapperPeerImpl$MyDialog$DialogRootPane[,0,28,824x481,invalid,layout=javax.swing.JRootPane$RootLayout,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: load Azure SDK meta data from github
Caused by: com.microsoft.azure.toolkit.lib.common.operation.AzureOperationException: load Azure SDK meta data from github
at com.microsoft.azure.toolkit.lib.common.operation.AzureOperationAspect.afterThrowing(AzureOperationAspect.java:77)
at com.microsoft.azure.toolkit.intellij.azuresdk.service.AzureSdkLibraryService.getAzureSDKEntities_aroundBody2(AzureSdkLibraryService.java:158)
at com.microsoft.azure.toolkit.intellij.azuresdk.service.AzureSdkLibraryService$AjcClosure3.run(AzureSdkLibraryService.java:1)
at com.microsoft.azure.toolkit.l
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.