状態:解決済
閲覧数:11,476
投稿日:2013-01-20
更新日:2013-02-05
エラーメッセージ
対策(案)
・「eclipse.exe(Eclipseの本体)」と同じフォルダ内にある「eclipse.exe -clean.cmd」をダブルクリックして実行
eclipse.exe -clean.cmd
・キャッシュデータをクリアして起動
→Eclipseに変更などを加え起動時にエラーが発生した際は、試してみる価値あり
▼D:/eclipse/configuration/1358645832796.log
エラーが発生しました。ログ・ファイル D:/eclipse/configuration/1358645832796.log.を参照してください
エラーが発生しました。詳細については、エラー・ログを参照してください。
対策(案)
・「eclipse.exe(Eclipseの本体)」と同じフォルダ内にある「eclipse.exe -clean.cmd」をダブルクリックして実行
eclipse.exe -clean.cmd
・キャッシュデータをクリアして起動
→Eclipseに変更などを加え起動時にエラーが発生した際は、試してみる価値あり
▼D:/eclipse/configuration/1358645832796.log
!SESSION 2013-01-20 10:37:12.492 -----------------------------------------------
eclipse.buildId=M20120914-1800
java.version=1.7.0_05
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=ja_JP
Command-line arguments: -os win32 -ws win32 -arch x86_64
!ENTRY org.eclipse.osgi 4 0 2013-01-20 10:37:12.978
!MESSAGE 始動エラー
!STACK 1
java.lang.RuntimeException: バンドル org.eclipse.osgi の org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start() での例外。
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.resume(InternalSystemBundle.java:233)
at org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:657)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:274)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
Caused by: org.osgi.framework.BundleException: バンドル org.eclipse.osgi の org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start() での例外。
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:734)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:683)
at org.eclipse.osgi.framework.internal.core.InternalSystemBundle.resume(InternalSystemBundle.java:225)
... 11 more
Caused by: java.lang.NoSuchMethodError: org.eclipse.osgi.internal.baseadaptor.BaseStorage$StateSaver.<init>(Lorg/eclipse/osgi/internal/baseadaptor/BaseStorage;)V
at org.eclipse.osgi.internal.baseadaptor.BaseStorage.frameworkStart(BaseStorage.java:915)
at org.eclipse.osgi.baseadaptor.BaseAdaptor.frameworkStart(BaseAdaptor.java:250)
at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start(SystemBundleActivator.java:60)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl$1.run(BundleContextImpl.java:711)
at java.security.AccessController.doPrivileged(Native Method)
at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:702)
... 13 more