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 251034 - java.util.concurrent.RejectedExecutionException: Task org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities$2@7d7fe420 rejected from org.xnio.XnioWorker$TaskPool@39c7f58d[Terminated, po
Summary: java.util.concurrent.RejectedExecutionException: Task org.jboss.remoting3.rem...
Status: RESOLVED DUPLICATE of bug 249135
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-03-09 13:53 UTC by henry_oc
Modified: 2015-03-17 09:35 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 211476


Attachments
stacktrace (1.70 KB, text/plain)
2015-03-09 13:53 UTC, henry_oc
Details

Note You need to log in before you can comment on or make changes to this bug.
Description henry_oc 2015-03-09 13:53:21 UTC
Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.40-b25, Java(TM) SE Runtime Environment, 1.8.0_40-b25
OS: Windows 7

User Comments:
myfear: "selecting RUN" on a project to run it on Wildfly 8.1

GUEST: Travando

GUEST: NetBeans debuggin application hosted on WildFly 8.1.0

GUEST: When starting up wildfly 8.2.0

GUEST: I do not know what caused this error. A red icon was showing in the bottom right corner of Netbeans and I thought I should report it.

henry_oc: I'm not sure what exactly I did (I just stopped and started a JBoss server).
I suspect this, and [Bug 248920], might  not be directly related to he NetBeans IDE, but might be problems with JBoss. 
However these errors generate a notification at the bottom right corner of the IDE, which then asks me to report this problem to you (hence this bug report).
So, maybe the IDE should be "fixed" not to genereate a notification that request the log info to be send to the NetBeans team for these kind of problems?

Bineeth68: This exception has been raised when trying to run, Wild Fly 8.1 Server.

GUEST: Started wildfly

GUEST: Run project on  WildFly 8.1

GUEST: Running a wildfly-maven-web application.

GUEST: while wildfly was starting i got this exception

GUEST: Iniciando Netbeans




Stacktrace: 
java.util.concurrent.RejectedExecutionException: Task org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities$2@7d7fe420 rejected from org.xnio.XnioWorker$TaskPool@39c7f58d[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 0]
   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:572)
   at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:454)
   at org.jboss.remoting3.remote.ClientConnectionOpenListener$Capabilities.handleEvent(ClientConnectionOpenListener.java:242)
Comment 1 henry_oc 2015-03-09 13:53:24 UTC
Created attachment 152503 [details]
stacktrace
Comment 2 Petr Hejl 2015-03-17 09:35:19 UTC

*** This bug has been marked as a duplicate of bug 249135 ***