2011-07-11 5 views
1

ここでのUbuntu 10.10にEclipseを起動しようとしたとき、私はEclipseのログから得たものである:Unexpactingエラー:「アプリケーション・サービスを取得することができません」

  • 私の正確なEclipseのバージョンは次のとおりです。へOPによって満たされる
  • 打ち上げのEclipseに使用
  • 私のJDKのバージョンは次のとおりです。はOP
により充填されます

ログ:

!SESSION 2011-07-11 11:25:12.125 ----------------------------------------------- 
eclipse.buildId=unknown 
java.version=1.6.0_24 
java.vendor=Sun Microsystems Inc. 
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US 
Framework arguments: -product org.eclipse.epp.package.java.product 
Command-line arguments: -os linux -ws gtk -arch x86 -product org.eclipse.epp.package.java.product 

!ENTRY org.eclipse.osgi 4 0 2011-07-11 11:25:14.306 
!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:622) 
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577) 
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410) 

はあなたが前にそのエラーを見ているか、そしてどのようにあなたがそれをトラブルシューティングするのでしょうか?

答えて

1

bug 223756のような場合は、Eclipseがインストールされている場所に関連している可能性があります。

読み取り専用インストールでクラッシュする可能性がありますか? (bug 216066,bug 225257

はい、それは妥当と思われます。私のEclipseのインストールは、/opt/eclipse、 にあり、「通常の」ユーザーは書き込みアクセス権を持っていません。

関連する問題