简体   繁体   English

Eclipse插件安装错误

[英]Eclipse plugin install error

I'm trying to install the google plugin for eclipse but the installer keeps telling me : 我正在尝试安装Google Eclipse插件,但安装程序不断告诉我:

An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase 在org.eclipse.equinox.internal.p2.engine.phases.CheckTrust阶段发生错误

I've tried firstly to install from internet but then canceled it because of the poor speed. 我尝试过首先从Internet安装,但由于速度较慢而取消了它。 Then I download it and tried to install locally, then I have this problem. 然后我下载它并尝试在本地安装,然后出现此问题。 I'm using Eclipse 3.7.1 and the google plugin is also for version 3.7. 我正在使用Eclipse 3.7.1,并且Google插件也适用于3.7版。

I've tried also to clean up the configuration folder by deleting anythings has the name equinox but that's no use. 我还尝试通过删除名称为Equinox的东西来清理配置文件夹,但这没有用。

Any suggestions? 有什么建议么? Thanks! 谢谢!

Here goes the error log: 错误日志如下:

!SESSION 2012-02-03 06:30:06.977 -----------------------------------------------
eclipse.buildId=M20110909-1335
java.version=1.6.0_22
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.java.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.java.product

!ENTRY org.eclipse.equinox.p2.engine 4 4 2012-02-03 06:33:17.752
!MESSAGE An error occurred during the org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase.
!SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2012-02-03 06:33:17.752
!MESSAGE session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.CheckTrust, operand=, action=).
!SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2012-02-03 06:33:17.752
!MESSAGE Error reading signed content.
!STACK 0
java.io.IOException: The file "/home/darkjh/eclipse/plugins/com.google.appengine.eclipse.core_2.5.1.v201201120043-rel-r37.jar" does not exist
    at org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile.<init>(ZipBundleFile.java:61)
    at org.eclipse.osgi.baseadaptor.bundlefile.ZipBundleFile.<init>(ZipBundleFile.java:55)
    at org.eclipse.osgi.internal.signedcontent.SignedBundleHook.getSignedContent(SignedBundleHook.java:253)
    at org.eclipse.equinox.internal.p2.engine.phases.CertificateChecker.checkCertificates(CertificateChecker.java:67)
    at org.eclipse.equinox.internal.p2.engine.phases.CertificateChecker.start(CertificateChecker.java:49)
    at org.eclipse.equinox.internal.p2.engine.phases.CheckTrust.completePhase(CheckTrust.java:50)
    at org.eclipse.equinox.internal.p2.engine.Phase.postPerform(Phase.java:216)
    at org.eclipse.equinox.internal.p2.engine.Phase.perform(Phase.java:84)
    at org.eclipse.equinox.internal.p2.engine.PhaseSet.perform(PhaseSet.java:44)
    at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:75)
    at org.eclipse.equinox.internal.p2.engine.Engine.perform(Engine.java:44)
    at org.eclipse.equinox.p2.operations.ProvisioningSession.performProvisioningPlan(ProvisioningSession.java:174)
    at org.eclipse.equinox.p2.operations.ProfileModificationJob.runModal(ProfileModificationJob.java:79)
    at org.eclipse.equinox.p2.operations.ProvisioningJob.run(ProvisioningJob.java:177)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)

Ok, I think it's a failure inside Eclipse. 好的,我认为这是Eclipse内部的失败。 Now I've downloaded a clean one and the installation was all ok. 现在,我下载了一个干净的文件,安装一切正常。

Looks like you're missing a file with the given name. 看起来您缺少具有给定名称的文件。 (com.google.appengine.eclipse.core_2.5.1.v201201120043-rel-r37.jar) Try searching for it using your favorite search engine and placing it manually in the specified location. (com.google.appengine.eclipse.core_2.5.1.v201201120043-rel-r37.jar)尝试使用您喜欢的搜索引擎进行搜索并将其手动放置在指定位置。 (/home/darkjh/eclipse/plugins/) (/ home / darkjh / eclipse / plugins /)

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

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