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

时间:2011-10-22 23:42:25

标签: eclipse java-ee plugins

我有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

1 个答案:

答案 0 :(得分:0)

This solution为我工作。

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

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