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 156909 - [65cat] NumberFormatException: For input string: "4294967295"
Summary: [65cat] NumberFormatException: For input string: "4294967295"
Status: RESOLVED DUPLICATE of bug 168576
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-15 18:15 UTC by misterm
Modified: 2009-07-14 19:25 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 145236


Attachments
stacktrace (1.11 KB, text/plain)
2009-01-15 18:16 UTC, misterm
Details

Note You need to log in before you can comment on or make changes to this bug.
Description misterm 2009-01-15 18:15:04 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments:
misterm: Just running a query on a table with a CLOB



Stacktrace: 
java.lang.NumberFormatException: For input string: "4294967295"
        at java.lang.NumberFormatException.forInputString(NumberFormatException.java:48)
        at java.lang.Integer.parseInt(Integer.java:459)
        at java.lang.Integer.parseInt(Integer.java:497)
        at oracle.jdbc.driver.OracleResultSetMetaData.getPrecision(OracleResultSetMetaData.java:302)
        at org.netbeans.modules.db.dataview.meta.DBMetaDataFactory.generateDBTables(DBMetaDataFactory.java:227)
        at org.netbeans.modules.db.dataview.output.SQLExecutionHelper.initialDataLoad(SQLExecutionHelper.java:131)
Comment 1 misterm 2009-01-15 18:16:30 UTC
Created attachment 75862 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-02-10 15:32:39 UTC
Reassigned to new owner.
Comment 3 Jiri Rechtacek 2009-02-24 14:55:53 UTC
Works for me on recent Nb6.7M2 builds with Derby DB.
Comment 4 misterm 2009-07-14 19:18:08 UTC
This happens with Oracle 9i
Comment 5 misterm 2009-07-14 19:25:32 UTC
Closing again since exception_reporter submitted a new one.

*** This issue has been marked as a duplicate of 168576 ***