Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Mine
Friday, January 18th, 2008 at 4:49:32pm MST 

  1. !SESSION 2008-01-18 15:44:44.744 -----------------------------------------------
  2. eclipse.buildId=M20060629-1905
  3. java.version=1.7.0-ea
  4. java.vendor=Sun Microsystems Inc.
  5. BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
  6. Command-line arguments:  -os win32 -ws win32 -arch x86
  7.  
  8. !ENTRY system.bundle 4 0 2008-01-18 15:44:46.697
  9. !MESSAGE FrameworkEvent.ERROR
  10. !STACK 0
  11. org.osgi.framework.BundleException: Exception in org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start() of bundle system.bundle.
  12.         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:1014)
  13.         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:970)
  14.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:549)
  15.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:484)
  16.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
  17.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.launch(StartLevelManager.java:245)
  18.         at org.eclipse.osgi.framework.internal.core.SystemBundle.resume(SystemBundle.java:155)
  19.         at org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:503)
  20.         at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.java:51)
  21.         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:289)
  22.         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:173)
  23.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  24.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  25.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  26.         at java.lang.reflect.Method.invoke(Unknown Source)
  27.         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
  28.         at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
  29.         at org.eclipse.core.launcher.Main.run(Main.java:977)
  30.         at org.eclipse.core.launcher.Main.main(Main.java:952)
  31. Caused by: java.lang.IllegalStateException
  32.         at org.eclipse.osgi.internal.baseadaptor.BaseStorage.checkSystemState(BaseStorage.java:654)
  33.         at org.eclipse.osgi.internal.baseadaptor.BaseStorage.getStateManager(BaseStorage.java:634)
  34.         at org.eclipse.osgi.baseadaptor.BaseAdaptor.getPlatformAdmin(BaseAdaptor.java:385)
  35.         at org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook.frameworkStart(EclipseAdaptorHook.java:80)
  36.         at org.eclipse.osgi.baseadaptor.BaseAdaptor.frameworkStart(BaseAdaptor.java:260)
  37.         at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start(SystemBundleActivator.java:55)
  38.         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:995)
  39.         at java.security.AccessController.doPrivileged(Native Method)
  40.         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:989)
  41.         ... 18 more
  42. Root exception:
  43. java.lang.IllegalStateException
  44.         at org.eclipse.osgi.internal.baseadaptor.BaseStorage.checkSystemState(BaseStorage.java:654)
  45.         at org.eclipse.osgi.internal.baseadaptor.BaseStorage.getStateManager(BaseStorage.java:634)
  46.         at org.eclipse.osgi.baseadaptor.BaseAdaptor.getPlatformAdmin(BaseAdaptor.java:385)
  47.         at org.eclipse.core.runtime.internal.adaptor.EclipseAdaptorHook.frameworkStart(EclipseAdaptorHook.java:80)
  48.         at org.eclipse.osgi.baseadaptor.BaseAdaptor.frameworkStart(BaseAdaptor.java:260)
  49.         at org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start(SystemBundleActivator.java:55)
  50.         at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:995)
  51.         at java.security.AccessController.doPrivileged(Native Method)
  52.         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:989)
  53.         at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:970)
  54.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:549)
  55.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:484)
  56.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
  57.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.launch(StartLevelManager.java:245)
  58.         at org.eclipse.osgi.framework.internal.core.SystemBundle.resume(SystemBundle.java:155)
  59.         at org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:503)
  60.         at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.java:51)
  61.         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:289)
  62.         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:173)
  63.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  65.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  66.         at java.lang.reflect.Method.invoke(Unknown Source)
  67.         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
  68.         at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
  69.         at org.eclipse.core.launcher.Main.run(Main.java:977)
  70.         at org.eclipse.core.launcher.Main.main(Main.java:952)
  71.  
  72. !ENTRY org.eclipse.osgi 4 0 2008-01-18 15:44:46.728
  73. !MESSAGE Startup error
  74. !STACK 1
  75. java.lang.RuntimeException: Exception in org.eclipse.osgi.framework.internal.core.SystemBundleActivator.start() of bundle system.bundle.
  76.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.resumeBundles(StartLevelManager.java:557)
  77.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.incFWSL(StartLevelManager.java:484)
  78.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.doSetStartLevel(StartLevelManager.java:275)
  79.         at org.eclipse.osgi.framework.internal.core.StartLevelManager.launch(StartLevelManager.java:245)
  80.         at org.eclipse.osgi.framework.internal.core.SystemBundle.resume(SystemBundle.java:155)
  81.         at org.eclipse.osgi.framework.internal.core.Framework.launch(Framework.java:503)
  82.         at org.eclipse.osgi.framework.internal.core.OSGi.launch(OSGi.java:51)
  83.         at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:289)
  84.         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:173)
  85.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  86.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  87.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  88.         at java.lang.reflect.Method.invoke(Unknown Source)
  89.         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
  90.         at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
  91.         at org.eclipse.core.launcher.Main.run(Main.java:977)
  92.         at org.eclipse.core.launcher.Main.main(Main.java:952)
  93. !SESSION Fri Jan 18 15:44:46 PST 2008 ------------------------------------------
  94. !ENTRY org.eclipse.core.launcher 4 0 2008-01-18 15:44:46.728
  95. !MESSAGE Exception launching the Eclipse Platform:
  96. !STACK
  97. java.lang.NullPointerException
  98.         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:186)
  99.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  100.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  101.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  102.         at java.lang.reflect.Method.invoke(Unknown Source)
  103.         at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)
  104.         at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
  105.         at org.eclipse.core.launcher.Main.run(Main.java:977)
  106.         at org.eclipse.core.launcher.Main.main(Main.java:952)

advertising

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

worth-right worth-right
fantasy-obligation