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 269086 - ThreadDeath at org.netbeans.modules.maven.embedder.exec.ProgressTransferListener.checkCancel
Summary: ThreadDeath at org.netbeans.modules.maven.embedder.exec.ProgressTransferListe...
Status: NEW
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-23 09:41 UTC by Exceptions Reporter
Modified: 2016-11-23 09:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 227270


Attachments
stacktrace (1.82 KB, text/plain)
2016-11-23 09:41 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2016-11-23 09:41:46 UTC
This bug was originally marked as duplicate of bug 197261, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.2 (Build 201609300101)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.112-b15, Java(TM) SE Runtime Environment, 1.8.0_112-b15
OS: Windows 7

User Comments:
GUEST: ......




Stacktrace: 
java.lang.ThreadDeath
   at org.netbeans.modules.maven.embedder.exec.ProgressTransferListener.checkCancel(ProgressTransferListener.java:113)
   at org.netbeans.modules.maven.embedder.exec.ProgressTransferListener.transferProgressed(ProgressTransferListener.java:190)
   at org.sonatype.aether.connector.wagon.WagonTransferListenerAdapter.transferProgress(WagonTransferListenerAdapter.java:69)
   at org.apache.maven.wagon.events.TransferEventSupport.fireTransferProgress(TransferEventSupport.java:121)
   at org.apache.maven.wagon.AbstractWagon.fireTransferProgress(AbstractWagon.java:553)
   at org.apache.maven.wagon.AbstractWagon.transfer(AbstractWagon.java:538)
Comment 1 Exceptions Reporter 2016-11-23 09:41:48 UTC
Created attachment 162994 [details]
stacktrace