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 256669 - java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask.get
Summary: java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask.get
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: WildFly (show other bugs)
Version: 8.1
Hardware: All All
: P2 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-18 16:36 UTC by Exceptions Reporter
Modified: 2016-05-19 01:43 UTC (History)
8 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220552


Attachments
stacktrace (3.37 KB, text/plain)
2015-11-18 16:36 UTC, Exceptions Reporter
Details
stacktrace (3.37 KB, text/plain)
2016-02-08 15:34 UTC, aquaglia
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-11-18 16:36:10 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) Client VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 7

User Comments:
GUEST: Kill wildfly server while was stucked on stopping

GUEST: Wildfly plugin

samyomar82: I started wildfly 10 CR4 then from the right context menu I clicked Kill Server

cbond: Killing Wildfly Application server

GUEST: I dont know. Just WildFly.

kousalik: Attempted to kill WildFly 9.0.1Final throug the context menu.
Neither killing or stopping WildFly server works.




Stacktrace: 
java.util.concurrent.TimeoutException
   at java.util.concurrent.FutureTask.get(FutureTask.java:205)
   at org.netbeans.modules.javaee.wildfly.nodes.actions.KillServerAction.performAction(KillServerAction.java:87)
   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 Exceptions Reporter 2015-11-18 16:36:13 UTC
Created attachment 157395 [details]
stacktrace
Comment 2 aquaglia 2016-02-08 15:34:48 UTC
Created attachment 158415 [details]
stacktrace

JUnit testing
Comment 3 Exceptions Reporter 2016-03-17 15:32:27 UTC
This bug already has 20 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=220552
Comment 4 Petr Hejl 2016-05-18 11:39:03 UTC
Fixed in web-main e3cb71279e6e.
Comment 5 Quality Engineering 2016-05-19 01:43:35 UTC
Integrated into 'main-silver', will be available in build *201605190002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e3cb71279e6e
User: Petr Hejl <phejl@netbeans.org>
Log: #256669 - java.util.concurrent.TimeoutException at java.util.concurrent.FutureTask.get