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 148579 - NullPointerException at org.apache.maven.project.ModelUtils.mergePluginLists
Summary: NullPointerException at org.apache.maven.project.ModelUtils.mergePluginLists
Status: RESOLVED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milos Kleint
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-28 15:01 UTC by nickdegraeve
Modified: 2009-11-02 11:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 119705


Attachments
stacktrace (2.53 KB, text/plain)
2008-09-28 15:02 UTC, nickdegraeve
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nickdegraeve 2008-09-28 15:01:53 UTC
Build: NetBeans IDE 6.1 (Build 200805300101)
VM: IBM J9 VM, 2.4, Java(TM) SE Runtime Environment, 2.4
OS: Linux, 2.6.24.7-laptop-1mnb, amd64

Stacktrace: 
java.lang.NullPointerException
        at org.apache.maven.project.ModelUtils.mergePluginLists(ModelUtils.java:164)
        at org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler.assembleBuildInheritance(DefaultModelInheritanceAssembler.java:363)
        at org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler.assembleModelInheritance(DefaultModelInheritanceAssembler.java:168)
        at org.apache.maven.project.inheritance.DefaultModelInheritanceAssembler.assembleModelInheritance(DefaultModelInheritanceAssembler.java:61)
        at org.apache.maven.project.DefaultMavenProjectBuilder.buildInternal(DefaultMavenProjectBuilder.java:786)
        at org.apache.maven.project.DefaultMavenProjectBuilder.buildFromRepository(DefaultMavenProjectBuilder.java:237)
Comment 1 nickdegraeve 2008-09-28 15:02:01 UTC
Created attachment 70751 [details]
stacktrace
Comment 2 Milos Kleint 2008-09-29 13:32:04 UTC
some sort of threading issue in maven's core classes, most probably not threadsafe..
Comment 3 Milos Kleint 2009-02-12 09:52:36 UTC
actually this report seems to be a duplicate of http://jira.codehaus.org/browse/MNG-3580
it's IBM jdk specific issue in maven embedder binary as far as I can tell.

the workaround would be to use Sun's JDK.

closing this issue as LATER, we cannot fix the issue ourselves (in 3rd party binary), we need to wait for it to be fixed
and appear in a stable version of 3.x maven binaries 
Comment 4 Quality Engineering 2009-11-02 11:02:38 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX