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 196857 - java.util.concurrent.CancellationException: Connection cancelled for vk155633@endif:22
Summary: java.util.concurrent.CancellationException: Connection cancelled for vk155633...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Andrew Krasny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-18 16:18 UTC by Vladimir Kvashin
Modified: 2011-06-02 20:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 177697


Attachments
stacktrace (782 bytes, text/plain)
2011-03-18 16:18 UTC, Vladimir Kvashin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Kvashin 2011-03-18 16:18:46 UTC
Build: NetBeans IDE Dev (Build 110318-288a5fc85633)
VM: Java HotSpot(TM) Client VM, 17.1-b03, Java(TM) SE Runtime Environment, 1.6.0_22-b04
OS: Windows XP

User Comments:
vkvashin: I tried to addremote home to favorites while not being connected to the remote host. When I was prompted for password, I pressed escape.




Stacktrace: 
java.util.concurrent.CancellationException: Connection cancelled for vk155633@endif:22
   at org.netbeans.modules.nativeexecution.api.util.ConnectionManager.initiateConnection(ConnectionManager.java:310)
   at org.netbeans.modules.nativeexecution.api.util.ConnectionManager.connectTo(ConnectionManager.java:253)
   at org.netbeans.modules.nativeexecution.api.util.HostInfoUtils.getHostInfo(HostInfoUtils.java:205)
   at org.netbeans.modules.remote.ui.AddToFavoritesAction$AddHome.getPath(AddToFavoritesAction.java:228)
   at org.netbeans.modules.remote.ui.AddToFavoritesAction$AddPlace$1.run(AddToFavoritesAction.java:180)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
Comment 1 Vladimir Kvashin 2011-03-18 16:18:50 UTC
Created attachment 107110 [details]
stacktrace
Comment 2 Vladimir Kvashin 2011-03-18 16:32:10 UTC
Also 
java.util.concurrent.CancellationException: Connection cancelled for vk155633@endif:22
        at org.netbeans.modules.nativeexecution.api.util.ConnectionManager.initiateConnection(ConnectionManager.java:310)
        at org.netbeans.modules.nativeexecution.api.util.ConnectionManager.connectTo(ConnectionManager.java:253)
[catch] at org.netbeans.modules.remote.ui.AddToFavoritesAction$AddPlace$1.run(AddToFavoritesAction.java:156)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
        at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)
Comment 3 Vladimir Kvashin 2011-06-01 19:47:27 UTC
http://hg.netbeans.org/releases/rev/296349cf9efe
Comment 4 Quality Engineering 2011-06-02 20:08:49 UTC
Integrated into 'main-golden', will be available in build *201106021001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a56220df0e9e
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #196857 - java.util.concurrent.CancellationException
(transplanted from 296349cf9efef71e217279c895dc4aab98134c99)