You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here is the root cause, AccessTokenAzureManager.getTenants blocking in Event Dispatch Thread:
at rx.Observable.subscribe(Observable.java:10423)
at rx.Observable.subscribe(Observable.java:10390)
at rx.observables.BlockingObservable.blockForSingle(BlockingObservable.java:443)
at rx.observables.BlockingObservable.singleOrDefault(BlockingObservable.java:372)
at com.microsoft.azuretools.sdkmanage.AccessTokenAzureManager.getTenants(AccessTokenAzureManager.java:182)
at com.microsoft.azuretools.sdkmanage.AccessTokenAzureManager.getSubscriptionsWithTenant(AccessTokenAzureManager.java:145)
at com.microsoft.azuretools.authmanage.SubscriptionManagerPersist.updateAccountSubscriptionList(SubscriptionManagerPersist.java:78)
at com.microsoft.azuretools.authmanage.SubscriptionManager.updateSubscriptionDetailsIfNull(SubscriptionManager.java:91)
at com.microsoft.azuretools.authmanage.SubscriptionManager.getSubscriptionDetails(SubscriptionManager.java:76)
at com.microsoft.tooling.msservices.serviceexplorer.azure.AzureModule.composeName(AzureModule.java:114)
at com.microsoft.tooling.msservices.serviceexplorer.azure.AzureModule.<init>(AzureModule.java:85)
at com.microsoft.intellij.serviceexplorer.azure.AzureModuleImpl.<init>(AzureModuleImpl.java:29)
at com.microsoft.intellij.components.ServerExplorerToolWindowFactory.createToolWindowContent(ServerExplorerToolWindowFactory.java:91)
at com.intellij.openapi.wm.impl.ToolWindowImpl.ensureContentInitialized(ToolWindowImpl.java:534)
at com.intellij.openapi.wm.impl.ToolWindowImpl.getContentManager(ToolWindowImpl.java:358)
at com.intellij.ide.actions.ResizeToolWindowAction.<init>(ResizeToolWindowAction.java:45)
at com.intellij.ide.actions.ResizeToolWindowAction$Left.<init>(ResizeToolWindowAction.java:197)
The text was updated successfully, but these errors were encountered:
Thread dump files attached:
threadDump-20200324-093123.txt
threadDump-20200324-093118.txt
Here is the root cause, AccessTokenAzureManager.getTenants blocking in Event Dispatch Thread:
The text was updated successfully, but these errors were encountered: