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 65753 - java.lang.IllegalArgumentException: Parameter file was not normalized.
Summary: java.lang.IllegalArgumentException: Parameter file was not normalized.
Status: RESOLVED DUPLICATE of bug 63201
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: rmatous
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-03 20:48 UTC by William Leonard
Modified: 2008-12-22 22:35 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 William Leonard 2005-10-03 20:48:52 UTC
The IDE is failing to start because of this exception (it starts but is unusable
- I can't open any windows). The last thing I did was check out testwww and add
the directory D:\workspace\nb_www\testwww\www as a favorite. I'll delete the
userdir which I assume will solve the problem.

java.lang.IllegalArgumentException: Parameter file was not normalized. Was
D:\workspace\nb_www\testwww\www\images\marketing_newsletter\76. instead of
D:\workspace\nb_www\testwww\www\images\marketing_newsletter\76
	at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:404)
	at
org.netbeans.modules.versioning.system.cvss.FileStatusProvider.fireFileStatusEvent(FileStatusProvider.java:150)
	at
org.netbeans.modules.versioning.system.cvss.FileStatusProvider.versioningEvent(FileStatusProvider.java:124)
	at
org.netbeans.modules.versioning.util.ListenersSupport.fireVersioningEvent(ListenersSupport.java:62)
	at
org.netbeans.modules.versioning.util.ListenersSupport.fireVersioningEvent(ListenersSupport.java:52)
	at
org.netbeans.modules.versioning.system.cvss.FileStatusCache.fireFileStatusChanged(FileStatusCache.java:568)
	at
org.netbeans.modules.versioning.system.cvss.FileStatusCache.refresh(FileStatusCache.java:224)
	at
org.netbeans.modules.versioning.system.cvss.FileStatusCache.cleanUp(FileStatusCache.java:304)
	at
org.netbeans.modules.versioning.system.cvss.CvsVersioningSystem$1.run(CvsVersioningSystem.java:107)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 Jan Chalupa 2005-10-04 12:30:16 UTC
Radek, FS or CVS issue?
Comment 2 rmatous 2005-10-04 14:38:49 UTC

*** This issue has been marked as a duplicate of 63201 ***