引导错误包含org.eclipse.core.runtime包,但它是有过错不osgi.bundles

问题描述 投票:0回答:1

我试图安装运行的PyDev Eclipse作为我平常用户。这种失败,有关无法写入文件系统错误,所以我重新启动Eclipse作为根,沿袭一贯的步骤:帮助 - >添加软件。 Eclipse中的这个实例已经有Perl的开发插件,已经工作多年了,万一这是相关的。

我曾尝试什么是"Unable to acquire application service" error while launching Eclipse

这是在虚拟机上运行运行的Ubuntu 16.04客户机操作系统与4.15.0-43,通用的Linux内核。

java -version
openjdk version "1.8.0_191"
OpenJDK Runtime Environment (build 1.8.0_191-8u191-b12-2ubuntu0.16.04.1-b12)
OpenJDK Server VM (build 25.191-b12, mixed mode)

这里是日志,当我尝试运行Eclipse和运行./eclipse -clean

!SESSION 2019-02-04 15:40:35.236 -----------------------------------------------
eclipse.buildId=4.4.2.M20150204-1700
java.version=1.8.0_191
java.vendor=Oracle Corporation
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_AU
Framework arguments:  -product org.eclipse.epp.package.standard.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.standard.product

!ENTRY org.eclipse.osgi 4 0 2019-02-04 15:40:36.962
!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 sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1465)
java eclipse illegalstateexception
1个回答
0
投票

我刚刚重新安装Eclipse和安装EPIC和PyDev的。需要注意的是日食3.8需要合适的PyDev网站4.5.5,而不是默认。

© www.soinside.com 2019 - 2024. All rights reserved.