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 157913 - NullPointerException at org.netbeans.modules.db.dataview.util.DBReadWriteHelper.readResultSet
Summary: NullPointerException at org.netbeans.modules.db.dataview.util.DBReadWriteHelp...
Status: RESOLVED WORKSFORME
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-02-04 13:10 UTC by cloeffler
Modified: 2009-12-22 09:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 143910


Attachments
stacktrace (907 bytes, text/plain)
2009-02-04 13:11 UTC, cloeffler
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cloeffler 2009-02-04 13:10:47 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments:
cloeffler: in DB View i wanted to view data from a table of an informix database. i am connected to the database via odbc

GUEST: Ejecutaba un Select sin filtros a una Tabla MS Access mediante ODBC

cloeffler: in DB View i wanted to view data from a table of an informix database. i am connected to the database via odbc



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.db.dataview.util.DBReadWriteHelper.readResultSet(DBReadWriteHelper.java:199)
        at org.netbeans.modules.db.dataview.output.SQLExecutionHelper.loadDataFrom(SQLExecutionHelper.java:484)
        at org.netbeans.modules.db.dataview.output.SQLExecutionHelper.initialDataLoad(SQLExecutionHelper.java:134)
        at org.netbeans.modules.db.dataview.output.DataView.create(DataView.java:101)
        at org.netbeans.modules.db.dataview.api.DataView.create(DataView.java:71)
        at org.netbeans.modules.db.sql.execute.SQLExecuteHelper.execute(SQLExecuteHelper.java:105)
Comment 1 cloeffler 2009-02-04 13:11:35 UTC
Created attachment 76557 [details]
stacktrace
Comment 2 Jiri Rechtacek 2009-02-10 15:29:03 UTC
Reassigned to new owner.
Comment 3 Jiri Rechtacek 2009-12-22 09:55:27 UTC
All bug report were against NB6.5, there has been no reports for newer release yet. I'm guessing it was fixed and now it works for me.