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 236029 - NullPointerException at org.netbeans.modules.maven.j2ee.ui.wizard.BaseWizardIterator.saveSettingsToNbConfiguration
Summary: NullPointerException at org.netbeans.modules.maven.j2ee.ui.wizard.BaseWizardI...
Status: RESOLVED DUPLICATE of bug 236002
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-09-16 13:36 UTC by Stepan Zebra
Modified: 2013-09-25 08:59 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 202161


Attachments
stacktrace (1.19 KB, text/plain)
2013-09-16 13:36 UTC, Stepan Zebra
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Stepan Zebra 2013-09-16 13:36:19 UTC
Build: NetBeans IDE 7.4 RC1 (Build 201309152201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.0-b49, Java(TM) SE Runtime Environment, 1.8.0-ea-b107
OS: Windows 7

User Comments:
GUEST: problem

stezeb: Creating a new Maven Web Application with JDK8. The project seems successfully created, but it's not opened.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.maven.j2ee.ui.wizard.BaseWizardIterator.saveSettingsToNbConfiguration(BaseWizardIterator.java:110)
   at org.netbeans.modules.maven.j2ee.ui.wizard.EEWizardIterator.instantiate(EEWizardIterator.java:138)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1046)
   at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:605)
   at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:439)
   at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:248)
Comment 1 Stepan Zebra 2013-09-16 13:36:21 UTC
Created attachment 140129 [details]
stacktrace
Comment 2 Martin Janicek 2013-09-25 08:59:32 UTC

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