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 232331 - NullPointerException at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.readSettingsFromPom
Summary: NullPointerException at org.netbeans.modules.maven.j2ee.utils.MavenProjectSup...
Status: RESOLVED DUPLICATE of bug 232315
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:
Depends on:
Blocks:
 
Reported: 2013-07-06 20:47 UTC by rodrigorsantos
Modified: 2013-07-09 09:01 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201954


Attachments
stacktrace (1.42 KB, text/plain)
2013-07-06 20:47 UTC, rodrigorsantos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description rodrigorsantos 2013-07-06 20:47:49 UTC
Build: NetBeans IDE Dev (Build 20130705-4a6116a2929a)
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:
rodrigorsantos: The error occurred when I modified the name of the project folder in linux shell




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.readServerID(MavenProjectSupport.java:433)
   at org.netbeans.modules.maven.j2ee.utils.MavenProjectSupport.obtainServerIds(MavenProjectSupport.java:259)
   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 rodrigorsantos 2013-07-06 20:47:51 UTC
Created attachment 136765 [details]
stacktrace
Comment 2 Martin Janicek 2013-07-09 09:01:04 UTC

*** This bug has been marked as a duplicate of bug 232315 ***