在ESF Emulator中运行Hello_Osgi在Eclipse EE、Kura、Ubuntu Linux上崩溃

在ESF Emulator中运行Hello_Osgi在Eclipse EE、Kura、Ubuntu Linux上崩溃,eclipse,ubuntu,osgi,kura,Eclipse,Ubuntu,Osgi,Kura,我正在尝试建立一个用于编写JavaESF/OSGI插件的工具链。我已仔细遵循Eurotech ESF文档(开发环境设置、Hello World应用程序、部署和调试应用程序)中给出的说明 完成了我的Hello_Osgi项目后,我右键单击org.eclipse.jura.Emulator项目中的ESF Emulator_Linux.launch。然后我选择RunAs,然后选择1 ESF_Emulator_Linux 在Eclipse控制台中,我没有看到运行Hello_Osgi项目的任何输出。第一行输

我正在尝试建立一个用于编写JavaESF/OSGI插件的工具链。我已仔细遵循Eurotech ESF文档(开发环境设置、Hello World应用程序、部署和调试应用程序)中给出的说明

完成了我的Hello_Osgi项目后,我右键单击org.eclipse.jura.Emulator项目中的ESF Emulator_Linux.launch。然后我选择RunAs,然后选择1 ESF_Emulator_Linux

在Eclipse控制台中,我没有看到运行Hello_Osgi项目的任何输出。第一行输出如下(通过眼睛复制):


我收到了技术支持部门的回复。他们告诉我ESF 6.2.0 emulator是个问题,应该直接部署到硬件

这意味着“入门”文档是无用的,因为它要求读者使用仿真器

<terminated>ESF Emulator Linux[OSGI Framework]/home/john/.p2/pool/plugins/org.eclipse.justj.openjdk.hotspot.jre.full.linux.x86_64_15.0.2.v20210201-0955/jre/bin/java (26 May 2021, 10:32:28 - 10.32.51)
2021-05-26T10:32:32,348 [main] INFO  c.e.f.s.m.AdvancedCryptoServiceImpl - Activating... b0307191400
2021-05-26T10:32:32,977 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO  c.f.h.HelloWorld - Bundle com.fuelactive.hello_osgi has started OK
2021-05-26T10:32:32,978 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO  c.f.h.HelloWorld - Bundle com.fuelactive.hello_osgi has started OK
2021-05-26T10:32:32,978 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO  c.f.h.HelloWorld - Bundle com.fuelactive.hello_osgi has started OK
osgi> 2021-05-26T10:32:34,519 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO  o.e.j.u.log - Logging initialized @5901ms to org.eclipse.jetty.util.log.Slf4jLog
2021-05-26T10:32:34,702 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO  o.e.j.s.Server - jetty-9.4.19.v20190610; built: 2019-06-10T16:30:51.723Z; git: afcf563148970e98786327af5e07c261fda175d3; jvm 15.0.2+7-27
2021-05-26T10:32:34,743 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO  o.e.j.s.session - DefaultSessionIdManager workerName=node0
2021-05-26T10:32:34,743 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO  o.e.j.s.session - No SessionScavenger set, using defaults
2021-05-26T10:32:34,745 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO  o.e.j.s.session - node0 Scavenging every 660000ms
2021-05-26T10:32:34,783 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO  o.e.j.s.h.ContextHandler - Started o.e.j.s.ServletContextHandler@71939acc{/,null,AVAILABLE}
2021-05-26T10:32:34,797 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO  o.e.j.s.AbstractConnector - Started ServerConnector@747f84f3{HTTP/1.1,[http/1.1]}{0.0.0.0:8080}
2021-05-26T10:32:34,797 [Start Level: Equinox Container: 78b7db4a-28f6-4896-8167-2c7fe00192eb] INFO  o.e.j.s.Server - Started @6181ms
Framework is running in emulation mode