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 - 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)
Summary: if "Select Executable" window appears then exception appears (IllegalArgument...
Status: RESOLVED DUPLICATE of bug 192814
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-03 14:20 UTC by soldatov
Modified: 2010-12-03 14:58 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174610


Attachments
stacktrace (1.70 KB, text/plain)
2010-12-03 14:20 UTC, soldatov
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***