Guest User

Untitled

a guest
Oct 22nd, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.62 KB | None | 0 0
  1. java -d32 -XstartOnFirstThread -jar "/Applications/eclipse/plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar" -debug -clean -refresh -application org.eclim.application_headless
  2. Install location:
  3. file:/Applications/eclipse/
  4. Configuration file:
  5. file:/Applications/eclipse/configuration/config.ini loaded
  6. Configuration location:
  7. file:/Applications/eclipse/configuration/
  8. Framework located:
  9. file:/Applications/eclipse/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar
  10. Framework classpath:
  11. file:/Applications/eclipse/plugins/org.eclipse.osgi_3.7.2.v20120110-1415.jar
  12. Debug options:
  13. file:/Applications/eclipse/.options not found
  14. Time to load bundles: 27
  15. Starting application: 2401
  16. An error has occurred. See the log file
  17. /Applications/eclipse/configuration/1340358520208.log.
  18.  
  19.  
  20. ============== log file ==================
  21.  
  22. !SESSION 2012-06-22 11:48:40.056 -----------------------------------------------
  23. eclipse.buildId=M20120208-0800
  24. java.version=1.6.0_33
  25. java.vendor=Apple Inc.
  26. BootLoader constants: OS=macosx, ARCH=x86, WS=cocoa, NL=en_US
  27. Framework arguments: -refresh -application org.eclim.application_headless
  28. Command-line arguments: -debug -clean -refresh -application org.eclim.application_headless
  29.  
  30. !ENTRY org.eclipse.osgi 2 0 2012-06-22 11:48:42.456
  31. !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
  32. !SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-22 11:48:42.456
  33. !MESSAGE Bundle org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.101.v20120109-1504 [136] was not resolved.
  34. !SUBENTRY 2 org.eclipse.equinox.launcher.cocoa.macosx.x86_64 2 0 2012-06-22 11:48:42.456
  35. !MESSAGE Platform filter did not match: (& (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch=x86_64) )
  36. !SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-22 11:48:42.456
  37. !MESSAGE Bundle org.eclipse.swt.cocoa.macosx.x86_64_3.7.2.v3740f [228] was not resolved.
  38. !SUBENTRY 2 org.eclipse.swt.cocoa.macosx.x86_64 2 0 2012-06-22 11:48:42.456
  39. !MESSAGE Platform filter did not match: (& (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch=x86_64) )
  40.  
  41. !ENTRY org.eclipse.osgi 2 0 2012-06-22 11:48:42.481
  42. !MESSAGE The following is a complete list of bundles which are not resolved, see the prior log entry for the root cause if it exists:
  43. !SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-22 11:48:42.481
  44. !MESSAGE Bundle org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.101.v20120109-1504 [136] was not resolved.
  45. !SUBENTRY 2 org.eclipse.equinox.launcher.cocoa.macosx.x86_64 2 0 2012-06-22 11:48:42.481
  46. !MESSAGE Platform filter did not match: (& (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch=x86_64) )
  47. !SUBENTRY 1 org.eclipse.osgi 2 0 2012-06-22 11:48:42.481
  48. !MESSAGE Bundle org.eclipse.swt.cocoa.macosx.x86_64_3.7.2.v3740f [228] was not resolved.
  49. !SUBENTRY 2 org.eclipse.swt.cocoa.macosx.x86_64 2 0 2012-06-22 11:48:42.481
  50. !MESSAGE Platform filter did not match: (& (osgi.ws=cocoa) (osgi.os=macosx) (osgi.arch=x86_64) )
  51.  
  52. !ENTRY org.eclipse.osgi 4 0 2012-06-22 11:48:42.482
  53. !MESSAGE Application error
  54. !STACK 1
  55. org.eclipse.core.runtime.CoreException: Plug-in "org.eclim" was unable to instantiate class "org.eclim.eclipse.EclimApplicationHeadless".
  56. at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
  57. at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:188)
  58. at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
  59. at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
  60. at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
  61. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:191)
  62. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  63. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  64. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
  65. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  69. at java.lang.reflect.Method.invoke(Method.java:597)
  70. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
  71. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
  72. at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
  73. at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
  74. Caused by: java.lang.NoClassDefFoundError: org/eclipse/swt/widgets/Display
  75. at java.lang.Class.getDeclaredConstructors0(Native Method)
  76. at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
  77. at java.lang.Class.getConstructor0(Class.java:2699)
  78. at java.lang.Class.newInstance0(Class.java:326)
  79. at java.lang.Class.newInstance(Class.java:308)
  80. at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:184)
  81. ... 16 more
  82. Caused by: java.lang.ClassNotFoundException: org.eclipse.swt.widgets.Display
  83. at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
  84. at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
  85. at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
  86. at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
  87. at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
  88. ... 22 more
Add Comment
Please, Sign In to add comment