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 - NullPointerException at org.netbeans.modules.web.wizards.PageIterator.createPanels
Summary: NullPointerException at org.netbeans.modules.web.wizards.PageIterator.createP...
Status: NEW
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-05 01:16 UTC by nobodynuf
Modified: 2016-11-05 01:16 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 188121


Attachments
stacktrace (4.17 KB, text/plain)
2016-11-05 01:16 UTC, nobodynuf
Details

Note You need to log in before you can comment on or make changes to this bug.
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