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 153762 - Development hosts manager on aix blocking in initializing status
Summary: Development hosts manager on aix blocking in initializing status
Status: RESOLVED DUPLICATE of bug 153389
Alias: None
Product: cnd
Classification: Unclassified
Component: Remote (show other bugs)
Version: 6.x
Hardware: PC All
: P3 blocker (vote)
Assignee: Sergey Grinev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-24 13:16 UTC by devlol
Modified: 2009-02-19 20:29 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
messages.log (24.32 KB, text/plain)
2008-11-24 13:17 UTC, devlol
Details

Note You need to log in before you can comment on or make changes to this bug.
Description devlol 2008-11-24 13:16:26 UTC
I use Netbeans 6.5 on a Windows environment.
I want to develop C++ on a remote host which system is IBM AIX 5.1.
Source files are shared with Samba server.
SSH Server is actived on remote host.

I use the Development Hosts Manager to configure a remote development host.

After I have inserted development server, login and password , I press Ok.

The status "Initializing" and a progress bar appear.

After severals minutes, the status is always in 'initializing' and the progress bar is still in action. 

There is an another problem when I cancel the add of a development host.

After cancel the action, I return to the Development Hosts Manager and then all is blocked : I can't close the window
"Development Hosts Manager", push any button on this window; the only thing I can do is moving the window.

I add the param "-J-Dcnd.remote.logger.level=ALL" in the command line of Netbeans.

I add the file messages.log with this issue.

In the log, the errors seem to be when the plugin send a command.

For example :

FIN [cnd.remote.logger]: RemoteCommandSupport<Init>: Running [PATH=/bin:/usr/bin export] on lkr@h80
ksh: bash:  introuvable.

I use the shell ksh on AIX system, bash shell is not installed.

Is there XLC support for Netbeans CPP ?

Thanks
Comment 1 devlol 2008-11-24 13:17:44 UTC
Created attachment 74077 [details]
messages.log
Comment 2 Sergey Grinev 2008-11-24 13:59:32 UTC
Unfortunately, in current release you have to have bash installed on remote system to use distributed development.
Comment 3 devlol 2008-11-24 15:14:35 UTC
Thanks for quick reply.

I find a package for installing BASH on AIX.

If BASH is installed, is xlc supportted ?
Comment 4 Sergey Grinev 2008-11-24 16:04:54 UTC
There is no support for XLC. But there is support for custom compilers configurations, so you may try to add one.
You can find correspondent tutorial here: http://www.netbeans.org/kb/docs/cnd/toolchain.html
Comment 5 john_velux 2008-11-26 11:54:57 UTC
Unfortunately I see the same problem when connecting to an openSuse server.

I can SSH connect to the server (using Putty).

The server /var/log/massages contains following:
Nov 26 11:53:56 linux-jos sshd[3863]: Accepted keyboard-interactive/pam for velux from 192.168.1.10 port 3601 ssh2
Nov 26 11:53:56 linux-jos sshd[3867]: Accepted keyboard-interactive/pam for velux from 192.168.1.10 port 3602 ssh2
Nov 26 11:53:58 linux-jos sshd[3916]: Accepted keyboard-interactive/pam for velux from 192.168.1.10 port 3603 ssh2
Nov 26 11:53:58 linux-jos sshd[3943]: Accepted keyboard-interactive/pam for velux from 192.168.1.10 port 3604 ssh2
Nov 26 11:53:59 linux-jos sshd[3970]: Accepted keyboard-interactive/pam for velux from 192.168.1.10 port 3605 ssh2
They come immediately after starting the "Initalizing".

The server is: openSuse 10.1
The user I login as, is using /bin/bash shell.

Please ask if you need more info.

Thanks
John
Comment 6 Sergey Grinev 2008-11-26 13:06:42 UTC
Hi, John. 

Fix for issue with hang up on Initialization will be included in the NB6.5 patch 2 

As a temporary workaround you can try to reduce amount of Windows drive mappings to one (so your "net use" command will
show just one (or less) line) before initialization of remote host.
Comment 7 Sergey Grinev 2008-11-26 13:10:51 UTC
Issue with blocked "Initializing" status was fixed and will be included into NB6.5 patch 2.
I've posted other issues as separate bug: 153935 Development hosts windows has all controls disabled

So this bug is closed as duplication of 153389.

*** This issue has been marked as a duplicate of 153389 ***