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 134777 - ArrayIndexOutOfBoundsException: No such child: 0 - no way to get results from the IDE
Summary: ArrayIndexOutOfBoundsException: No such child: 0 - no way to get results from...
Status: CLOSED DUPLICATE of bug 132028
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: David Vancouvering
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-09 15:11 UTC by Marian Mirilovic
Modified: 2009-01-22 15:42 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 53216


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Marian Mirilovic 2008-05-09 15:11:39 UTC
It looks like duplicate of issue 130869 (fixed in NB 6.1) but this one I experienced in NB 6.5) ...

Build: NetBeans IDE Dev (Build 200805090002)
VM: Java HotSpot(TM) 64-Bit Server VM, 10.0-b22, Java(TM) SE Runtime Environment, 1.6.0_06-b02
OS: Linux, 2.6.24-16-generic, amd64
User comments: 
STACKTRACE: (first 10 lines)
java.lang.ArrayIndexOutOfBoundsException: No such child: 0
        at java.awt.Container.getComponent(Container.java:281)
        at org.netbeans.modules.db.sql.loader.SQLCloneableEditor.createResultComponent(SQLCloneableEditor.java:122)
        at org.netbeans.modules.db.sql.loader.SQLCloneableEditor.getResultComponent(SQLCloneableEditor.java:109)
        at org.netbeans.modules.db.sql.loader.SQLEditorSupport$2.run(SQLEditorSupport.java:331)
        at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
        at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:104)
        at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
        at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
Comment 1 Petr Blaha 2008-05-09 16:01:08 UTC

*** This issue has been marked as a duplicate of 132028 ***
Comment 2 Marian Mirilovic 2009-01-22 15:42:48 UTC
v/c