启动eclipse总是弹出An internal error occurred during: "Initializing Eclipse Error Reporting System

弹出An internal error occurred during: "Initializing Eclipse Error Reporting System".
org.osgi.framework.BundleContext.getServiceReference(Ljava/lang/Class;)Lorg/osgi/framework/ServiceReference;这是什么意思

第1个回答  2017-08-15
我的也是这样

...internal error occurred during: "Initializing Java Tooling"错误...
多种情况会导致这种报错。通过【重置窗口布局】,可解决大部分情况:点击菜单导航栏的windows > perspective > reset perspective (网上主流方案是删除一个配置文件夹,会对原有项目有影响,建议:如果【重置窗口布局】无效,再尝试那个方案。网上另一种说法JDK的问题,这种概率不大,检查eclipse全局属性中...

eclipse启动后报initializing java tooling怎么解决
1、找到设置面板【Window】-》【Preferences】-》【Java】-》【Installed JREs】,删除不存在的JDK;2、增加已安装的JDK;4、将Eclispe强行关闭,通过Windows任务管理器强行关闭。5、重新启动Eclipse,

eclipse启动tomcat时遇到的问题
二.启动时间不够用:双击tomcat,进入属性页,修改timeout默认值,改为100或者更大。三.缺少引用:用eclipse导入的项目或者从SVN检出的项目,有时候会出这样的错误,就是各种找不到,而且是大面积的缺少。解决方法:在项目上右击-->build path --> configure build path 然后发现:引用的library没有绑定...

Tomcat启动的时候,报出Error initializing XFireServlet错误,是什么...
这个错可能是你的项目中已经有spring jar 包了 因为XFire 是基于spring'的 myeclipse 引入XFire 时会有一个spring'1.2.6.jar 的包 你要把这个包删除掉(分别在部署到tomcat webapps 下你的项目中lib中 和 在 MyEclipse 5.5.1 GA\\myeclipse\\eclipse\\plugins\\com.genuitec.eclipse.ws.xfire_5.5....

在eclipse里单独启动怎么还有Initializing application data so...
项目clean一下,refresh一下 如果还不行,就重新建一个项目,把原来的项目的东西都import进去

如何在win7下的eclipse中调试Hadoop2.2.0的程序
1 eclipse Juno Service Release 4.2的本 2 操作系统 Windows7 3 hadoop的eclipse插件 hadoop-eclipse-plugin-2.2.0.jar 4 hadoop的集群环境 虚拟机Linux的Centos6.5单机伪分布式 5 调试程序 Hellow World 遇到的几个问题如下: Java代码 java.io.IOException: Could not locate executable null\\bin\\winuti...

...internal error occurred during: "Initializing Java Tooling"._百...
多个情况会导致这种报错。通过【重置窗口布局】,可解决大部分情况:点击菜单导航栏的 windows>perspective>reset perspective (网上主流方案是删除一个配置文件夹,会对原有项目有影响,建议:如果【重置窗口布局】无效,再尝试那个方案)

相似回答