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 252515 - java.util.concurrent.RejectedExecutionException: Task org.jboss.remoting3.remote.RemoteConnectionChannel$3@419787c4 rejected from org.xnio.XnioWorker$TaskPool@4f507186[Shutting down, pool size = 6, ac
Summary: java.util.concurrent.RejectedExecutionException: Task org.jboss.remoting3.rem...
Status: NEW
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-21 03:12 UTC by Exceptions Reporter
Modified: 2017-12-19 17:51 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 216802


Attachments
stacktrace (1.08 KB, text/plain)
2015-05-21 03:12 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-05-21 03:12:52 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.45-b02, Java(TM) SE Runtime Environment, 1.8.0_45-b15
OS: Windows 8

User Comments:
GUEST: Jboss plugin bug during deploy / debug mode

krustbr: Trying to debug an application with JBOSS EAP 6.4 Beta

krustbr: trying to update from Subversion an maven application

krustbr: Trying to deploy breakpoints

GUEST: JBOSS BUF

krustbr: Differing versions/Resolving conflicts from SVN




Stacktrace: 
java.util.concurrent.RejectedExecutionException: Task org.jboss.remoting3.remote.RemoteConnectionChannel$3@419787c4 rejected from org.xnio.XnioWorker$TaskPool@4f507186[Shutting down, pool size = 6, active threads = 1, queued tasks = 0, completed tasks = 9]
   at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2047)
   at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:823)
   at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1369)
   at org.xnio.XnioWorker.execute(XnioWorker.java:584)
   at org.jboss.remoting3.remote.RemoteConnectionChannel.receiveMessage(RemoteConnectionChannel.java:363)
   at org.jboss.remotingjmx.protocol.v2.ClientCommon$MessageReceiver.handleMessage(ClientCommon.java:141)
Comment 1 Exceptions Reporter 2015-05-21 03:12:55 UTC
Created attachment 153774 [details]
stacktrace