Intellij Idea -Remote Development-未成功启动后端IDE

发布于 01-23 16:14 字数 247 浏览 3 评论 0原文

在Windows机器上更新了我的 Intellij Idea 之后,我今天遇到了这个错误,并尝试使用 JetBrains Gateway 在我的远程Ubuntu虚拟机上访问项目。

  • Jetbrains Client 2022.1
  • Jetbrains Gateway 2022.1
  • Intellij Ideas 2022.1(终极版)

I had this error today after updating my IntelliJ IDEA on Windows machine and trying to access project on my remote Ubuntu virtual machine over SSH with JetBrains Gateway.

  • JetBrains Client 2022.1
  • JetBrains Gateway 2022.1
  • IntelliJ IDEA 2022.1 (Ultimate Edition)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

神经大条2025-01-30 16:14:46

TL/DR

我已删除了整个/home/user/.cache/jetbrain s文件夹。

说明

我通过检查日志解决了我的问题:

#ciistartuputil-JVM选项:[-djava.home =/home/user/.cache/.cache/jetbrains/remotedev-iu /...

>

行86164:2022-04-25 09:40:57,760 [288]信息 - stdout-此
IDE构建已过期。请从Jetbrains下载新版本
官方网站

由于它是我的Ubuntu 20.04虚拟机上的远程项目。

我已经删除了整个/home/user/.cache/jetbrain s文件夹。

下次我从Jetbrains网关启动远程项目时,它将在Ubuntu机器上自动下载客户端和其他缺少的文件,然后一切正常。

由于某种原因,Ubuntu方面的IDE在Ubuntu上打开远程项目时没有更新。

TL/DR

I've removed whole /home/user/.cache/JetBrains folder.

Explanation

I've resolved my problem by checking logs:

#c.i.i.StartupUtil - JVM options: [-Djava.home=/home/user/.cache/JetBrains/RemoteDev-IU/...

Line 86164: 2022-04-25 09:40:57,760 [ 288] INFO - STDOUT - This
IDE build has expired. Please download a new build from JetBrains
official site

Since it was remote project on my Ubuntu 20.04 virtual machine.

I've removed whole /home/user/.cache/JetBrains folder.

Next time I started my remote project from JetBrains Gateway it downloaded client and other missing files automatically on my Ubuntu machine and then everything worked.

For some reason IDE on Ubuntu side didn't get updated when opening remote project on Ubuntu.

追星践月2025-01-30 16:14:46

尝试将服务器上的登录外壳切换为扑救。

Try switching your login shell on the server to bash.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文