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

Summary: NullPointerException at com.mysql.jdbc.StatementImpl.realClose
Product: db Reporter: diesil <diesil>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=149841
Issue Type: DEFECT Exception Reporter: 149841
Attachments: stacktrace

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.