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 254085 - java.util.concurrent.CancellationException at java.util.concurrent.FutureTask.report
Summary: java.util.concurrent.CancellationException at java.util.concurrent.FutureTask...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Execution (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-08-02 20:24 UTC by muellermi
Modified: 2015-08-02 20:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 218927


Attachments
stacktrace (3.52 KB, text/plain)
2015-08-02 20:24 UTC, muellermi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description muellermi 2015-08-02 20:24:34 UTC
Build: NetBeans IDE 8.1 Beta (Build 201507302201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
muellermi: start profiling




Stacktrace: 
java.util.concurrent.CancellationException
   at java.util.concurrent.FutureTask.report(FutureTask.java:121)
   at java.util.concurrent.FutureTask.get(FutureTask.java:206)
   at org.netbeans.api.extexecution.ExecutionService$7.get(ExecutionService.java:295)
   at org.netbeans.api.extexecution.ExecutionService$7.get(ExecutionService.java:251)
   at org.netbeans.modules.javaee.wildfly.ide.WildflyOutputSupport.waitForStop(WildflyOutputSupport.java:270)
   at org.netbeans.modules.javaee.wildfly.ide.WildflyStopRunnable.run(WildflyStopRunnable.java:125)
Comment 1 muellermi 2015-08-02 20:24:35 UTC
Created attachment 155128 [details]
stacktrace