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 128347 - IllegalArgumentException during creation of UML Sample Application
Summary: IllegalArgumentException during creation of UML Sample Application
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Viktor Lapitski
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-25 19:24 UTC by Peter Lam
Modified: 2008-03-27 22:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log file (50.18 KB, text/plain)
2008-02-25 19:25 UTC, Peter Lam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Lam 2008-02-25 19:24:35 UTC
From the latest 6.1 M2 build 200802250003 with fresh userdir, creating the uml sample application popped up the
following exception on windows vista. This still seems to work properly though even though this exception dialog pops up
to user's face.

java.lang.IllegalArgumentException: Parameter file was not normalized. Was  instead of C:\Program Files\NetBeans 6.1
200802250003
	at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:608)
	at org.netbeans.modules.uml.project.UMLProject$ProjectOpenedHookImpl.projectOpened(UMLProject.java:661)
	at org.netbeans.spi.project.ui.ProjectOpenedHook$1.projectOpened(ProjectOpenedHook.java:81)
	at org.netbeans.modules.project.ui.OpenProjectList.notifyOpened(OpenProjectList.java:911)
	at org.netbeans.modules.project.ui.OpenProjectList.doOpenProject(OpenProjectList.java:956)
	at org.netbeans.modules.project.ui.OpenProjectList.doOpen(OpenProjectList.java:567)
	at org.netbeans.modules.project.ui.OpenProjectList.access$1200(OpenProjectList.java:124)
	at org.netbeans.modules.project.ui.OpenProjectList$3.run(OpenProjectList.java:463)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:561)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:986)
Comment 1 Peter Lam 2008-02-25 19:25:55 UTC
Created attachment 57218 [details]
ide log file
Comment 2 Peter Lam 2008-02-25 19:38:36 UTC
The exception doesn't seem to come up every time but at least 4 out of 6 times.
Comment 3 Viktor Lapitski 2008-02-26 07:26:31 UTC
fixed.

changeset:   69776:b317ef63e941
user:        lvv@netbeans.org
date:        Mon Feb 25 23:22:56 2008 -0800
summary:     Fix for 128347 IllegalArgumentException during creation of UML Samp
le Application
Comment 4 Peter Lam 2008-03-27 22:13:46 UTC
verified in NB 6.1 latest continuous trunk build 1340 (20080327130455)