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
[IntelliJ][ReportedByUser] Uncaught Exception java.lang.Throwable: Control-flow exceptions (like ProcessCanceledException) should never be logged
#4566
Closed
darkstone opened this issue
Aug 20, 2020
· 0 comments
· Fixed by #4653
IdeaLoggingEvent[message=null, throwable=java.lang.Throwable: Control-flow exceptions (like ProcessCanceledException) should never be logged
at com.intellij.openapi.diagnostic.Logger.checkException(Logger.java:195)
at com.microsoft.intellij.AzurePlugin.log(AzurePlugin.java:406)
at com.microsoft.intellij.AzurePlugin.initializeAIRegistry(AzurePlugin.java:249)
at com.microsoft.intellij.AzurePlugin.runActivity(AzurePlugin.java:117)
Caused by: com.intellij.openapi.progress.ProcessCanceledException
at com.microsoft.intellij.AzureSettings.getSafeInstance(AzureSettings.java:51)
at com.microsoft.intellij.AzurePlugin.initializeAIRegistry(AzurePlugin.java:225)
The text was updated successfully, but these errors were encountered:
IntelliJ build version: 2020.2 IU-202.6397.94
OS: Windows 10
JDK: JetBrains s.r.o. 11.0.7
Plugin version: 3.40.0-2020.2
Additional Info: None
Parent component:
Error message:
The text was updated successfully, but these errors were encountered: