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 163160 - NullPointerException at com.mysql.jdbc.StatementImpl.realClose
Summary: NullPointerException at com.mysql.jdbc.StatementImpl.realClose
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-04-20 21:29 UTC by diesil
Modified: 2010-04-01 12:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 149841


Attachments
stacktrace (933 bytes, text/plain)
2009-04-20 21:30 UTC, diesil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description diesil 2009-04-20 21:29:51 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 11.3-b02, Java(TM) SE Runtime Environment, 1.6.0_13-b03
OS: Windows XP, 5.1, x86

Stacktrace: 
java.lang.NullPointerException
        at com.mysql.jdbc.StatementImpl.realClose(StatementImpl.java:2261)
        at com.mysql.jdbc.StatementImpl.close(StatementImpl.java:483)
        at org.netbeans.modules.db.dataview.util.DataViewUtils.closeResources(DataViewUtils.java:221)
        at org.netbeans.modules.db.dataview.output.SQLExecutionHelper.initialDataLoad(SQLExecutionHelper.java:140)
        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 diesil 2009-04-20 21:30:00 UTC
Created attachment 80541 [details]
stacktrace
Comment 2 Jiri Rechtacek 2010-04-01 12:53:59 UTC
No more reports after NB6.7 or newer, seems to be fixed.