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 - NullPointerException at org.netbeans.modules.db.mysql.actions.ConnectAction.performAction
Summary: NullPointerException at org.netbeans.modules.db.mysql.actions.ConnectAction.p...
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: MySQL (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: matthias42
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-22 06:36 UTC by dwuysan
Modified: 2016-06-20 20:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 223687


Attachments
stacktrace (3.35 KB, text/plain)
2016-04-22 06:36 UTC, dwuysan
Details

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