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 268251 - IllegalStateException: Too many org.netbeans.modules.db.explorer.action.DisconnectAction$1 (3) in shared RequestProcessor; create your own
Summary: IllegalStateException: Too many org.netbeans.modules.db.explorer.action.Disco...
Status: NEW
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: Dev
Hardware: All All
: P3 normal (vote)
Assignee: Libor Fischmeistr
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-28 15:43 UTC by alied
Modified: 2017-01-29 08:57 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 225078


Attachments
stacktrace (3.54 KB, text/plain)
2016-09-28 15:43 UTC, alied
Details
stacktrace (3.61 KB, text/plain)
2017-01-29 08:57 UTC, brettryan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alied 2016-09-28 15:43:23 UTC
Build: NetBeans IDE Dev (Build 201609280002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.102-b14, Java(TM) SE Runtime Environment, 1.8.0_102-b14
OS: Linux

User Comments:
GUEST: tried to disconnect a database connection

alied: trying to disconnect an Oracle database connection in the database node in the Services view




Stacktrace: 
java.lang.IllegalStateException: Too many org.netbeans.modules.db.explorer.action.DisconnectAction$1 (3) in shared RequestProcessor; create your own
   at org.openide.util.RequestProcessor.post(RequestProcessor.java:420)
   at org.netbeans.modules.db.explorer.action.DisconnectAction.performAction(DisconnectAction.java:94)
   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)
Comment 1 alied 2016-09-28 15:43:25 UTC
Created attachment 162257 [details]
stacktrace
Comment 2 brettryan 2017-01-29 08:57:21 UTC
Created attachment 163499 [details]
stacktrace

Trying to disconnect DB that has become stale due to network interruption, however; I'm also disconnecting two local DB connections.