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] Uncaught Exception java.lang.IllegalStateException: There is no Job in this thread, spawned coroutines are not cancellable. #9636

Open
vjuge opened this issue Dec 21, 2024 · 0 comments

Comments

@vjuge
Copy link

vjuge commented Dec 21, 2024

IntelliJ build version: 2024.3.1 IU-243.22562.145
OS: Linux
JDK: JetBrains s.r.o. 21.0.5
Plugin version: 3.93.0-2024.3
Additional Info: None
Parent component:

com.intellij.openapi.wm.impl.IdeRootPane[,0,0,3840x2116,layout=com.intellij.openapi.wm.impl.IdeRootPane$CustomHeaderRootLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=449,maximumSize=,minimumSize=,preferredSize=]

Error message:

IdeaLoggingEvent[message=null, throwable=java.lang.IllegalStateException: There is no `Job` in this thread, spawned coroutines are not cancellable. 
 If the transition from coroutines to blocking code happens in the same stack frame as the call to this function, the transition should use `blockingContext`.
	at com.microsoft.azure.toolkit.intellij.cloudshell.actions.StartCloudShellAction.provisionForSubscription(StartCloudShellAction.kt:54)
	at com.microsoft.azure.toolkit.intellij.cloudshell.actions.StartCloudShellAction.access$provisionForSubscription(StartCloudShellAction.kt:24)
	at com.microsoft.azure.toolkit.intellij.cloudshell.actions.StartCloudShellAction$actionPerformed$step$1.onChosen$lambda$0(StartCloudShellAction.kt:42)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant