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 192849

Summary: if "Select Executable" window appears then exception appears (IllegalArgumentException: Parameter file was not normalized. Was /export/home/tester/fortran_sample/. instead of /export/home/tester/fortran_sample)
Product: cnd Reporter: soldatov <soldatov>
Component: -- Other --Assignee: issues@cnd <issues>
Status: RESOLVED DUPLICATE    
Severity: normal CC: rmartins
Priority: P3    
Version: 7.0   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 174610
Attachments: stacktrace

Description soldatov 2010-12-03 14:20:50 UTC
This issue was reported manually by soldatov.
It already has 3 duplicates 


Build: NetBeans IDE Dev (Build cnd-main-4674-on-101203)
VM: OpenJDK 64-Bit Server VM, 19.0-b09, OpenJDK Runtime Environment, 1.6.0_20-b20
OS: Linux

User Comments:
soldatov: if "Select Executable" window appears




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was /export/home/tester/fortran_sample/. instead of /export/home/tester/fortran_sample
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1006)
   at org.netbeans.modules.remote.impl.fs.LocalFileSystemProvider.getFileObject(LocalFileSystemProvider.java:183)
   at org.netbeans.modules.remote.spi.FileSystemProvider.getFileObject(FileSystemProvider.java:161)
   at org.netbeans.modules.cnd.remote.fs.CndFileSystemProviderImpl.toFileObjectImpl(CndFileSystemProviderImpl.java:81)
   at org.netbeans.modules.cnd.spi.utils.CndFileSystemProvider$DefaultProvider.toFileObjectImpl(CndFileSystemProvider.java:169)
   at org.netbeans.modules.cnd.spi.utils.CndFileSystemProvider.toFileObject(CndFileSystemProvider.java:108)
Comment 1 soldatov 2010-12-03 14:20:53 UTC
Created attachment 103582 [details]
stacktrace
Comment 2 Vladimir Kvashin 2010-12-03 14:58:33 UTC
Thank you for filing. 
It's the same as one of the cases described in 192814.

Unfortunately bugzilla considers all these "Parameter file was not normalized" exceptions as dups since they have common stack top; so we have to distinguish it manually.

For future, I propose, should this exception appear again, check whether issue 192814 already refers it; if not, then file a separate issue.

*** This bug has been marked as a duplicate of bug 192814 ***