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 185064 - NullPointerException at org.netbeans.modules.remotefs.sftp.client.SFTPLogInfo.promptPassword
Summary: NullPointerException at org.netbeans.modules.remotefs.sftp.client.SFTPLogInfo...
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: RemoteFS (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: remotefs@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-27 09:31 UTC by karuppasamy
Modified: 2010-04-27 09:31 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 130269


Attachments
stacktrace (742 bytes, text/plain)
2010-04-27 09:31 UTC, karuppasamy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description karuppasamy 2010-04-27 09:31:24 UTC
This issue was reported manually by mmirilovic.
It already has 27 duplicates 


Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Linux

User Comments:
krzpob: After restawrt OS, and when remote system change fingerprint.

karuppasamy: Couldn't add one more sftp connection at a same time. Then, can not delete the previous connection.

GUEST: i tried to connect to remote host using the remote filesystem plugin.

GUEST: sftp access is not possible. password dialog input field is empty.

GUEST: trying to connect to sftp remote system

GUEST: i tried to connect to server via an sftp plugin

GUEST: Trying to establish a Remote Connection, the Password-Field won't be displayed.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.remotefs.sftp.client.SFTPLogInfo.promptPassword(SFTPLogInfo.java:157)
   at com.jcraft.jsch.UserAuthPassword.start(UserAuthPassword.java:52)
   at com.jcraft.jsch.Session.connect(Session.java:418)
   at com.jcraft.jsch.Session.connect(Session.java:149)
   at org.netbeans.modules.remotefs.sftp.client.SFTPClient.connect(SFTPClient.java:59)
   at org.netbeans.modules.remotefs.api.RemoteFileSystem.setConnected(RemoteFileSystem.java:173)
Comment 1 karuppasamy 2010-04-27 09:31:31 UTC
Created attachment 98104 [details]
stacktrace