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 193551 - [70cat] NullPointerException at org.netbeans.modules.derby.DerbyDatabasesImpl.dropDatabase
Summary: [70cat] NullPointerException at org.netbeans.modules.derby.DerbyDatabasesImpl...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Derby (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-17 15:04 UTC by aldobrucale
Modified: 2011-10-27 14:06 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 171249


Attachments
stacktrace (3.72 KB, text/plain)
2010-12-17 15:04 UTC, aldobrucale
Details

Note You need to log in before you can comment on or make changes to this bug.
Description aldobrucale 2010-12-17 15:04:45 UTC
Build: NetBeans IDE Dev (Build 201012150001)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Linux

User Comments:
aldobrucale: Removing a db connection node

GUEST: Trying to delete databases from derby




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.derby.DerbyDatabasesImpl.dropDatabase(DerbyDatabasesImpl.java:402)
   at org.netbeans.modules.derby.DerbyDatabaseNode.destroy(DerbyDatabaseNode.java:95)
   at org.openide.nodes.FilterNode.destroy(FilterNode.java:613)
   at org.openide.explorer.ExplorerActionsImpl$DeleteActionPerformer.doDestroy(ExplorerActionsImpl.java:668)
   at org.openide.explorer.ExplorerActionsImpl$DeleteActionPerformer.actionPerformed(ExplorerActionsImpl.java:618)
   at org.openide.util.actions.CallbackSystemAction$DelegateAction$1.run(CallbackSystemAction.java:607)
Comment 1 aldobrucale 2010-12-17 15:04:50 UTC
Created attachment 104212 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-10-26 14:16:25 UTC
core-main/rev/9415b06845dd
Comment 3 Quality Engineering 2011-10-27 14:06:59 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/9415b06845dd
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #193551: [70cat] NullPointerException at org.netbeans.modules.derby.DerbyDatabasesImpl.dropDatabase