Skip to content

Instantly share code, notes, and snippets.

@GLitchfield
Created March 12, 2014 19:26
Show Gist options
  • Save GLitchfield/9514425 to your computer and use it in GitHub Desktop.
Save GLitchfield/9514425 to your computer and use it in GitHub Desktop.
java.lang.NullPointerException
at com.barchart.plugin.trader.core.tab.ui.TradeTabView.reloadAccounts(TradeTabView.java:2465)
at com.barchart.plugin.trader.core.tab.ui.TradeTabView.access$1300(TradeTabView.java:130)
at com.barchart.plugin.trader.core.tab.ui.TradeTabView$66.run(TradeTabView.java:3869)
at org.apache.pivot.wtk.ApplicationContext$QueuedCallback.run(ApplicationContext.java:1705)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment