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 197663 - NullPointerException at org.netbeans.modules.db.explorer.DatabaseConnection$5.run
Summary: NullPointerException at org.netbeans.modules.db.explorer.DatabaseConnection$5...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-12 12:53 UTC by Sergey Petrov
Modified: 2011-04-13 08:43 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 178285


Attachments
stacktrace (7.41 KB, text/plain)
2011-04-12 12:53 UTC, Sergey Petrov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergey Petrov 2011-04-12 12:53:49 UTC
Build: NetBeans IDE Dev (Build 20110411-95fa2f6ba3a6)
VM: Java HotSpot(TM) Client VM, 17.0-b17, Java(TM) SE Runtime Environment, 1.6.0_21-b07
OS: Windows 7

User Comments:
sj-nb: just open entities from db wizard and it tries to connect to datasource




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.explorer.DatabaseConnection$5.run(DatabaseConnection.java:694)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
   at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 1 Sergey Petrov 2011-04-12 12:53:53 UTC
Created attachment 107684 [details]
stacktrace
Comment 2 Jiri Rechtacek 2011-04-12 14:42:15 UTC
core-main/rev/5f83940004b1
Comment 3 Quality Engineering 2011-04-13 08:43:00 UTC
Integrated into 'main-golden', will be available in build *201104130401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/5f83940004b1
User: Jiri Rechtacek <jrechtacek@netbeans.org>
Log: #197663: NullPointerException at org.netbeans.modules.db.explorer.DatabaseConnection$5.run