Advertisement
S0lll0s

HexView Error log

Apr 26th, 2013
313
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.88 KB | None | 0 0
  1. org.eclipse.core.runtime.CoreException: Plug-in "DevCPU" was unable to instantiate class "devcpu.views.hex.HexView".
  2. at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
  3. at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:186)
  4. at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
  5. at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
  6. at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
  7. at org.eclipse.ui.internal.registry.ViewDescriptor.createView(ViewDescriptor.java:62)
  8. at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:112)
  9. at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPart(CompatibilityPart.java:262)
  10. at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:299)
  11. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  13. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  14. at java.lang.reflect.Method.invoke(Unknown Source)
  15. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
  16. at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:861)
  17. at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:841)
  18. at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:113)
  19. at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:321)
  20. at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:242)
  21. at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:161)
  22. at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:102)
  23. at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71)
  24. at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:53)
  25. at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:141)
  26. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:894)
  27. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:629)
  28. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$6.run(PartRenderingEngine.java:520)
  29. at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
  30. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:505)
  31. at org.eclipse.e4.ui.workbench.renderers.swt.ElementReferenceRenderer.createWidget(ElementReferenceRenderer.java:74)
  32. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:894)
  33. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:629)
  34. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:731)
  35. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:702)
  36. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:696)
  37. at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
  38. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:681)
  39. at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1115)
  40. at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer$1.handleEvent(LazyStackRenderer.java:67)
  41. at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
  42. at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
  43. at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
  44. at org.eclipse.swt.widgets.Display.syncExec(Display.java:4687)
  45. at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187)
  46. at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
  47. at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
  48. at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
  49. at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
  50. at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
  51. at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
  52. at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
  53. at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
  54. at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
  55. at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:80)
  56. at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:58)
  57. at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
  58. at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171)
  59. at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:422)
  60. at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:389)
  61. at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:606)
  62. at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:579)
  63. at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:549)
  64. at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.activate(PartServiceImpl.java:538)
  65. at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:1022)
  66. at org.eclipse.ui.internal.WorkbenchPage.showPart(WorkbenchPage.java:1171)
  67. at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1142)
  68. at org.eclipse.ui.internal.WorkbenchPage$9.run(WorkbenchPage.java:3749)
  69. at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
  70. at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3746)
  71. at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3721)
  72. at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:126)
  73. at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:99)
  74. at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:67)
  75. at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
  76. at org.eclipse.ui.internal.handlers.E4HandlerProxy.execute(E4HandlerProxy.java:76)
  77. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  78. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  79. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  80. at java.lang.reflect.Method.invoke(Unknown Source)
  81. at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
  82. at org.eclipse.e4.core.internal.di.InjectorImpl.invokeUsingClass(InjectorImpl.java:231)
  83. at org.eclipse.e4.core.internal.di.InjectorImpl.invoke(InjectorImpl.java:212)
  84. at org.eclipse.e4.core.contexts.ContextInjectionFactory.invoke(ContextInjectionFactory.java:131)
  85. at org.eclipse.e4.core.commands.internal.HandlerServiceImpl.executeHandler(HandlerServiceImpl.java:171)
  86. at org.eclipse.ui.internal.handlers.LegacyHandlerService.executeCommand(LegacyHandlerService.java:515)
  87. at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:141)
  88. at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
  89. at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
  90. at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
  91. at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
  92. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
  93. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
  94. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
  95. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
  96. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1053)
  97. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  98. at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:942)
  99. at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
  100. at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:588)
  101. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  102. at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:543)
  103. at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  104. at devcpu.Application.start(Application.java:95)
  105. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  106. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  107. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  108. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
  109. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
  110. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  111. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  112. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  113. at java.lang.reflect.Method.invoke(Unknown Source)
  114. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
  115. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
  116. at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
  117. at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
  118. Caused by: java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
  119. at java.util.ArrayList.rangeCheck(Unknown Source)
  120. at java.util.ArrayList.get(Unknown Source)
  121. at devcpu.views.hex.HexView.<init>(HexView.java:16)
  122. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  123. at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
  124. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
  125. at java.lang.reflect.Constructor.newInstance(Unknown Source)
  126. at java.lang.Class.newInstance0(Unknown Source)
  127. at java.lang.Class.newInstance(Unknown Source)
  128. at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:184)
  129. ... 114 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement