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 248883 - "Yellow monitor" in toolbar if user connected to host via "IDE needs to reconnect to ..." tooltip
Summary: "Yellow monitor" in toolbar if user connected to host via "IDE needs to recon...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0.2
Hardware: PC Solaris
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-11-25 11:37 UTC by soldatov
Modified: 2015-05-17 05:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description soldatov 2014-11-25 11:37:52 UTC
Scenario:
- Add remote host
- Add remote folder to Favorites tab
- Open any c++ file in editor
- Switch on "Remote" toolbar
- Select new remote host as a default host
==> I see "green monitor" icon
- Restart IDE
==> "IDE needs to reconnect to ..." tooltip appears
- Click on tooltip and enter password
==> I waited a lot of time, but I see "yellow monitor" (I expect "green monitor")
Comment 1 soldatov 2014-11-25 12:12:26 UTC
Also in Build Tools tab in "Options" window I see such message: Host login@host.com is not connected.
But I can create or modify remote files.
Comment 2 Vladimir Kvashin 2015-03-03 15:55:39 UTC
Just an implementation detail: this stack should, in theory, make it green. I need to check why it does not.
"Remote setup"
	at org.netbeans.modules.cnd.remote.server.RemoteServerList.checkSetup(RemoteServerList.java:176)
	at org.netbeans.modules.cnd.remote.server.RemoteServerList.access$000(RemoteServerList.java:86)
	at org.netbeans.modules.cnd.remote.server.RemoteServerList$1.run(RemoteServerList.java:150)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1425)
	at org.netbeans.modules.openide.util.GlobalLookup.execute(GlobalLookup.java:59)
	at org.openide.util.lookup.Lookups.executeWith(Lookups.java:294)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:2038)
Comment 3 Vladimir Kvashin 2015-05-15 16:51:23 UTC
fixed:
http://hg.netbeans.org/cnd-main/rev/142a8f8ea706
Comment 4 Vladimir Kvashin 2015-05-15 17:15:43 UTC
The fix was incorrect, so I had to back it out:
http://hg.netbeans.org/cnd-main/rev/9219ba1a531b
Comment 5 Vladimir Kvashin 2015-05-15 20:04:36 UTC
http://hg.netbeans.org/cnd-main/rev/9dee35d7f22c
Comment 6 Quality Engineering 2015-05-16 08:29:50 UTC
Integrated into 'main-silver', will be available in build *201505160001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/142a8f8ea706
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #248883 - "Yellow monitor" in toolbar if user connected to host via "IDE needs to reconnect to ..." tooltip
Comment 7 Quality Engineering 2015-05-17 05:24:24 UTC
Integrated into 'main-silver', will be available in build *201505170001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/9dee35d7f22c
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #248883 - "Yellow monitor" in toolbar if user connected to host via "IDE needs to reconnect to ..." tooltip