This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 129584

Summary: ArrayIndexOutOfBoundsException at org.netbeans.modules.db.mysql.ConnectAction.performAction
Product: db Reporter: David Vancouvering <davidvc>
Component: CodeAssignee: David Vancouvering <davidvc>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description David Vancouvering 2008-03-07 23:38:41 UTC
This happens because the new refresh thread keeps forcing focus away from the current node, so you choose an action, and
by the time you select it, there is no active node.

java.lang.ArrayIndexOutOfBoundsException: 0
	at org.netbeans.modules.db.mysql.ConnectAction.performAction(ConnectAction.java:94)

There is no workaround, you are unable to use the Connect action or any other action on the database node under MySQL
Comment 1 David Vancouvering 2008-03-08 04:38:50 UTC
http://hg.netbeans.org/main?cmd=changeset;node=01580feaed2b