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 252278 - java.util.concurrent.RejectedExecutionException: XNIO007007: Thread is terminating
Summary: java.util.concurrent.RejectedExecutionException: XNIO007007: Thread is termin...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal with 1 vote (vote)
Assignee: ehsavoie
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-07 08:13 UTC by eino
Modified: 2015-06-02 03:01 UTC (History)
39 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 217161


Attachments
stacktrace (572 bytes, text/plain)
2015-05-07 08:13 UTC, eino
Details
stacktrace (572 bytes, text/plain)
2015-05-20 11:45 UTC, jherkel
Details
Enable fix for issue #249135 for WildFly 9.0.0 (1001 bytes, patch)
2015-05-30 10:09 UTC, hof
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description eino 2015-05-07 08:13:30 UTC
This bug was originally marked as duplicate of bug 249135, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201505060001)
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: Ao finalizar o servidor Wildfly 8.2.0

GUEST: <Please provide a description of the problem or the steps to reproduce>ddd

GUEST: run the wildfly

GUEST: ?

dimaki: Debugging Asynchronous EJBs

GUEST: Compiling a project with maven

GUEST: At start up

GUEST: was terminating the wildfly application server and a jdbc:derby hello server.

GUEST: Error while debugging from netbeans

GUEST: Stopping an application using Wildfly

GUEST: Ao executar projeto

dilneicunha: I was compiling ther project

GUEST: usage cpu java

GUEST: d

GUEST: <Please provide a description of the problem or the steps to reproduce>ss

GUEST: WildFly8.2????Maven???????????????????????

GUEST: .

GUEST: make clean on project

GUEST: stoping server wildfly

bennyn: Happend during Maven Clean & Build

GUEST: java.util.concurrent.RejectedExecutionException: XNIO007007: Thread is terminating

GUEST: Deploying JEE7 web application to Glassfish 4.1

GUEST: trying to run and debug web application in Wildfly 8.0.2

GUEST: Me encontraba abriendo el proyecto de aplicaci
Comment 1 eino 2015-05-07 08:13:39 UTC
Created attachment 153546 [details]
stacktrace
Comment 2 arthurgregorio 2015-05-12 00:55:26 UTC
This problem happens because of path for netbeans?

On linux, where my installation is /home/<user>/workspace/tools (no white spaces in name) this problem don't appears, but on windows, where my installation path is "C:\Program Files\NetBeans 8.0.2" (with white spaces) the problem appears

I think this plugin forgetting the quotation marks in the path beginning.
Comment 3 jherkel 2015-05-20 11:45:28 UTC
Created attachment 153765 [details]
stacktrace

click to WildFly server (Wildfly 9.0 CR1 Servlet only)
Comment 4 jherkel 2015-05-28 10:20:59 UTC
My path on Window is "c:\java\Netbeans_Dev" and I can see this exception, so probably there isn't problem with filesystem path.
Comment 5 hof 2015-05-30 10:09:46 UTC
Created attachment 153966 [details]
Enable fix for issue #249135 for WildFly 9.0.0


This issue is the same as #249135. Issue #249135 was specifically patched for WildFly version 8.2.0. The attached (simple) patch also enables this fix for WildFly 9.0.0.
Comment 6 ehsavoie 2015-06-01 06:30:32 UTC
Thanks for the patch, I've slightly modified it.
Commit 287984:a169f8bac383
Comment 7 Quality Engineering 2015-06-02 03:01:56 UTC
Integrated into 'main-silver', will be available in build *201506020001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a169f8bac383
User: Emmanuel Hugonnet <ehsavoie@netbeans.org>
Log: Fixing bug #252278 applying proposed patch.