Open Project in DevContainer - Failed to get an IJent binary for Linux X86_64
Hi,
I'm just trying to get a Linux devcontainer running under Windows 11.
The container starts fine and I can use the terminal.
However, the backend does not start - the log contains that error:
==== FAILURES ====
The following exception failed the deployment
com.jetbrains.gateway.ssh.deploy.DeployException: Failed to get an IJent binary for Linux X86_64
at com.jetbrains.gateway.ssh.DeployFlowUtil$fullDeployCycleImpl$2.invokeSuspend(DeployFlowUtil.kt:329)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.internal.ScopeCoroutine.afterResume(Scopes.kt:36)
at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:101)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.internal.SoftLimitedDispatcher$Worker.run(SoftLimitedDispatcher.kt:130)
at kotlinx.coroutines.scheduling.TaskImpl.run(Tasks.kt:89)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:613)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1183)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:778)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:765)
Caused by: com.jetbrains.gateway.ssh.deploy.DeployException: Failed to get an IJent binary for Linux X86_64
at com.jetbrains.gateway.ssh.DeployFlowUtil$fullDeployCycleImpl$2.invokeSuspend(DeployFlowUtil.kt:327)
... 11 more
Caused by: com.intellij.platform.ijent.IjentMissingBinary: Failed to get an IJent binary.
at com.intellij.platform.ijent.DefaultIjentExecFileProvider.getIjentBinary(IjentExecFileProvider.kt:31)
at com.intellij.platform.ijent.IjentDeployer.doDeploy(IjentDeployer.kt:50)
at com.intellij.platform.ijent.IjentDeployer.access$doDeploy(IjentDeployer.kt:1)
at com.intellij.platform.ijent.IjentDeployer$doDeploy$1.invokeSuspend(IjentDeployer.kt)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:100)
at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:613)
at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:1189)
... 2 more
I didn't really see anything suspicicous in the log before that.
I already tried using a different internet connection as this is sometimes an issue in my environment, but to no success.
I can provide more information, but I'm not sure what would be helpful here.
Thank you for your support!
请先登录再写评论。
Hello!
Is the Remote Execution Agent plugin enabled in File | Settings | Plugins in your CLion (IJPL-159130)?
Thank you so much, that was the problem!