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 161096 - IllegalArgumentException: Parameter file was not normalized. Was /Users/klauer/Programming/Groovy/groovyJersey/src/main instead of /Users/klauer/Programming/Groovy/GroovyJersey/src/main
Summary: IllegalArgumentException: Parameter file was not normalized. Was /Users/klaue...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-25 04:00 UTC by klauern
Modified: 2009-03-26 08:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148213


Attachments
stacktrace (974 bytes, text/plain)
2009-03-25 04:00 UTC, klauern
Details

Note You need to log in before you can comment on or make changes to this bug.
Description klauern 2009-03-25 04:00:08 UTC
Build: NetBeans IDE Dev (Build 200903221401)
VM: Java HotSpot(TM) Client VM, 1.5.0_16-133, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_16-b06-284
OS: Mac OS X, 10.5.6, i386

User Comments:
klauern: Created new maven-web-application project.



Stacktrace: 
java.lang.IllegalArgumentException: Parameter file was not normalized. Was /Users/klauer/Programming/Groovy/groovyJersey/src/main instead of /Users/klauer/Programming/Groovy/GroovyJersey/src/main
        at org.openide.filesystems.FileUtil.toFileObject(FileUtil.java:864)
        at org.openide.filesystems.FileUtil$Holder.locateCurrent(FileUtil.java:295)
        at org.openide.filesystems.FileUtil$Holder.someChange(FileUtil.java:334)
        at org.openide.filesystems.FileUtil$Holder.fileFolderCreated(FileUtil.java:386)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEventImpl(FCLSupport.java:133)
        at org.openide.filesystems.FCLSupport$DispatchEventWrapper.dispatchEvent(FCLSupport.java:122)
Comment 1 klauern 2009-03-25 04:00:44 UTC
Created attachment 78799 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-03-25 08:26:02 UTC
Too few information about the problem. There is clash in case of letters in project name - groovyJersey vs.
GroovyJersey. Did you rename the project before? Could you write down exact steps how to reproduce it?
Comment 3 klauern 2009-03-25 13:50:29 UTC
It's probably more complicated than that.  I was creating alot of little projects trying to integrate Groovy into a
project, so there's a chance that I created the same project twice after deleting it.  I know that I had trouble with a
project because I saved the pom.xml before I was finished working with it.  That caused some issues with the project not
loading.  I then decided it was best to start over again and deleted the project (and sources).  I created a new one and
that's probably when I got the exception.
Comment 4 Jiri Skrivanek 2009-03-26 08:49:29 UTC
Thank you for clarification. But I was not able to reproduce the problem. If you have exact steps, please reopen.