2015-08-05 2 views
0

Я использую Eclipse Juno для запуска OSGi. Но во время работы я не могу увидеть консоль и получить следующую ошибку:Eclipse OSGi Bundle Console Exception

Я пытаюсь запустить свой пакет как инфраструктуру OSGI, но я получил следующий вывод, и я не знаю, где ошибка:

!SESSION 2015-08-05 17:54:16.831 ----------------------------------------------- 
eclipse.buildId=unknown 
java.version=1.7.0_65 
java.vendor=Oracle Corporation 
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US 
Command-line arguments: -console -configuration runtime 

!ENTRY org.eclipse.osgi 4 0 2015-08-05 17:54:17.182 
!MESSAGE Could not find bundle: unknown 
!STACK 0 
org.osgi.framework.BundleException: Could not find bundle: unknown 
    at org.eclipse.core.runtime.internal.adaptor.ConsoleManager.checkForConsoleBundle(ConsoleManager.java:58) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:331) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:231) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:208) 

!ENTRY org.eclipse.osgi 4 0 2015-08-05 17:54:17.198 
!MESSAGE Application error 
!STACK 1 
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:78) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) 
    at org.eclipse.core.runtime.adaptor.EclipseStarter.main(EclipseStarter.java:208) 

Пожалуйста, помогите.

ответ