找不到bundle:org.eclipse.equinox.console

时间:2013-11-11 11:24:09

标签: osgi osgi-bundle

我正在尝试部署Equinox v3.9.1,但我达到了以下例外:

!ENTRY org.eclipse.osgi 4 0 2013-11-11 12:19:29.027
!MESSAGE Could not find bundle: org.eclipse.equinox.console
!STACK 0
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:298)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:152)

我正在使用config.ini文件,如下所示:

osgi.bundles=org.eclipse.osgi@-1:start ,\
    org.apache.felix.gogo.command@:start, \
    org.apache.felix.gogo.runtime@:start, \ 
    org.apache.felix.gogo.shell@:start, \
    org.eclipse.equinox.console@:start, \
    org.eclipse.equinox.cm@:start, \
    org.eclipse.equinox.common@:start, \

我确定jar文件在文件夹中。有人可以帮我解决这个错误吗?

非常感谢

0 个答案:

没有答案