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 223434

Summary: IllegalArgumentException: Already a C:\Users\Marcelo\Documents\NetBeansProjects\ProjetoEPJ\nbproject\project.xml@46e856a0:1ff66dd
Product: web Reporter: Exceptions Reporter <exceptions_reporter>
Component: HTML ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED WORKSFORME    
Severity: normal CC: dds.dhawal, dkonecny
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 196213
Attachments: stacktrace

Description Exceptions Reporter 2012-12-06 18:38:37 UTC
This bug was originally marked as duplicate of bug 213131, 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 201212050001)
VM: Java HotSpot(TM) Client VM, 21.0-b08, Java(TM) SE Runtime Environment, 1.7.0-ea-b138
OS: Windows 7

User Comments:
dds.dhawal: Test Specification: http://wiki.netbeans.org/TS_73_HTML5Project
Test suite: New project with sources -->   Import AngularJS project




Stacktrace: 
java.lang.IllegalArgumentException: Already a C:\Users\Marcelo\Documents\NetBeansProjects\ProjetoEPJ\nbproject\project.xml@46e856a0:1ff66dd
   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 2012-12-06 18:38:43 UTC
Created attachment 129000 [details]
stacktrace
Comment 2 David Konecny 2012-12-09 18:24:31 UTC
I thought we put in place something to prevent this type of error.
Comment 3 Tomas Mysik 2012-12-10 05:22:08 UTC
(In reply to comment #2)
> I thought we put in place something to prevent this type of error.

Me too... Will check it.
Comment 4 Tomas Mysik 2012-12-10 13:15:54 UTC
Unfortunately, I cannot reproduce this problem. I followed the steps from the wiki page but I see the expected error message ("already project, maybe only in memory").

Could you please provide _exact_ steps to reproduce?

Thanks a lot.