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 257584 - NullPointerException at org.netbeans.modules.apisupport.project.ui.wizard.winsys.NewTCIterator.instantiate
Summary: NullPointerException at org.netbeans.modules.apisupport.project.ui.wizard.win...
Status: NEW
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 8.2
Hardware: All All
: P3 normal (vote)
Assignee: Martin Kozeny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-15 14:39 UTC by monezz
Modified: 2016-01-15 14:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 222137


Attachments
stacktrace (1.22 KB, text/plain)
2016-01-15 14:39 UTC, monezz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description monezz 2016-01-15 14:39:54 UTC
Build: NetBeans IDE Dev (Build 201601080002)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.66-b17, Java(TM) SE Runtime Environment, 1.8.0_66-b17
OS: Linux

User Comments:
Monezz: - create new maven platform module
- goto source packages and create new window
- fill in the form and press finish
After a long waiting time, while status bar says: Downloading Maven dependencies, which is stuck at 4%, this exception is reported.




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.apisupport.project.ui.wizard.winsys.NewTCIterator.instantiate(NewTCIterator.java:99)
   at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1053)
   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)
   at org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:160)
Comment 1 monezz 2016-01-15 14:39:56 UTC
Created attachment 158142 [details]
stacktrace
Comment 2 monezz 2016-01-15 14:51:25 UTC
Window seems to have been created just fine, so workaround consists of ignoring the exception.