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 221457 - NullPointerException: No iterator for MultiFileObject@547e6f03[Templates/Project/ClientSide/org-netbeans-modules-web-clientproject-ui-wizard-ClientSideProjectWizardIterator-newProject]
Summary: NullPointerException: No iterator for MultiFileObject@547e6f03[Templates/Proj...
Status: RESOLVED DUPLICATE of bug 221083
Alias: None
Product: web
Classification: Unclassified
Component: HTML Samples (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-05 07:02 UTC by Exceptions Reporter
Modified: 2012-11-05 14:37 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 194539


Attachments
stacktrace (1.80 KB, text/plain)
2012-11-05 07:02 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2012-11-05 07:02:43 UTC
This bug was originally marked as duplicate of bug 170209, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build nbms-and-javadoc-9524-on-20121101)
VM: Java HotSpot(TM) 64-Bit Server VM, 20.8-b03, Java(TM) SE Runtime Environment, 1.6.0_33-b05
OS: Windows 7

User Comments:
GUEST: Tried to create a project in php..

GUEST: Creating new HTML5 project




Stacktrace: 
java.lang.NullPointerException: No iterator for MultiFileObject@547e6f03[Templates/Project/ClientSide/org-netbeans-modules-web-clientproject-ui-wizard-ClientSideProjectWizardIterator-newProject]
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:293)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForEnable(DescriptionStep.java:192)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.presentModulesForActivation(DescriptionStep.java:172)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.access$200(DescriptionStep.java:91)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$PresentModules.run(DescriptionStep.java:166)
   at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:1454)
Comment 1 Exceptions Reporter 2012-11-05 07:02:46 UTC
Created attachment 127109 [details]
stacktrace
Comment 2 Jaroslav Tulach 2012-11-05 14:37:14 UTC

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