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 268849

Summary: NullPointerException at org.netbeans.modules.web.wizards.PageIterator.createPanels
Product: javaee Reporter: nobodynuf
Component: Web ProjectAssignee: David Konecny <dkonecny>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 8.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter: 188121
Attachments: stacktrace

Description nobodynuf 2016-11-05 01:16:44 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.101-b13, Java(TM) SE Runtime Environment, 1.8.0_101-b13
OS: Windows 10

User Comments:
nobodynuf: Activating modules to create a JS file (Java Web I think is the name) and the exception happened




Stacktrace: 
java.lang.NullPointerException
   at org.netbeans.modules.web.wizards.PageIterator.createPanels(PageIterator.java:152)
   at org.netbeans.modules.web.wizards.PageIterator.initialize(PageIterator.java:377)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$2.initialize(DescriptionStep.java:351)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.waitForDelegateWizard(DescriptionStep.java:315)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep.access$000(DescriptionStep.java:93)
   at org.netbeans.modules.ide.ergonomics.newproject.DescriptionStep$PresentModules$1.run(DescriptionStep.java:195)
Comment 1 nobodynuf 2016-11-05 01:16:46 UTC
Created attachment 162790 [details]
stacktrace