Guest User

Untitled

a guest
Feb 18th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. java.lang.NullPointerException
  2. at org.eclipse.oomph.setup.ui.wizards.SetupWizard.getImageURI(SetupWizard.java:950)
  3. at org.eclipse.oomph.setup.ui.wizards.SetupWizard.getLocalBrandingImageURI(SetupWizard.java:928)
  4. at org.eclipse.oomph.setup.internal.installer.SimpleProductPage.renderProduct(SimpleProductPage.java:362)
  5. at org.eclipse.oomph.setup.internal.installer.SimpleVariablePage.setProductVersion(SimpleVariablePage.java:866)
  6. at org.eclipse.oomph.setup.internal.installer.SimpleVariablePage.setProduct(SimpleVariablePage.java:855)
  7. at org.eclipse.oomph.setup.internal.installer.SimpleInstallerDialog.productSelected(SimpleInstallerDialog.java:654)
  8. at org.eclipse.oomph.setup.internal.installer.SimpleProductPage.productSelected(SimpleProductPage.java:313)
  9. at org.eclipse.oomph.setup.internal.installer.SimpleProductPage$ProductList.productSelected(SimpleProductPage.java:426)
  10. at org.eclipse.oomph.setup.internal.installer.SimpleProductPage$ProductComposite.mouseUp(SimpleProductPage.java:790)
  11. at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:224)
  12. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
  13. at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4131)
  14. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1055)
  15. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3944)
  16. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3547)
  17. at org.eclipse.oomph.setup.internal.installer.AbstractSimpleDialog.show(AbstractSimpleDialog.java:155)
  18. at org.eclipse.oomph.setup.internal.installer.InstallerApplication.run(InstallerApplication.java:250)
  19. at org.eclipse.oomph.setup.internal.installer.InstallerApplication.start(InstallerApplication.java:408)
  20. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
  21. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
  22. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
  23. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)
  24. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
  25. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  26. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  27. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  28. at java.lang.reflect.Method.invoke(Unknown Source)
  29. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
  30. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:595)
  31. at org.eclipse.equinox.launcher.Main.run(Main.java:1501)
Add Comment
Please, Sign In to add comment