CDV ❯ Admin Console gets ArrayIndexOutOfBoundsException when verifying version
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
-
-
hhuynh
-
Reporter: tgautier
-
October 02, 2007
-
0
-
Watchers: 0
-
October 04, 2007
-
October 04, 2007
Description
Using the Admin Console in build 5744 with Server Check enabled, I get the following:
Exception in thread “AWT-EventQueue-0” java.lang.ArrayIndexOutOfBoundsException: 1 at com.tc.admin.AdminClientPanel.versionsMatch(AdminClientPanel.java:602) at com.tc.admin.AdminClientPanel.testServerMatch(AdminClientPanel.java:623) at com.tc.admin.AdminClientFrame.testServerMatch(AdminClientFrame.java:69) at com.tc.admin.ServerNode.setConnected(ServerNode.java:254) at com.tc.admin.ServerNode.access$200(ServerNode.java:55) at com.tc.admin.ServerNode$AutoConnectionListener$1.run(ServerNode.java:116) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209) at java.awt.EventQueue.dispatchEvent(EventQueue.java:461) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:269) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:190) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:176) at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)