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 218609 - IllegalArgumentException: Parameter file was not normalized. Was C:\Users\JSKRIV~1\AppData\Local\Temp\netbeans-jslibs-0 instead of C:\Users\jskrivanek\AppData\Local\Temp\netbeans-jslibs-0
Summary: IllegalArgumentException: Parameter file was not normalized. Was C:\Users\JSK...
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Project (show other bugs)
Version: 7.3
Hardware: All All
: P2 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-19 12:02 UTC by Jiri Skrivanek
Modified: 2012-09-21 06:29 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 192570


Attachments
stacktrace (2.42 KB, text/plain)
2012-09-19 12:02 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2012-09-19 12:02:50 UTC
Build: NetBeans IDE Dev (Build 201209190001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.3-b01, Java(TM) SE Runtime Environment, 1.7.0_07-b11
OS: Windows 7

User Comments:
jskrivanek: Creating HTML5 project.




Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was C:\Users\JSKRIV~1\AppData\Local\Temp\netbeans-jslibs-0 instead of C:\Users\jskrivanek\AppData\Local\Temp\netbeans-jslibs-0
   at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:1053)
   at org.netbeans.modules.web.clientproject.ui.wizard.JavaScriptLibrarySelectionPanel.createLibrariesFolder(JavaScriptLibrarySelectionPanel.java:206)
   at org.netbeans.modules.web.clientproject.ui.wizard.JavaScriptLibrarySelectionPanel.<init>(JavaScriptLibrarySelectionPanel.java:80)
   at org.netbeans.modules.web.clientproject.ui.wizard.ClientSideProjectWizardIterator$NewProjectWizard.createPanels(ClientSideProjectWizardIterator.java:253)
   at org.netbeans.modules.web.clientproject.ui.wizard.ClientSideProjectWizardIterator.initialize(ClientSideProjectWizardIterator.java:155)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:316)
Comment 1 Jiri Skrivanek 2012-09-19 12:02:55 UTC
Created attachment 124575 [details]
stacktrace
Comment 2 Tomas Mysik 2012-09-20 03:12:05 UTC
Fixed.

http://hg.netbeans.org/web-main/rev/47773ac111ae
Comment 3 Tomas Mysik 2012-09-20 03:21:33 UTC
Láďo, please verify that this fix is in Beta. If not, please reopen and I will backport it since it can block creating of new HTML5 projects.

Thanks.
Comment 4 Quality Engineering 2012-09-21 02:25:10 UTC
Integrated into 'main-golden', will be available in build *201209210001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/47773ac111ae
User: Tomas Mysik <tmysik@netbeans.org>
Log: #218609 - IllegalArgumentException: Parameter file was not normalized.
Comment 5 Jiri Skrivanek 2012-09-21 06:29:30 UTC
Verified in dev build 201209210001. I can't reproduce in beta but please check that the changeset is propagated in beta branch.