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 144916 - [65cat] java.util.NoSuchElementException at java.util.StringTokenizer.nextToken
Summary: [65cat] java.util.NoSuchElementException at java.util.StringTokenizer.nextToken
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Show Data (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ ahimanikya
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-23 10:46 UTC by alcmontejo
Modified: 2008-08-28 18:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 97193


Attachments
stacktrace (988 bytes, text/plain)
2008-08-23 10:46 UTC, alcmontejo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alcmontejo 2008-08-23 10:46:32 UTC
Build: NetBeans IDE Dev (Build 200808221401)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06, Java(TM) SE Runtime Environment, 1.6.0_02-b06
OS: Windows XP, 5.1, x86

User Comments: 
hi!

Good day!

Got this exception when I run my mysql script.


Thanks and more power,
Allen MOntejo

Stacktrace: 
java.util.NoSuchElementException
        at java.util.StringTokenizer.nextToken(StringTokenizer.java:332)
        at org.netbeans.modules.db.dataview.meta.DBMetaDataFactory.adjustTableMetadata(DBMetaDataFactory.java:307)
        at org.netbeans.modules.db.dataview.meta.DBMetaDataFactory.generateDBTables(DBMetaDataFactory.java:279)
        at org.netbeans.modules.db.dataview.output.SQLExecutionHelper.initialDataLoad(SQLExecutionHelper.java:118)
        at org.netbeans.modules.db.dataview.output.DataView.create(DataView.java:101)
        at org.netbeans.modules.db.dataview.api.DataView.create(DataView.java:71)
Comment 1 alcmontejo 2008-08-23 10:46:36 UTC
Created attachment 68157 [details]
stacktrace
Comment 2 _ ahimanikya 2008-08-28 18:24:55 UTC
http://hg.netbeans.org/main/rev/c9eb2705258a

If you still see the issue, please send me the sql that you are executing and steps to reproduce.