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 226671 - IllegalArgumentException: Already a /Users/luisjr/NetBeansProjects/TestProject/nbproject/project.xml@bc44b6ee:33931942
Summary: IllegalArgumentException: Already a /Users/luisjr/NetBeansProjects/TestProjec...
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-25 16:53 UTC by Exceptions Reporter
Modified: 2016-07-07 08:37 UTC (History)
7 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 199016


Attachments
stacktrace (1.79 KB, text/plain)
2013-02-25 16:53 UTC, Exceptions Reporter
Details
stacktrace (1.80 KB, text/plain)
2013-04-25 13:19 UTC, thilob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2013-02-25 16:53:50 UTC
This bug was originally marked as duplicate of bug 223434, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201302242300)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.12-b01-434, Java(TM) SE Runtime Environment, 1.6.0_37-b06-434-11M3909
OS: Mac OS X

Stacktrace: 
java.lang.IllegalArgumentException: Already a /Users/luisjr/NetBeansProjects/TestProject/nbproject/project.xml@bc44b6ee:33931942
   at org.netbeans.spi.project.support.ant.ProjectGenerator$1.run(ProjectGenerator.java:127)
   at org.netbeans.spi.project.support.ant.ProjectGenerator$1.run(ProjectGenerator.java:122)
   at org.openide.util.Mutex.writeAccess(Mutex.java:438)
   at org.netbeans.spi.project.support.ant.ProjectGenerator.createProject0(ProjectGenerator.java:122)
   at org.netbeans.spi.project.support.ant.ProjectGenerator.createProject(ProjectGenerator.java:103)
   at org.netbeans.modules.web.clientproject.util.ClientSideProjectUtilities.setupProject(ClientSideProjectUtilities.java:130)
Comment 1 Exceptions Reporter 2013-02-25 16:53:54 UTC
Created attachment 131846 [details]
stacktrace
Comment 2 thilob 2013-04-25 13:19:18 UTC
Created attachment 133803 [details]
stacktrace

finishing the "New HTML5 Application" wizard while the "updating Javascript Libraries" task still running
Comment 3 korb 2014-04-12 12:55:10 UTC
FYI, I experienced this bug yesterday (the auto-reply e-mail when I said to report the issue returned this bug ID). In my case, I was attempting to create a new Java EE Enterprise Application when I saw this.

After some digging, I discovered the problem: I had checked the "Use Dedicated Folder for Storing Libraries" checkbox and supplied the full path to a shared libraries directory, but I did not have write permission on that directory. Once that was rectified I was able to create the project without issue.

Here's the details on my NB version:

Product Version: NetBeans IDE 8.0 (Build 201403101706)
Java: 1.7.0_51; Java HotSpot(TM) 64-Bit Server VM 24.51-b03
Runtime: Java(TM) SE Runtime Environment 1.7.0_51-b13
System: Linux version 2.6.18-371.4.1.el5 running on amd64; UTF-8; en_US (nb)
Comment 4 Martin Balin 2016-07-07 08:37:16 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss