org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase问题

由于装了两个不同版本的CDT,然后打算卸掉一个,分不开版本,就直接在plugin和feature中将所有org.eclipse.cdt开头的包删掉了。重启Eclipse安装时出现org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase错误。

出现错误的原因是Eclipse的更新管理P2出错了。p2有它的一个垃圾回收机制,之前删除的JAR包在未被回收之前,再次重装,系统不会做重新download的动作,但是它又找不到那个JAR包了,故而报错。

解决办法:在命令行里运行

eclipse -application org.eclipse.equinox.p2.garbagecollector.application

-profile ****即可(****是configuration/concfig.ini里eclipse.p2.profile项的值)。

参考:http://bbs.csdn.net/topics/390600855?page=1#post-397672211

org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase问题

时间: 2024-12-21 21:49:44

org.eclipse.equinox.internal.p2.engine.phases.CheckTrust phase问题的相关文章

Exception:org.eclipse.epp.internal.logging.aeri.ui.log.StandInStacktraceProvider$StandInException

1.错误描述 The following data will be sent: ------ STATUS ------ pluginId org.eclipse.jst.jsp.core pluginVersion 1.2.800.v201505130300 code 4 severity 4 message A workspace crash was detected. The previous session did not exit normally. Not using saved t

eclipse - An internal error occurred during: "Running Android Lint"

概述 也不晓得为什么,编译eclipse,设置打开,就自动报错: An internal error occurred during: "Running Android Lint" solution 打开 eclipse根目录下的 'eclipse.ini'文件,将有'-Xms'和'-Xmx'的两行进行修改, 将原内容 1 -startup 2 plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar 3 --launcher.l

Compilation err ororg.eclipse.jdt.internal.compiler.classfmt.ClassFormatException

严重: Compilation errororg.eclipse.jdt.internal.compiler.classfmt.ClassFormatExceptionat org.eclipse.jdt.internal.compiler.classfmt.ClassFileReader.<init>(ClassFileReader.java:372)at org.apache.jasper.compiler.JDTCompiler$1.findType(JDTCompiler.java:2

【OSGi】Could not find bundle: org.eclipse.equinox.console

1.描述: org.osgi.framework.BundleException: Could not find bundle: org.eclipse.equinox.console 2.需要导入,equinox-SDK-M20150708-1000 下的plugins,241个插件 3 .在Run> Run Configurations中设置添加除org.eclipse.osgi以外的,如下4个bundles org.eclipse.equinox.console org.apache.fe

org.eclipse.jdt.internal.compiler.CompilationResul

各位好,上星期开发了一个小程序,运行正常!刚才重新启动后,运行首页就报了这个错,网上查了些资料都是eclipse jdt.jar的问题,可现在资源代码,不知道如何解决这个错误,还请各位高手指点一下,谢谢org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[Lorg/eclipse/jdt/core/compiler/IProblem; 解决方案: 去掉web应用中的jasper-runtime-5.5.9.jar,ja

Hadoop-1,web页面调用报无hbase.jar包【以解决】 2,报java.lang.NoSuchMethodError: org.eclipse.jdt.internal.compiler.CompilationResult.getProblems()[Lorg/eclipse/jdt/core/compiler/IProblem;【以解决】

1:web页面调用报无hbase.jar包 本来java文件就没有问题,但是jsp一调用那个java文件里的方法就报错,报的无hadoop/hbase相关报的问题. 主要解决方法是: 复制hbase/lib里面的jar包到hadoop的lib文件里 然后再打开hadoop/etc/hadoop/hadoop-env.sh 增加这一句: 1 export HADOOP_CLASSPATH=$HADOOP_CLASSPATH:/usr/local/hbase/lib/*:/usr/lib/hbase

Eclipse:An internal error occurred during: &quot;Build Project&quot;. GC overhead limit exceeded

在使用Eclipse的Build Project功能时,提示以下错误: An internal error occurred during: "Build Project". GC overhead limit exceeded 如图: 搜索的一下,是属于java.lang.OutOfMemoryError. OOM大家都知道,就是JVM内存溢出了,那GC overhead limit exceed呢? GC overhead limt exceed检查是Hotspot VM 1.6定

eclipse:An internal error occurred during: &quot;Building workspace&quot;. GC overhead limit exceeded

http://blog.csdn.net/shaozhang872196/article/details/18552273 http://www.cnblogs.com/sonofelice/p/5227689.html https://docs.oseems.com/general/application/eclipse/fix-gc-overhead-limit-exceeded Eclipse崩溃了,就把Eclipse使用的JRE的内存调高些!

org.eclipse.core.internal.resources.ResourceException: A resource exists with a different case:

在使用Eclipse进行开发的时候,出现了如下的问题: Description Resource Path Location Type The project was not built due to "A resource exists with a different case: '/SeenTaoImp_zhV2/bin/seentao'.". Fix the problem, then try refreshing this project and building it si