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
ERROR: com.intellij.platform.ijent.impl.TestIjentExecFileProvider [Plugin: com.intellij]
com.intellij.diagnostic.PluginException: com.intellij.platform.ijent.impl.TestIjentExecFileProvider [Plugin: com.intellij]
at com.intellij.ide.startup.impl.StartupManagerImplKt$launchActivity$1.invokeSuspend(StartupManagerImpl.kt:502)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:102)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:608)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:873)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:763)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:750)
Caused by: java.lang.ClassNotFoundException: com.intellij.platform.ijent.impl.TestIjentExecFileProvider
at com.intellij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:230)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
at com.intellij.serviceContainer.ComponentManagerImplKt.doLoadClass(ComponentManagerImpl.kt:1466)
at com.intellij.serviceContainer.ComponentManagerImplKt.doLoadClass$default(ComponentManagerImpl.kt:1458)
at com.intellij.serviceContainer.ServiceDescriptorInstanceInitializer.loadInstanceClass(ServiceInstanceInitializer.kt:90)
at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.tryInitialize(LazyInstanceHolder.kt:118)
at com.intellij.platform.instanceContainer.internal.LazyInstanceHolder.getInstance(LazyInstanceHolder.kt:96)
Steps to reproduce
Run test using the IDE. Seems also reproducible using the CI.
What happened?
Run tests and it fails CI
Relevant log output or stack trace
Steps to reproduce
Run test using the IDE. Seems also reproducible using the CI.
Gradle IntelliJ Plugin version
2.2.1
Gradle version
8.10
Operating System
Windows
Link to build, i.e. failing GitHub Action job
https://github.com/aya-prover/intellij-aya/actions/runs/12837362965/job/35800877667
The text was updated successfully, but these errors were encountered: