-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Details from net2plan Java console (Windows enviroment):
java.nio.file.InvalidPathException: Illegal char <:> at index 2: /G:/net2plan-0.4.2/net2plan-0.4.2/workspace/0_VL.csv
at sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at sun.nio.fs.WindowsPathParser.parse(Unknown Source)
at sun.nio.fs.WindowsPath.parse(Unknown Source)
at sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
at java.nio.file.Paths.get(Unknown Source)
at afdx.vl.FileVLLoad.executeAlgorithm(FileVLLoad.java:39)
at com.net2plan.gui.tools.GUINetworkDesign.execute(GUINetworkDesign.java:141)
at com.net2plan.gui.utils.ThreadExecutionController$SwingWorkerCompletionWaiter.doInBackground(ThreadExecutionController.java:196)
at javax.swing.SwingWorker$1.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at javax.swing.SwingWorker.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Tue Jun 20 22:59:50 CEST 2017
java.nio.file.InvalidPathException: Illegal char <:> at index 2: /G:/net2plan-0.4.2/net2plan-0.4.2/workspace/0_VL.csv
sun.nio.fs.WindowsPathParser.normalize(Unknown Source)
sun.nio.fs.WindowsPathParser.parse(Unknown Source)
sun.nio.fs.WindowsPathParser.parse(Unknown Source)
sun.nio.fs.WindowsPath.parse(Unknown Source)
sun.nio.fs.WindowsFileSystem.getPath(Unknown Source)
java.nio.file.Paths.get(Unknown Source)
afdx.vl.FileVLLoad.executeAlgorithm(FileVLLoad.java:39)
I guess this is the same issue as disscussed here
https://stackoverflow.com/questions/9834776/java-nio-file-path-issue