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 194985

Summary: Parameter file was not normalized.
Product: php Reporter: Petr Pisl <ppisl>
Component: FTP SupportAssignee: Petr Pisl <ppisl>
Status: RESOLVED FIXED    
Severity: normal CC: gena01
Priority: P1    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:

Description Petr Pisl 2011-02-02 13:49:16 UTC
After fixing issue #192440 there is a regression that causes exception 

java.lang.IllegalArgumentException: Parameter file was not normalized.

at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1012)
	at org.netbeans.modules.php.project.connections.RemoteClient.getLocalFile(RemoteClient.java:776)
	at org.netbeans.modules.php.project.connections.RemoteClient.prepareDownload(RemoteClient.java:537)
	at org.netbeans.modules.php.project.ui.wizards.RemoteConfirmationPanel.getRemoteFiles(RemoteConfirmationPanel.java:232)
	at org.netbeans.modules.php.project.ui.wizards.RemoteConfirmationPanel.access$000(RemoteConfirmationPanel.java:72)
	at org.netbeans.modules.php.project.ui.wizards.RemoteConfirmationPanel$1.run(RemoteConfirmationPanel.java:191)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1424)
	at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:1968)

This exception is raised every time when the RemoteClient touch a file on the remote server, which causes the ftp support unusable. 

I have found this issue during testing issue #194910
Comment 1 Petr Pisl 2011-02-02 14:05:22 UTC
Fixed in web-main.
Comment 2 Quality Engineering 2011-02-03 05:51:28 UTC
Integrated into 'main-golden', will be available in build *201102030000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/08b401cd01fa
User: Petr Pisl <ppisl@netbeans.org>
Log: #194985 - Parameter file was not normalized.
Comment 3 Tomas Mysik 2011-06-16 16:00:03 UTC
*** Bug 194225 has been marked as a duplicate of this bug. ***