CDV ❯ dev-console NPE on cluster disconnect
-
Bug
-
Status: Closed
-
1 Critical
-
Resolution: Fixed
-
Terracotta Developer Console
-
-
gkeim
-
Reporter: mruddy
-
March 11, 2009
-
0
-
Watchers: 0
-
April 10, 2009
-
March 11, 2009
Description
when running the dev-console.bat client on a windows xp pro machine connected to a terracotta server on solaris 10, null pointer exceptions occur when disconnect is invoked through the button, context menu, and keyboard shortcut. i tried running the dev-console.sh on the solaris machine via vnc and did not get the exception on disconnect.
this is the dump that gets output to the console on the windows client machine:
Exception in thread “AWT-EventQueue-0” java.lang.NullPointerException at com.tc.admin.DashboardPanel$1.run(DashboardPanel.java:155) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:597) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161) at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comments
Mike Ruddy 2009-03-11
Himadri Singh 2009-03-16
No exceptions observed.
- Start server on linux machine
- Connect dev console on windows machine to it
- Disconnect dev console
- Got exception in build Revision 12024 but there was no exception in Revision 12162 (start server again)
same thing happens when disconnecting from a cluster run on the same windows machine