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 122679 - NullPointerException at org.netbeans.modules.phobos.wizards.StylizedEjspIterator.instantiate
Summary: NullPointerException at org.netbeans.modules.phobos.wizards.StylizedEjspItera...
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: Macintosh Mac OS X
: P2 blocker (vote)
Assignee: _ ludo
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-24 17:14 UTC by fede_silva
Modified: 2012-09-13 13:12 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 12763


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description fede_silva 2007-11-24 17:14:14 UTC
This happens when creating a new ejs page with the wizard.
It prevents creation of a page. I have to create an untitled file and
then rename it.

This happend in fresh installation of RC2.
This happened selecting styles and with no style also.



Build: NetBeans IDE 6.0 RC2 (Build 200711201000)
VM: Java HotSpot(TM) Client VM, 1.5.0_07-87
OS: Mac OS X, 10.4.10, i386
User comments: 
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.phobos.wizards.StylizedEjspIterator.instantiate(StylizedEjspIterator.java:136)
        at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:595)
        at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:416)
        at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:248)
        at org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:161)
        at org.openide.WizardDescriptor.callInstantiateOpen(WizardDescriptor.java:1387)
        at org.openide.WizardDescriptor.callInstantiate(WizardDescriptor.java:1341)
        at org.openide.WizardDescriptor.access$1600(WizardDescriptor.java:119)
        at org.openide.WizardDescriptor$Listener$2$1.run(WizardDescriptor.java:1908)
        at org.openide.WizardDescriptor$Listener$2.run(WizardDescriptor.java:1957)
Comment 1 _ ludo 2008-09-15 17:26:19 UTC
fixed in 6.1 phobos support