KronicDeth / intellij-elixir

Elixir plugin for JetBrain's IntelliJ Platform (including Rubymine)
Other
1.8k stars 152 forks source link

java.lang.IllegalMonitorStateException: current thread is not owner at java.base/java.lang.Object.notify(Native Method) #3537

Open israelsantiago opened 5 months ago

israelsantiago commented 5 months ago

System

Plugin Version: 17.0.0 Application: IntelliJ IDEA Ultimate Edition (2023.3.3) Operating System: Linux (6.5.0-15-generic)

Event

Exception

Stacktrace

java.lang.IllegalMonitorStateException: current thread is not owner ``` java.lang.IllegalMonitorStateException: current thread is not owner at java.base/java.lang.Object.notify(Native Method) at org.elixir_lang.jps.HomePath.eachEbinPath(HomePath.java:50) at org.elixir_lang.sdk.Type.addCodePaths(Type.java:22) at org.elixir_lang.sdk.elixir.Type$Companion.configureSdkPaths(Type.kt:302) at org.elixir_lang.sdk.elixir.Type$Companion.access$configureSdkPaths(Type.kt:232) at org.elixir_lang.sdk.elixir.Type.setupSdkPaths(Type.kt:168) at com.intellij.openapi.projectRoots.SdkType.setupSdkPaths(SdkType.java:132) at com.intellij.openapi.roots.ui.configuration.projectRoot.ProjectSdksModel.setupSdk(ProjectSdksModel.java:502) at com.intellij.openapi.roots.ui.configuration.projectRoot.ProjectSdksModel$2.lambda$actionPerformed$0(ProjectSdksModel.java:413) at com.intellij.openapi.projectRoots.impl.DependentSdkType.lambda$createSdkOfType$1(DependentSdkType.java:77) at com.intellij.openapi.projectRoots.impl.SdkConfigurationUtil.lambda$selectSdkHome$8(SdkConfigurationUtil.java:311) at com.intellij.openapi.fileChooser.ex.FileChooserDialogImpl.choose(FileChooserDialogImpl.java:140) at com.intellij.openapi.fileChooser.FileChooser.chooseFiles(FileChooser.java:100) at com.intellij.openapi.projectRoots.impl.SdkConfigurationUtil.selectSdkHome(SdkConfigurationUtil.java:309) at com.intellij.openapi.projectRoots.impl.SdkConfigurationUtil.selectSdkHome(SdkConfigurationUtil.java:279) ```