启动eclpse是出现org/eclipse equinox/equinox/internal/simpleconfigurator/utils/EquinoxUtils,是什么意思?

Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.
\eclipse-SDK-4.2RC3-win32-x86_64_001\eclipse\plugins&java -jar org.eclipse.osgi_3.8.0.v8.jar -console
Exception (from Log files)
23:36:27.649 -----------------------------------------------
eclipse.buildId=unknown
java.version=1.6.0_25
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Command-line arguments:
!ENTRY org.eclipse.osgi 4 0
23:36:28.632
!MESSAGE Could not find bundle: org.eclipse.equinox.console
org.osgi.framework.BundleException: Could not find bundle: org.eclipse.equinox.console
at org.eclipse.osgi.framework.internal.core.ConsoleManager.checkForConsoleBundle(ConsoleManager.java:211)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:297)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:151)
!ENTRY org.eclipse.osgi 4 0
23:36:28.663
!MESSAGE Application error
java.lang.IllegalStateException: Unable to acquire application service. Ensure that the org.eclipse.core.runtime bundle is resolved and started (see config.ini).
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:151)
But the following jar is avaialble.
org.eclipse.equinox.console_1.0.0.v1.jar
Any suggestions on the above error?
2,31643177
You need a couple of bundles installed in order to use the console, and if you launch Equinox using just java -jar ... then you will not get those bundles.
The quickest way to get this working is to create a file named configuration/config.ini with the following content:
osgi.bundles=file\:org.eclipse.equinox.console_1.0.0.v0.jar@start,file:\org.apache.felix.gogo.runtime_0.8.0.v.jar@start,file:\org.apache.felix.gogo.shell_0.8.0.v.jar@start
NB you will have to review the version numbers of those bundles against what you actually have. I tried this with SDK-4.2M6, it's possible that some of these have changed in RC3.
13.1k11430
In the new versions of equinox the built-in OSGi shell has been replaced to the felix gogo shell. If you want to use the new shell you have to place the gogo jars, and define them in your config file.
But, if you liked the OSGi Equinox shell you just have to add the following line to your config.ini file to use it: osgi.console.enable.builtin=true. In this case no need to add extra jars or any configuration.
I had the same problem I've tried to add osgi.console.enable.builtin=true in the config.ini file but it seems that the file get recreated every time I run project the way I solve the problem
Run Configurations --> Arguments tab add -Dosgi.console.enable.builtin=true in the VM Arguments
I am using Eclipse Helios and Eclipse Juno on Ubuntu Linux. I had the same error on Eclipse Juno and I wasn't able to start Eclipse. I don't know how but my Java version was decreased to 1.5, which caused the problem.
In Eclipse Helios, Java 1.5 was causing problem, but I was able to start Eclipse. The error that appeared i Eclipse Helios was:
An internal error occurred during: "Loading Web Service DOM...".
org.eclipse.emf.ecore.util.EcoreEMap$DelegateEObjectContainmentEList
Updating the Java version to 1.7 solved the problem. I guess Eclipse Juno doesn't work with Java 1.5 :)
Your Answer
Sign up or
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
Post as a guest
Post as a guest
By posting your answer, you agree to the
Not the answer you're looking for?
Browse other questions tagged
Stack Overflow works best with JavaScript enabled关于启动eclipse报错:org.eclipse.swt.SWTError: No more handles [gtk_init_check() failed]的搜索推荐 -Java-TryCatch
>> 相关推荐
关于的搜索推荐
在linux下安装eclipse,启动eclipse时出错。 jdk安装没有问题。
错误日志:
急求解答,非常感谢。
自力更生了。问题解决。
哥,怎么解决的要说一下啊。
RCP项目,如果某界面因添加的图片过多,(大概有1.5w左右吧)造成了org.eclipse.swt.SWTError: No more handles错误有什么办法可以解决这样的问题吗?对于同样的...
各位大侠,有事请求帮助。。。Eclipse 启动Tomcat出错:org.apache.catalina.LifecycleException: Failed to start component [StandardServer[8005]]at org.apa...
本帖最后由 bruce_teng2011 于
15:01:43 编辑...
我用dorado创建一个视图文件的时候就会出现一个提示框an error has occurred. see error log for more details.Graphic is disposed.log日志里面的报的错:!ENTR...
如题,插件开发中,假如org.eclipse.posite中包含了Label控件,由于我要重绘这个Composite,我现在要先清除这个Label控件,我该怎么办呢?
请教一下关于org.eclipse.swt.widgets.Decorations 控件的问题点击一个button,然后new 一个Decorations,显示在Canvas上。但是Decorations不显示。使用了canvas...
官方网站上面找不到这个包的api,但是我需要用到这个包。swt是4.2版本的,在eclipse里面可以导入import org.eclipse.swt.internal.mozilla.nsIWebB急。。...
为什么下载的SWT Designer Edition for Eclipse 3.2 (20MB)导不了eclipse 3.2.0中呢
------------
不会,帮你顶一下...
不知道是不是装了两个eclipse导致无法启动.....
------------
为啥要装两个eclipse。多装插件不就行了啊
------------
引用 1 楼 louyong0571 的回复:为啥要...
Exception in thread "main" org.eclipse.swt.SWTError: No more handles [Unknown Mozilla path (MOZILLA_FIVE_HOME not set)]at org.eclipse.swt.SWT.error(...
Eclipse 开发google map 有个插件gmapwtp安装中找不到org.eclipse.wst.javascript.ui_xxxxxxx.jar 说是需要org.eclipse.wst.javascript.ui_xxxxxxx.jar这个文件...
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project wms: Compilation failure[ERRO...
版本是:eclipse-jee-heliosADT版本是0.9.7安装ADT后报错如下:An error occurred while collecting items to be installedsession context was:(profile=epp.pa...
如图所示,我用Eclipse编写一个JPA程序,Eclipse提示了很多错误。请注意,这些错误并不是因为我没有import相应的包,错误提示信息为“Schema "null" cannot be...
直接在 http://ibatis.apache.org/tools/abator/ 上安装的,安装过程提示过一个经过,好像是 unsigned 什么的。安装完后提示重启eclipse,然后就报错了,如下:A...1407人阅读
解决方法:
将工作目录下(下方目录)
workspace/.metadata/.plugins/org.eclipse.debug.core/.launches/
中内容删除,重启,解决问题。
苹果Mac OS X操作系统下,隐藏文件是否显示有很多种设置方法,最简单的要算在Mac终端输入命令。显示/隐藏Mac隐藏文件命令如下(注意其中的空格并且区分大小写):显示Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool true隐藏Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles -bool false或者显示Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles
YES隐藏Mac隐藏文件的命令:defaults write com.apple.finder AppleShowAllFiles
NO输完单击Enter键,退出终端,重新启动Finder就可以了重启Finder:鼠标单击窗口左上角的苹果标志--&强制退出--&Finder--&重新启动
* 以上用户言论只代表其个人观点,不代表CSDN网站的观点或立场
访问:238708次
积分:3787
积分:3787
排名:第3071名
原创:133篇
转载:44篇
评论:53条
(1)(2)(1)(2)(4)(6)(2)(7)(5)(19)(1)(3)(3)(1)(1)(1)(1)(2)(3)(4)(3)(1)(7)(4)(4)(5)(7)(4)(4)(6)(6)(6)(12)(3)(3)(2)(1)(1)(2)(1)(8)(5)(2)(6)(8)(2)Eclipse:Could not create the view: Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart. 解决方法 - aaa6263 - 推酷
Eclipse:Could not create the view: Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart. 解决方法 - aaa6263
Eclipse:Could not create the view: Plug-in org.eclipse.jdt.ui was unable to load class org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart. 解决方法
09:28:05|& 分类: 软件使用 |& 标签:软件& 学习笔记& 编程& java&& |字号 订阅
使用Eclipse时,遇到了如下的异常,工作空间(workspace)打不开:Could not create the view: Plug-in org.eclipse.jdt.ui was unable to load class& org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart.***
我Google了N次,没有找到答案。
今天上午灵光一现,我换了一个workspace,就能正常打开了,不会有上面的报错了。我就想到应该是两个不同的workspace是有区别的,我到报错的workspace中看,发现有个&.metadata&文件夹,里面有200多M的东东,应该是该workspace的一些属性信息,所以我删除了.metadata文件夹,然后重新打开Eclipse进入这个workspace,就可以正常工作了。Eclipse重新加载该workspace时,会重新生成.metadata的。
总之,解决方案就是:删除workspace下的.metadata文件夹,重新打开Eclipse就OK了。
已发表评论数()
&&登&&&陆&&
已收藏到推刊!
请填写推刊名
描述不能大于100个字符!
权限设置: 公开
仅自己可见Download org-eclipse-equinox-common.jar : org eclipse&&&o&&&Jar File Download Download org-eclipse-equinox-common.jar : org eclipse&&&o&&&Jar File Download1.2.3.4.5.6.7.8.9.10.11.12.13.14.15.o16.17.18.19.20.21.22.23.24.25.26.&&&&&&& Download org-eclipse-equinox-common.jar
Files&contained&in&org-eclipse-equinox-common.jar:&
.api_description
META-INF/ECLIPSEF.RSA
META-INF/ECLIPSEF.SF
META-INF/MANIFEST.MF
META-INF/eclipse.inf
about.html
org.eclipse.core.internal.boot.PlatformURLBaseConnection.class
org.eclipse.core.internal.boot.PlatformURLConnection.class
org.eclipse.core.internal.boot.PlatformURLHandler.class
org.eclipse.core.internal.runtime.Activator.class
org.eclipse.core.internal.runtime.AdapterManager.class
org.eclipse.core.monMessages.class
org.eclipse.core.internal.runtime.DataArea.class
org.eclipse.core.internal.runtime.DevClassPathHelper.class
org.eclipse.core.internal.runtime.FindSupport.class
org.eclipse.core.internal.runtime.IAdapterFactoryExt.class
org.eclipse.core.internal.runtime.IAdapterManagerProvider.class
org.eclipse.core.internal.runtime.IRuntimeConstants.class
org.eclipse.core.internal.runtime.LocalizationUtils.class
org.eclipse.core.internal.runtime.MetaDataKeeper.class
org.eclipse.core.internal.runtime.PlatformLogWriter.class
org.eclipse.core.internal.runtime.PlatformURLConfigConnection.class
org.eclipse.core.internal.runtime.PlatformURLConverter.class
org.eclipse.core.internal.runtime.PlatformURLFragmentConnection.class
org.eclipse.core.internal.runtime.PlatformURLMetaConnection.class
org.eclipse.core.internal.runtime.PlatformURLPluginConnection.class
org.eclipse.core.internal.runtime.PrintStackUtil.class
org.eclipse.core.internal.runtime.ReferenceHashSet.class
org.eclipse.core.internal.runtime.ResourceTranslator.class
org.eclipse.core.internal.runtime.RuntimeLog.class
org.eclipse.core.runtime.Assert.class
org.eclipse.core.runtime.AssertionFailedException.class
org.eclipse.core.runtime.CoreException.class
org.eclipse.core.runtime.FileLocator.class
org.eclipse.core.runtime.IAdaptable.class
org.eclipse.core.runtime.IAdapterFactory.class
org.eclipse.core.runtime.IAdapterManager.class
org.eclipse.core.runtime.IBundleGroup.class
org.eclipse.core.runtime.IBundleGroupProvider.class
org.eclipse.core.runtime.ILogListener.class
org.eclipse.core.runtime.IPath.class
org.eclipse.core.runtime.IProgressMonitor.class
org.eclipse.core.runtime.IProgressMonitorWithBlocking.class
org.eclipse.core.runtime.ISafeRunnable.class
org.eclipse.core.runtime.IStatus.class
org.eclipse.core.runtime.ListenerList.class
org.eclipse.core.runtime.MultiStatus.class
org.eclipse.core.runtime.NullProgressMonitor.class
org.eclipse.core.runtime.OperationCanceledException.class
org.eclipse.core.runtime.Path.class
org.eclipse.core.runtime.PlatformObject.class
org.eclipse.core.runtime.PluginVersionIdentifier.class
org.eclipse.core.runtime.ProgressMonitorWrapper.class
org.eclipse.core.runtime.QualifiedName.class
org.eclipse.core.runtime.SafeRunner.class
org.eclipse.core.runtime.Status.class
org.eclipse.core.runtime.SubMonitor.class
org.eclipse.core.runtime.SubProgressMonitor.class
org.eclipse.core.runtime.URIUtil.class
org.eclipse.equinox.events.MemoryEventConstants.class
org/eclipse/core/internal/runtime/commonMessages.properties
plugin.properties
&&&&&&&&&&&&&&&&&&&&&&&&
Related examples in the same category1.2.3.4.5.6.7.8.
&|&&|&Copyright 2009 - 12 Demo Source and Support. All rights reserved.All other trademarks are property of their respective owners.}

我要回帖

更多关于 equinox 的文章

更多推荐

版权声明:文章内容来源于网络,版权归原作者所有,如有侵权请点击这里与我们联系,我们将及时删除。

点击添加站长微信