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 - Parameter file was not normalized.
Summary: Parameter file was not normalized.
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 7.0
Hardware: PC Linux
: P1 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
: 194225 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-02-02 13:49 UTC by Petr Pisl
Modified: 2011-06-16 16:00 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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