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 256338

Summary: java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /export/home/alsimon/vb/Exchange/projects/???????
Product: platform Reporter: Alexander Simon <alexvsimon>
Component: FilesystemsAssignee: Jaroslav Havlin <jhavlin>
Status: NEW ---    
Severity: normal CC: hubbitus
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 220914
Attachments: stacktrace

Description Alexander Simon 2015-11-03 13:22:17 UTC
Build: NetBeans IDE 8.1 (Build 20151103-5865de9d0620)
VM: Java HotSpot(TM) 64-Bit Server VM, 1.9.0-ea-b81, Java(TM) SE Runtime Environment, 1.9.0-ea-b81
OS: SunOS

User Comments:
alexvsimon: cannot create project with non ASCII chars




Stacktrace: 
java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /export/home/alsimon/vb/Exchange/projects/???????
   at sun.nio.fs.UnixPath.encode(UnixPath.java:145)
   at sun.nio.fs.UnixPath.<init>(UnixPath.java:69)
   at sun.nio.fs.UnixFileSystem.getPath(UnixFileSystem.java:281)
   at java.nio.file.Paths.get(Paths.java:84)
   at org.netbeans.modules.masterfs.watcher.nio2.NioNotifier.addWatch(NioNotifier.java:73)
   at org.netbeans.modules.masterfs.watcher.nio2.NioNotifier.addWatch(NioNotifier.java:63)
Comment 1 Alexander Simon 2015-11-03 13:22:19 UTC
Created attachment 157121 [details]
stacktrace