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 214469 - java.io.IOException: The filename, directory name, or volume label syntax is incorrect
Summary: java.io.IOException: The filename, directory name, or volume label syntax is ...
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-19 21:32 UTC by Exceptions Reporter
Modified: 2012-11-07 07:39 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 189757


Attachments
stacktrace (5.33 KB, text/plain)
2012-06-19 21:32 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-06-19 21:32:37 UTC
This bug was originally marked as duplicate of bug 156873, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.2 Beta (Build 201205031832)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.0-b21, Java(TM) SE Runtime Environment, 1.7.0_04-b22
OS: Windows 7

User Comments:
GUEST: I created a new project with remote sources. After I clicked finish and it was downloading the project files, it threw this error.




Stacktrace: 
java.io.IOException: The filename, directory name, or volume label syntax is incorrect
   at java.io.WinNTFileSystem.createFileExclusively(WinNTFileSystem.java:0)
   at java.io.File.createNewFile(File.java:947)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createData(FolderObj.java:397)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj.createDataImpl(FolderObj.java:343)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:309)
   at org.netbeans.modules.masterfs.filebasedfs.fileobjects.FolderObj$1.call(FolderObj.java:307)
Comment 1 Exceptions Reporter 2012-06-19 21:32:42 UTC
Created attachment 121067 [details]
stacktrace
Comment 2 deadpixel89 2012-10-10 12:05:04 UTC
I have the same problem with a Windows 8 x64, Java 7 Update 7, Netbeans 7.2 release Version (german language). Any news on this?
Really need to clone and pull projects from a working machine ;)
If there is anything i could/should test, just tell me :)
Comment 3 Jaroslav Tulach 2012-11-05 15:02:34 UTC
filesystem just throws an IOException. That is what masterfs is supposed to do. PHP may call masterfs with some weird requests...
Comment 4 Tomas Mysik 2012-11-07 05:43:10 UTC
It seems that the filename is incorrect, unfortunately it is not part of the exception. I will add logging for it.

Thanks for reporting.
Comment 5 Tomas Mysik 2012-11-07 07:39:53 UTC
Just found out that this is already fixed for NB 7.3 - please update to it to avoid this exception. From the reports, the problematic file is:

C:\[...]\wp-temp\?XDEBUG_SESSION_START=netbeans-xdebug.tmp

Thanks for reporting.