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 258966

Summary: NullPointerException at org.netbeans.modules.db.mysql.actions.ConnectAction.performAction
Product: db Reporter: dwuysan <dwuysan>
Component: MySQLAssignee: matthias42
Status: RESOLVED FIXED    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 223687
Attachments: stacktrace

Description dwuysan 2016-04-22 06:36:16 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.77-b03, Java(TM) SE Runtime Environment, 1.8.0_77-b03
OS: Linux

User Comments:
dwuysan: Did not do anything




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.db.mysql.actions.ConnectAction.performAction(ConnectAction.java:112)
   at org.openide.util.actions.NodeAction$DelegateAction$1.run(NodeAction.java:586)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.util.actions.NodeAction$DelegateAction.actionPerformed(NodeAction.java:583)
Comment 1 dwuysan 2016-04-22 06:36:18 UTC
Created attachment 159392 [details]
stacktrace
Comment 2 matthias42 2016-06-20 20:53:18 UTC
Fixed by:

http://hg.netbeans.org/core-main/rev/dd2f54d3ffa9

If you can reproduce the issue it would be nice if you could check the nightly build that contains this fix (a message will be posted here when this is the case). If you find the issue fix, please change the status of this issue to VERIFIED.