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 - java.nio.file.InvalidPathException: Malformed input or input contains unmappable characters: /export/home/alsimon/vb/Exchange/projects/???????
Summary: java.nio.file.InvalidPathException: Malformed input or input contains unmappa...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Havlin
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-03 13:22 UTC by Alexander Simon
Modified: 2016-07-06 08:17 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 220914


Attachments
stacktrace (4.18 KB, text/plain)
2015-11-03 13:22 UTC, Alexander Simon
Details

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