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 153168

Summary: [65cat] NullPointerException at org.openide.NotifyDescriptor$Exception.<init>
Product: db Reporter: sunbiz <sunbiz>
Component: Show DataAssignee: Shansi 11 <sivashankari>
Status: RESOLVED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=139259
Issue Type: DEFECT Exception Reporter: 139259
Attachments: stacktrace

Description sunbiz 2008-11-13 18:10:31 UTC
Build: NetBeans IDE 6.5 RC2 (Build 200810270001)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Windows Vista, 6.0, x86

User Comments:
sunbiz: Delete selected row from JavaDB database... Rows have the same value and when selected and delete is pressed, the row is not deleted and this exception is thrown



Stacktrace: 
java.lang.NullPointerException
        at org.openide.NotifyDescriptor$Exception.<init>(NotifyDescriptor.java:808)
        at org.netbeans.modules.db.dataview.output.SQLStatementExecutor.commitOrRollback(SQLStatementExecutor.java:155)
        at org.netbeans.modules.db.dataview.output.SQLExecutionHelper$.finished(SQLExecutionHelper.java:245)
        at org.netbeans.modules.db.dataview.output.SQLStatementExecutor.run(SQLStatementExecutor.java:119)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:997)
Comment 1 sunbiz 2008-11-13 18:10:38 UTC
Created attachment 73742 [details]
stacktrace
Comment 2 Jiri Rechtacek 2008-11-21 15:29:59 UTC
Seems as SQLStatementExecutor.commitOrRollback() invoked NotifyDescriptor with null argument.
Comment 3 David Vancouvering 2008-11-21 17:24:50 UTC
Reassigning to showdata for evaluation
Comment 4 Shansi 11 2008-12-04 10:50:56 UTC
Needs Verification
Comment 5 Roman Mostyka 2008-12-04 16:30:33 UTC
sunbiz, can you verify that this issue was really fixed?