Skip to content

Instantly share code, notes, and snippets.

@knowuh
Created October 12, 2010 17:16
Show Gist options
  • Save knowuh/622554 to your computer and use it in GitHub Desktop.
Save knowuh/622554 to your computer and use it in GitHub Desktop.
Exception in thread "AWT-EventQueue-2" java.lang.NullPointerException
at org.concord.sensor.state.SensorDataProxy.start(SensorDataProxy.java:175)
at org.concord.datagraph.state.DataGraphManagerStartable.start(DataGraphManagerStartable.java:96)
at org.concord.datagraph.state.DataGraphManagerStartable.start(DataGraphManagerStartable.java:88)
at org.concord.data.ui.StartableActionProvider$2.actionPerformed(StartableActionProvider.java:36)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:2028)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2351)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
at java.awt.Component.processMouseEvent(Component.java:6348)
at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
at java.awt.Component.processEvent(Component.java:6113)
at java.awt.Container.processEvent(Container.java:2085)
at java.awt.Component.dispatchEventImpl(Component.java:4714)
at java.awt.Container.dispatchEventImpl(Container.java:2143)
at java.awt.Component.dispatchEvent(Component.java:4544)
at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4618)
at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4282)
at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4212)
at java.awt.Container.dispatchEventImpl(Container.java:2129)
at java.awt.Window.dispatchEventImpl(Window.java:2478)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment