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

Summary: NullPointerException at org.netbeans.modules.db.explorer.DatabaseConnection$5.run
Product: db Reporter: Sergey Petrov <sj-nb>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 7.0.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 178285
Attachments: stacktrace

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