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 247298 - Continual remote system connection/welcome msg pop-up dialog prevents remote connection (C++)
Summary: Continual remote system connection/welcome msg pop-up dialog prevents remote ...
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 8.0.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Vladimir Kvashin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-19 10:02 UTC by spalj
Modified: 2015-05-14 03:08 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot of dialogs (86.33 KB, image/png)
2014-09-19 10:22 UTC, spalj
Details

Note You need to log in before you can comment on or make changes to this bug.
Description spalj 2014-09-19 10:02:25 UTC
Hello,

I'm unable to use Netbeans 8.0.1 for remote development.
When Netbeans connects to the remote system a pop-up dialog (showing a secuity message) is displayed behind the "Preparing to build...".  
I cannot click OK on the remote system's dialog without cancelling the "Preparing to build dialog" in front.
Consequently I never make a remote connection.

In NB 8.0 I could work around this by opening a remote terminal, clicking OK on the remote system msg dlg, then doing a (remote) build.  This no longer works in 8.0.1.

My C++ development environment is unuable now.

Regards

John Spalek
Comment 1 spalj 2014-09-19 10:22:33 UTC
Created attachment 149364 [details]
Screen shot of dialogs
Comment 2 spalj 2014-09-19 13:31:24 UTC
Is it possible to add (via config?) a -q to the ssh command so no login-banner msg is returned?
Comment 3 Vladimir Kvashin 2015-05-12 17:53:09 UTC
Fixed:
http://hg.netbeans.org/cnd-main/rev/e9f1f2cab674

Such messgaes are now show in non-modal baloons.
Comment 4 Quality Engineering 2015-05-14 03:08:05 UTC
Integrated into 'main-silver', will be available in build *201505140001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e9f1f2cab674
User: Vladimir Kvashin <vkvashin@netbeans.org>
Log: fixed #247298 - Continual remote system connection/welcome msg pop-up dialog prevents remote connection