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

[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

Comments

@darkstone
Copy link

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:

com.intellij.openapi.wm.impl.IdeRootPane[,7,7,1505x963,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.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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants