Eclipse Indigo,不会安装任何插件,我不知道该怎么办?

发布于 2024-12-11 07:15:44 字数 1705 浏览 0 评论 0原文

我有 Eclipse Java EE,并且正在尝试安装 Eclipse 插件以了解其有效性。

我尝试安装 hibernate 工具、findbugs、egit、subeclipse 和其他插件,但没有安装。我已经尝试了几乎所有的方法,我在互联网上搜索了帮助,但没有找到太多。我已经取消选中首选项中的更新站点,重新安装了 eclipse 多次,以管理员身份打开它,但仍然遇到相同的错误。以下是我遇到的一些错误,如果有人知道如何解决此问题,请告诉我。

这是我遇到的错误,请帮忙!!

 An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/com.collabnet.subversion.merge_2.2.4.jar.
Connection reset
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.clientadapter.javahl_1.6.17.jar.
Read timed out
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.subclipse.doc_1.3.0.jar.
Connection reset
An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/com.collabnet.subversion.merge_2.2.4.jar.
Connection reset
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/com.sun.jna_3.2.7.jar.
Connection reset
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.clientadapter.javahl_1.6.17.jar.
Read timed out
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.subclipse.doc_1.3.0.jar.
Connection reset
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/org.tmatesoft.svnkit_1.3.5.7406.jar.
Connection reset

I have Eclipse Java EE, and am trying to install Eclipse plugins to know avail.

I tried installing, hibernate tools, findbugs, egit, subeclipse and other plugins but none install. I have tried literally everything, I have searched the internet for help and did not find much. I have unchecked the update sites in preferences, re installed eclipse many times, opened it up as administrator and I still get the same errors. Here are some of the errors I have gotten if anyone knows how to fix this please let me know.

Here are the errors I got, please help!!

 An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/com.collabnet.subversion.merge_2.2.4.jar.
Connection reset
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.clientadapter.javahl_1.6.17.jar.
Read timed out
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.subclipse.doc_1.3.0.jar.
Connection reset
An error occurred while collecting items to be installed session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/com.collabnet.subversion.merge_2.2.4.jar.
Connection reset
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/com.sun.jna_3.2.7.jar.
Connection reset
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.clientadapter.javahl_1.6.17.jar.
Read timed out
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/org.tigris.subversion.subclipse.doc_1.3.0.jar.
Connection reset
Unable to read repository at subclipse.tigris.org/update_1.6.x/plugins/org.tmatesoft.svnkit_1.3.5.7406.jar.
Connection reset

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

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

发布评论

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

评论(1

话少心凉 2024-12-18 07:15:44

这个解决方案对我有用。

正如错误报告中所述,它会影响所有插件,而不仅仅是 Subclipse,解决方法是使 eclipse 安装目录由运行 eclipse 的用户拥有/可写。

  1. 右键单击您的 eclipse 文件夹,选择“属性”-“安全性”-“高级”
  2. 单击“所有者”,“编辑”
  3. 检查当前所有者是否是您正在运行 eclipse 的用户。
  4. (如果没有,请选中“替换子容器和对象的所有者”,单击您的用户,然后单击“确定”应用。)

This solution worked for me.

As noted in the bug reports, it affects all plugins, not just Subclipse, and the workaround is to make the eclipse install dir owned/writable by the user who is running eclipse.

  1. Right click your eclipse folder, choose Properties-Security-Advanced
  2. Click Owner, Edit
  3. Check if Current owner is user you are running eclipse with.
  4. (If not, check "Replace owner on subcontainers and objects", click your user, and click OK to apply.)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文