简体   繁体   English

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

[英]Eclipse Indigo, no plugins will install, I dont know what to do?

I have Eclipse Java EE, and am trying to install Eclipse plugins to know avail. 我有Eclipse Java EE,我正在尝试安装Eclipse插件以便了解它。

I tried installing, hibernate tools, findbugs, egit, subeclipse and other plugins but none install. 我尝试安装,hibernate工具,findbugs,egit,subeclipse和其他插件但没有安装。 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. 我在首选项中取消选中了更新站点,重新安装了eclipse多次,以管理员身份打开它,我仍然得到相同的错误。 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

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. 如错误报告中所述,它会影响所有插件,而不仅仅是Subclipse,并且解决方法是让运行eclipse的用户拥有/写入eclipse安装目录。

  1. Right click your eclipse folder, choose Properties-Security-Advanced 右键单击您的eclipse文件夹,选择Properties-Security-Advanced
  2. Click Owner, Edit 单击所有者,编辑
  3. Check if Current owner is user you are running eclipse with. 检查当前所有者是否是您正在运行eclipse的用户。
  4. (If not, check "Replace owner on subcontainers and objects", click your user, and click OK to apply.) (如果没有,请选中“替换子容器和对象上的所有者”,单击您的用户,然后单击“确定”以应用。)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM