解决MyEclipse 8.0 升级至 8.5 无法启动的问题
解决办法:
修改 config.ini,把这俩参数给改了
eclipse.product=com.genuitec.myeclipse.product8.ide
osgi.splashPath=platform\:/base/plugins/com.genuitec.myeclipse.product8
改为:
eclipse.product=com.genuitec.myeclipse.product85.ide
osgi.splashPath=platform\:/base/plugins/com.genuitec.myeclipse.product85
OK!!
前两天更新MyEclipse的SVN插件的时候提示可以从8.0更新到8.5,于是很Happy地点了更新。
当时也准备关闭才更新的,也没注意是否更新成功,今天再次启动,提示Message并无法启动......@_@
还好,无法启动有log看:
1. !SESSION 2010-03-29 00:39:45.734 -----------------------------------------------
2. eclipse.buildId=unknown
3. java.version=1.6.0_13
4. java.vendor=Sun Microsystems Inc.
5. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN
6. Command-line arguments: -os win32 -ws win32 -arch x86
7.
8. !ENTRY org.eclipse.equinox.app 0 0 2010-03-29 00:40:23.281
9. !MESSAGE Product com.genuitec.myeclipse.product8.ide could not be found.
10.
11. !ENTRY org.eclipse.equinox.p2.repository 4 0 2010-03-29 00:40:24.250
12. !MESSAGE ProvisioningEventBus could not be obtained. Metadata caches may not be cleaned up properly.
13.
14. !ENTRY org.eclipse.osgi 4 0 2010-03-29 00:40:31.421
15. !MESSAGE Application error
16. !STACK 1
17. java.lang.RuntimeException: No application id has been found.
18. at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236)
19. at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
20. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
21. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
22. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
23. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
24. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
25. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
26. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
27. at java.lang.reflect.Method.invoke(Method.java:597)
28. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
29. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
30. at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
!SESSION 2010-03-29 00:39:45.734 ----------------------------------------------- eclipse.buildId=unknown java.version=1.6.0_13 java.vendor=Sun Microsystems Inc. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN Command-line arguments: -os win32 -ws win32 -arch x86 !ENTRY org.eclipse.equinox.app 0 0 2010-03-29 00:40:23.281 !MESSAGE Product com.genuitec.myeclipse.product8.ide could not be found. !ENTRY org.eclipse.equinox.p2.repository 4 0 2010-03-29 00:40:24.250 !MESSAGE ProvisioningEventBus could not be obtained. Metadata caches may not be cleaned up properly. !ENTRY org.eclipse.osgi 4 0 2010-03-29 00:40:31.421 !MESSAGE Application error !STACK 1 java.lang.RuntimeException: No application id has been found. at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:236) at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl<wbr>.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl<wbr>.invoke(NativeMethodAccessorImpl<wbr>.java:39) at sun.reflect.DelegatingMethodAccessor<wbr>Impl.invoke(DelegatingMethodAccessor<wbr>Impl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514) at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
应用程序错误,是一个RuntimeException,应用程序ID没找到。
看第二行,eclipse.buildId=unknown
再看看其余两个Msg
com.genuitec.myeclipse.product8.ide找不到
ProvisioningEventBus无法获得,元数据缓存可以没有清理好。
估想着就是Myeclipse.product8.ide找不到的问题,找找看吧。
在MyEclipse安装根目录有myeclipse.ini
view plaincopy to clipboardprint?
1. -startup
2. ../8.0GACommonDirectory/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
3. --launcher.library
4. ../8.0GACommonDirectory/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
5. -install
6. D:/MyEclipse/MyEclipse8.0GA
7. -vm
8. D:/MyEclipse/8.0GACommonDirectory/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll
9. -configuration
10. configuration
11. -vmargs
12. -Xmx512m
13. -XX:MaxPermSize=256m
14. -XX:ReservedCodeCacheSize=64m
-startup ../8.0GACommonDirectory/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar --launcher.library ../8.0GACommonDirectory/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519 -install D:/MyEclipse/MyEclipse8.0GA -vm D:/MyEclipse/8.0GACommonDirectory/binary/com.sun.java.jdk.win32.x86_1.6.0.013/jre/bin/client/jvm.dll -configuration configuration -vmargs -Xmx512m -XX:MaxPermSize=256m -XX:ReservedCodeCacheSize=64m
startup目标包有了
launcher.library的目标文件夹也有了
jvm就不用看了,运行都运行不了怎么来的错误提示(其实启动包和运行lib也一样,不过就是不放心,顺便看一眼)
应该是配置的问题,就在安装目录下configuration文件夹里有个config.ini
view plaincopy to clipboardprint?
1. #Generated by Pulse at Fri Mar 26 15:11:06 CST 2010
2. #Fri Mar 26 15:11:06 CST 2010
3. com.genuitec.pulse.client.handshake.id=******
4. org.eclipse.update.reconcile=false
5. eclipse.p2.profile=com.poweredbypulse.profile-0-rb-578452
6. osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.0
7. osgi.framework=file\:../8.0GACommonDirectory/plugins/org.eclipse.osgi_3.5.1.R35x_v20090827.jar
8. com.genuitec.pulse.client.credentials=******
9. com.genuitec.pulse.client.blueprint.id=rmb-478634
10. com.genuitec.pulse.common.server.url=https\://www.poweredbypulse.com\:443
11. osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.102.v200911181800.jar@1\:start
12. org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.info
13. eclipse.product=com.genuitec.myeclipse.product8.ide
14. osgi.splashPath=platform\:/base/plugins/com.genuitec.myeclipse.product8
15. eclipse.p2.data.area=file\:/C\:/Program Files/Genuitec/Common/configuration/
16. osgi.bundles.defaultStartLevel=4
17. osgi.framework.extensions=
18. com.genuitec.pulse.client.basedir.location.override=C\:\\Program Files\\Genuitec
#Generated by Pulse at Fri Mar 26 15:11:06 CST 2010 #Fri Mar 26 15:11:06 CST 2010 com.genuitec.pulse.client.handshake.id=****** org.eclipse.update.reconcile=false eclipse.p2.profile=com.poweredbypulse.profile-0-rb-578452 osgi.instance.area.default=@user.home/Workspaces/MyEclipse 8.0 osgi.framework=file\:../8.0GACommonDirectory/plugins/org.eclipse.osgi_3.5.1.R35x_v20090827.jar com.genuitec.pulse.client.credentials=****** com.genuitec.pulse.client.blueprint.id=rmb-478634 com.genuitec.pulse.common.server.url=https\://www.poweredbypulse.com\:443 osgi.bundles=reference\:file\:org.eclipse.equinox.simpleconfigurator_1.0.102.v200911181800.jar@1\:start org.eclipse.equinox.simpleconfigurator.configUrl=file\:org.eclipse.equinox.simpleconfigurator/bundles.info eclipse.product=com.genuitec.myeclipse.product8.ide osgi.splashPath=platform\:/base/plugins/com.genuitec.myeclipse.product8 eclipse.p2.data.area=file\:/C\:/Program Files/Genuitec/Common/configuration/ osgi.bundles.defaultStartLevel=4 osgi.framework.extensions= com.genuitec.pulse.client.basedir.location.override=C\:\\Program Files\\Genuitec
com.genuitec.pulse.client.handshake.id 和 com.genuitec.pulse.client.credentials有关客户信息,这就用******注掉了,是有信息的
很醒目的
eclipse.product=com.genuitec.myeclipse.product8.ide,立刻搜索了一下。
咦?D盘MyEclipse的安装目录下有一个\8.0GACommonDirectory\plugins \com.genuitec.myeclipse.product8_8.0.0.me200911192201
但文件夹名却与配置文件中的eclipse.product的配置信息不对应,其它地方就再也找不到product对应的文件夹或者包了,看来应该有映射文件或者注册信息
再看看config.ini
org.eclipse.equinox.simpleconfigurator.configUrl对应了一个bundles.info
bundles.info???正好了....去找出来看看(这文件太大,就不贴出来了)
用普通文档编辑器就能打开,正好是插件名对应插件包或文件夹的配置文件。
在里面搜索com.genuitec.myeclipse.product8.ide,没找到!
缩小搜索范围吧,找com.genuitec.myeclipse.product8,找到两目标,但是却不是product8,而是 com.genuitec.myeclipse.product85
一想,哦!正好是8.0更新8.5之后启动不起来的,看来自动升级没把config给改过来。
这.....莫非是MyEclipse的Bug?
不管是不是Bug,还得靠MyEclipse做东西的,赶紧修改config.ini,把这俩参数给改了
eclipse.product=com.genuitec.myeclipse.product85.ide
osgi.splashPath=platform\:/base/plugins/com.genuitec.myeclipse.product85
保存配置文件,重新启动.....Bingo!体验8.5去喽!
分享到:
相关推荐
解决MyEclipse10安装VSS插件版本为1.6.2报错:An error has occurred. See error log for more details. (本人64win7 安装:10.7版本 64 位 32位 均可以使用) 原因:版本旧,原来做vss插件的后来就没有更新,现...
myeclipse弹出an internal error occurred during:"initializing"java tooling.有时候myeclipse总是在保存的时候弹出错误,只要保存就弹出.本资源可以解决报错问题
在使用MyEclipse进行Java开发的过程中,可能会遇到一个常见的问题:“An internal error occurred during: 'Calculating completion proposals...'”。这个错误通常伴随着`java.lang.NullPointerException`异常,...
Eclipse运行TOMCAT出现"a java exception has occurred"的解决办法 Eclipse是一款功能强大且广泛应用的集成开发环境(IDE),它支持多种编程语言,包括Java、C++、Python等。TOMCAT则是一款流行的Java Web服务器,...
MyEclipse安装VSS插件会一直报错an error has occurred see error log for more details:org/eclipse/ui/internal/activeeditoraction;一番麻烦后总算解决,看到有不少人也有类似问题,就共享到这里,希望有所帮助
在MyEclipse的"Export"对话框中,可以选择"Web" -> "WAR file",然后在"Excluded resources"部分添加问题文件。 5. **检查JRE设置**:确保MyEclipse和项目使用的JRE版本兼容。不匹配的JRE版本可能导致某些资源无法...
1.运行keygen目录的crack.bat a.输入Usercode: 任意字母或者数字 b.选择Blue c.点击SystemId(点两次才会生成) d.... e....2. 用patch文件夹下的文件覆盖myeclipse2017安装目录下的 plugins 3. 重启myeclipse2017
完美解决MyEclipse提示过期Your 30-day trial of MyEclipse has expired.
Tools-----Replace JarFile -----选择你的安装目录/myeclipse/Common/plusgin 目录 Tools---saveProperties 再次点击Active按钮将会生成新的ACTIVATION_KEY。 6、打开MyEclipse, MyEclipse -> Subscription ...
Log4e插件是专为Eclipse IDE设计的一款日志查看工具,尤其适用于MyEclipse集成环境。Log4e不仅提供了方便的日志查看功能,还能与应用程序无缝集成,提升开发效率。 **一、Log4e插件概述** Log4e,全称为Log for ...
【标题】"myeclipse10log4e插件"涉及的是在MyEclipse集成开发环境中安装和使用Log4e插件的相关知识点。Log4e是一款适用于Java项目的日志管理工具,它为MyEclipse提供了方便的日志查看和调试功能。 【描述】提到的...
里面含有myeclipse10.0安装包,破解文件其图解破解方法, 我亲自测试过了, 可以破解成功! 其实error:unable to access jarfile *.jar 可以尝试eclipse导入源码,来运行。
在使用MyEclipse这款强大的Java集成开发环境时,有时可能会遇到一些问题,比如"SECURITY ALERT: INTEGRITY CHECK ERROR"。这个错误提示通常意味着MyEclipse在启动时检测到安装文件或配置文件的完整性出现问题,这...
在使用MyEclipse进行开发时,用户可能会遇到“Building Workspace”的问题,这通常是由于MyEclipse正在编译和更新工作空间中的项目导致的。这个问题可能会消耗大量系统资源,影响开发效率,甚至造成IDE卡顿。以下,...
替换完成后,请注意有以下几步,即可轻松解决 “用Myeclipse10.7.1工具生成War时,意外报错:SECURITY: INTEGRITY CHECK ERROR” 的错误: 1.请把你刚刚替换的文件...
log4j.appender.wangjun2.File=wangjunTest.log log4j.appender.wangjun1.layout=org.apache.log4j.SimpleLayout log4j.appender.wangjun2.layout=org.apache.log4j.SimpleLayout ``` 这段配置表示将日志信息...
标题与描述概述的知识点主要集中在解决MyEclipse内存不足的问题上,这通常发生在处理大型项目或资源密集型任务时。以下是对这些知识点的详细解析: ### 修改eclipse.ini 在MyEclipse的安装目录下,存在一个名为`...
Myeclipse 10.1 Myeclipse 10.6版本直接替换即可亲测可用,其他版本尚未进行测试 替换的目录MyEclipse/Common/plugins下的文件,替换文件后先把替换的文件扩展名改为txt,然后打开myeclipse,关闭。再把替换的文件...
MyEclipse10.0注册报错:Error: Unable to access jarfile *.jar,可以试试我的方式可以完成注册