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 - [65cat] NullPointerException at org.openide.NotifyDescriptor$Exception.<init>
Summary: [65cat] NullPointerException at org.openide.NotifyDescriptor$Exception.<init>
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: Shansi 11
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-13 18:10 UTC by sunbiz
Modified: 2009-02-19 20:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 139259


Attachments
stacktrace (618 bytes, text/plain)
2008-11-13 18:10 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
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?