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 203346 - [71cat] ProjectBuildingException rethrown as ISE to ReactorChecker.findReactor
Summary: [71cat] ProjectBuildingException rethrown as ISE to ReactorChecker.findReactor
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jesse Glick
URL: https://jira.codehaus.org/browse/MNG-...
Keywords:
Depends on:
Blocks: 197994
  Show dependency tree
 
Reported: 2011-10-08 07:32 UTC by sunbiz
Modified: 2011-10-30 15:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 181771


Attachments
stacktrace (2.39 KB, text/plain)
2011-10-08 07:32 UTC, sunbiz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description sunbiz 2011-10-08 07:32:43 UTC
Build: NetBeans IDE Dev (Build 201110030601)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.2-b06, Java(TM) SE Runtime Environment, 1.6.0_27-b07
OS: Windows 7

User Comments:
sunbiz: Deleting open maven projects which have other modules already deleted throws this exception




Stacktrace: 
org.apache.maven.model.building.ModelBuildingException: 1 problem was encountered while building the effective model
[FATAL] Non-readable POM C:\Users\Saptarshi\Documents\NetBeansProjects\MavenCRUDSample\pom.xml: C:\Users\Saptarshi\Documents\NetBeansProjects\MavenCRUDSample\pom.xml (The system cannot find the file specified) @ 

   at org.apache.maven.model.building.DefaultModelBuilder.readModel(DefaultModelBuilder.java:521)
   at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:259)
   at org.apache.maven.model.building.DefaultModelBuilder.build(DefaultModelBuilder.java:232)
   at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:141)
   at org.apache.maven.project.DefaultProjectBuilder.build(DefaultProjectBuilder.java:102)
   at org.apache.maven.project.MavenProject.getParent(MavenProject.java:359)
Comment 1 sunbiz 2011-10-08 07:32:48 UTC
Created attachment 111696 [details]
stacktrace
Comment 2 Jesse Glick 2011-10-28 18:53:35 UTC
Seems like a 7.1 dev build, not 7.0.
Comment 3 Jesse Glick 2011-10-28 19:01:55 UTC
Another case of MNG-5075.
Comment 4 Jesse Glick 2011-10-28 19:12:45 UTC
core-main #409124c8def1
Comment 5 Quality Engineering 2011-10-30 15:12:18 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/409124c8def1
User: Jesse Glick <jglick@netbeans.org>
Log: #203346: [71cat] ProjectBuildingException rethrown as ISE to ReactorChecker.findReactor