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 175049 - ArrayIndexOutOfBoundsException: 8
Summary: ArrayIndexOutOfBoundsException: 8
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-20 20:40 UTC by rjgonzale
Modified: 2013-05-25 16:21 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160518


Attachments
stacktrace (2.67 KB, text/plain)
2009-10-20 20:40 UTC, rjgonzale
Details
stacktrace (1.88 KB, text/plain)
2011-03-02 19:37 UTC, xtecuan
Details
stacktrace (1.88 KB, text/plain)
2011-03-15 06:43 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rjgonzale 2009-10-20 20:40:05 UTC
This issue was originally marked as duplicate of issue 164024, that is already resolved. This issue is still valid, so this seems to be another issue, but it might be related.

Build: NetBeans IDE Dev (Build 200910150201)
VM: OpenJDK 64-Bit Server VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_0-b16
OS: Linux, 2.6.30.8-64.fc11.x86_64, amd64

User Comments:
rjgonzale: Expanding the procedures in a mysql db connection



Stacktrace: 
java.lang.ArrayIndexOutOfBoundsException: 8
        at com.mysql.jdbc.DatabaseMetaData.convertToJdbcFunctionList(DatabaseMetaData.java:757)
        at com.mysql.jdbc.DatabaseMetaData.access$700(DatabaseMetaData.java:64)
        at com.mysql.jdbc.DatabaseMetaData$8.forEach(DatabaseMetaData.java:4307)
        at com.mysql.jdbc.IterateBlock.doForAll(IterateBlock.java:50)
        at com.mysql.jdbc.DatabaseMetaData.getProceduresAndOrFunctions(DatabaseMetaData.java:4217)
        at com.mysql.jdbc.DatabaseMetaData.getProcedures(DatabaseMetaData.java:4173)
Comment 1 rjgonzale 2009-10-20 20:40:12 UTC
Created attachment 89800 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-10-20 20:49:05 UTC
It's MySQL JDBC driver specific problem, no chance to fix it on NB side I guess. Lowering the priority and let's track
it for the record.
Comment 3 rjgonzale 2009-10-20 21:00:11 UTC
All JDBC versions? any possibility to check with other version? do you know?
Comment 4 xtecuan 2011-03-02 19:37:26 UTC
Created attachment 106628 [details]
stacktrace
Comment 5 Exceptions Reporter 2011-03-15 06:43:05 UTC
Created attachment 107003 [details]
stacktrace
Comment 6 matthias42 2013-05-25 16:21:16 UTC
The bundled mysql driver was updated and according to this:

https://github.com/darnaut/connectorj/commit/4e62d093fceca251ccee054e2e700c8e94551f01#src/com/mysql/jdbc/DatabaseMetaData.java

The fix is in the driver since a long time.