1

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ファイルがフォルダーにあると確信しています。誰かがこのエラーを解決するのを手伝ってくれますか?

どうもありがとうございました

4

0 に答える 0