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 232315 - NullPointerException at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.readSettingsFromPom
Summary: NullPointerException at org.netbeans.modules.maven.j2ee.utils.MavenProjectSup...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Maven (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Janicek
URL:
Keywords:
: 232331 (view as bug list)
Depends on:
Blocks:
 
Reported: 2013-07-05 21:47 UTC by rptmaestro
Modified: 2013-07-10 04:43 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 201622


Attachments
stacktrace (1.43 KB, text/plain)
2013-07-05 21:47 UTC, rptmaestro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rptmaestro 2013-07-05 21:47:51 UTC
Build: NetBeans IDE Dev (Build 201307042300)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.21-b01, Java(TM) SE Runtime Environment, 1.7.0_21-b11
OS: Linux

User Comments:
GUEST: Built Acitiviti

rptmaestro: Occurred while executing a maven project.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.readSettingsFromPom(MavenProjectSupport.java:489)
   at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.getSettings(MavenProjectSupport.java:469)
   at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.readServerInstanceID(MavenProjectSupport.java:443)
   at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.obtainServerIds(MavenProjectSupport.java:258)
   at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.changeServer(MavenProjectSupport.java:114)
   at org.netbeans.modules.maven.j2ee.ProjectHookImpl$1.propertyChange(ProjectHookImpl.java:111)
Comment 1 rptmaestro 2013-07-05 21:47:53 UTC
Created attachment 136753 [details]
stacktrace
Comment 2 Martin Janicek 2013-07-09 09:01:04 UTC
*** Bug 232331 has been marked as a duplicate of this bug. ***
Comment 3 Martin Janicek 2013-07-09 10:25:53 UTC
Fixed in: web-main #264ee2558116
Comment 4 Quality Engineering 2013-07-10 04:43:37 UTC
Integrated into 'main-silver', will be available in build *201307100049* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/264ee2558116
User: Martin Janicek <mjanicek@netbeans.org>
Log: #232315 - NullPointerException at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.readSettingsFromPom