经过数周的痛苦之后,我终于将我的OSGi应用程序部署在Linux上并且几乎可以运行.
它是无头的应用程序,我的linux也无头.
我用命令运行
java -jar org.eclipse.equinox.launcher_1.1.0.v20100507.jar -application eclipse
当我运行它时,我看到我所有的捆绑软件都被激活,然后就像我期望它完成加载一样,我得到了以下异常. org.eclipse.core.runtime位于config.ini和插件导向器中.
有什么想法为什么不开始吗?我的起点是1
!ENTRY org.eclipse.osgi 4 0 2012-03-08 05:27:29.804
!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:74)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
实际上,我找到了解决方案,这要归功于
http://www.volker-wegert.de/en/node/65#comment-197
将启动级别设置为2并在config.ini中设置为自动启动
org.eclipse.core.runtime.jar@2:start
解决方法:
其实我找到了解决方案,这要归功于http://www.volker-wegert.de/en/node/65#comment-197
将启动级别设置为2并在config.ini中设置为自动启动
org.eclipse.core.runtime.jar@2:start
标签:eclipse,osgi,bundle,linux
来源: https://codeday.me/bug/20191201/2082287.html
本站声明:
1. iCode9 技术分享网(下文简称本站)提供的所有内容,仅供技术学习、探讨和分享;
2. 关于本站的所有留言、评论、转载及引用,纯属内容发起人的个人观点,与本站观点和立场无关;
3. 关于本站的所有言论和文字,纯属内容发起人的个人观点,与本站观点和立场无关;
4. 本站文章均是网友提供,不完全保证技术分享内容的完整性、准确性、时效性、风险性和版权归属;如您发现该文章侵犯了您的权益,可联系我们第一时间进行删除;
5. 本站为非盈利性的个人网站,所有内容不会用来进行牟利,也不会利用任何形式的广告来间接获益,纯粹是为了广大技术爱好者提供技术内容和技术思想的分享性交流网站。