• 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

same thing happens when disconnecting from a cluster run on the same windows machine

Himadri Singh 2009-03-16

No exceptions observed.

  1. Start server on linux machine
  2. Connect dev console on windows machine to it
  3. Disconnect dev console
  4. Got exception in build Revision 12024 but there was no exception in Revision 12162 (start server again)