Advertisement
Guest User

Untitled

a guest
Apr 28th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 KB | None | 0 0
  1. Failed to initalized map toolcom.raytheon.uf.viz.core.exception.VizException: Failed to initialize a Tool Resource
  2. at com.raytheon.uf.viz.core.rsc.tools.GenericToolsResourceData.construct(GenericToolsResourceData.java:138)
  3. at com.raytheon.uf.viz.core.rsc.tools.action.AbstractGenericToolAction.getResource(AbstractGenericToolAction.java:107)
  4. at com.raytheon.viz.warngen.gui.WarngenAction.getResource(WarngenAction.java:78)
  5. at com.raytheon.viz.warngen.gui.WarngenAction.getResource(WarngenAction.java:1)
  6. at com.raytheon.uf.viz.core.rsc.tools.action.AbstractGenericToolAction.execute(AbstractGenericToolAction.java:76)
  7. at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:290)
  8. at org.eclipse.core.commands.Command.executeWithChecks(Command.java:499)
  9. at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
  10. at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
  11. at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:241)
  12. at org.eclipse.ui.menus.CommandContributionItem.handleWidgetSelection(CommandContributionItem.java:829)
  13. at org.eclipse.ui.menus.CommandContributionItem.access$19(CommandContributionItem.java:815)
  14. at org.eclipse.ui.menus.CommandContributionItem$5.handleEvent(CommandContributionItem.java:805)
  15. at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
  16. at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1276)
  17. at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3562)
  18. at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3186)
  19. at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
  20. at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
  21. at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
  22. at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
  23. at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
  24. at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
  25. at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
  26. at com.raytheon.viz.ui.personalities.awips.AbstractCAVEComponent.startComponent(AbstractCAVEComponent.java:261)
  27. at com.raytheon.uf.viz.application.VizApplication.start(VizApplication.java:81)
  28. at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
  29. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
  30. at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
  31. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
  32. at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
  33. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  34. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  35. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  36. at java.lang.reflect.Method.invoke(Method.java:597)
  37. at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
  38. at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
  39. at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
  40. at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
  41. Caused by: java.lang.reflect.InvocationTargetException
  42. at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
  43. at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
  44. at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
  45. at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
  46. at com.raytheon.uf.viz.core.rsc.tools.GenericToolsResourceData.construct(GenericToolsResourceData.java:119)
  47. ... 38 more
  48. Caused by: java.lang.IllegalArgumentException: GeospatialDataAccessor must not be null
  49. at com.raytheon.viz.warngen.gui.WarngenLayer$GeospatialDataAccessor.<init>(WarngenLayer.java:237)
  50. at com.raytheon.viz.warngen.gui.WarngenLayer.init(WarngenLayer.java:1059)
  51. at com.raytheon.viz.warngen.gui.WarngenLayer.setTemplateName(WarngenLayer.java:1027)
  52. at com.raytheon.viz.warngen.gui.WarngenLayer.<init>(WarngenLayer.java:643)
  53. ... 43 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement