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 184970

Summary: IllegalArgumentException: Called DataObject.find on null
Product: third-party Reporter: Exceptions Reporter <exceptions_reporter>
Component: -- Other --Assignee: issues@third-party <issues>
Status: RESOLVED WONTFIX    
Severity: normal CC: anderles, bjorneriknord, caiofior, ergalvao, fernandojmartin, galileogalilei, jasonpaulburke, jglick, joeuyuni, Kkkk, marcdebeer, mmirilovic, moderno, nagylaci001, prasenjeetp, sbarrat, stefanvw, stophi
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 163602
Attachments: stacktrace

Description Exceptions Reporter 2010-04-26 11:27:53 UTC
This issue was reported manually by mmirilovic.
It already has 36 duplicates 


Build: NetBeans IDE 6.8 (Build 200912041610)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows 7

User Comments:
GUEST: Trying to connect to remote server usin Remote File System plugin

GUEST: add connection

GUEST: Trying to add an connection on the Remote File Systems FTP plugin

GUEST: Adding remote SFTP server on a custom port (ie not 22)

GUEST: Plugin FPT

caiofior: Using Remote File System plugin

GUEST: Adding FTP site.

GUEST: i have instaled Remote File System plugin ...and I try to make a ftp connection




Stacktrace: 
java.lang.IllegalArgumentException: Called DataObject.find on null
   at org.openide.loaders.DataObject.find(DataObject.java:491)
   at org.openide.loaders.DataFolder.findFolder(DataFolder.java:550)
   at org.netbeans.modules.remotefs.api.config.ConnectionPersistenceManager.create(ConnectionPersistenceManager.java:183)
   at org.netbeans.modules.remotefs.api.LogInfoList.add(LogInfoList.java:90)
   at org.netbeans.modules.remotefs.sftp.ui.NewSFTPSiteWizardAction.performAction(NewSFTPSiteWizardAction.java:54)
   at org.netbeans.modules.remotefs.sftp.SFTPFileSystemInfo.createConnection(SFTPFileSystemInfo.java:46)
Comment 1 Exceptions Reporter 2010-04-26 11:28:01 UTC
Created attachment 98016 [details]
stacktrace
Comment 2 Marian Mirilovic 2011-12-02 10:01:17 UTC
106 reports -> P1
Comment 3 Jesse Glick 2011-12-02 13:40:38 UTC
I cannot find a class of this name in either main or contrib. Where is it from?
Comment 4 Marian Mirilovic 2011-12-13 10:59:25 UTC
Please report issues related to nb-remotefs plugin to 
http://kenai.com/projects/nb-remotefs

Thanks in advance.