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 168127 - NullPointerException at org.netbeans.modules.ruby.railsprojects.ui.wizards.NewRailsProjectWizardIterator.instantiate
Summary: NullPointerException at org.netbeans.modules.ruby.railsprojects.ui.wizards.Ne...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Rails (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@ruby
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-04 22:09 UTC by brodock
Modified: 2011-01-28 20:13 UTC (History)
4 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 153226


Attachments
stacktrace (1.16 KB, text/plain)
2009-07-04 22:09 UTC, brodock
Details
stacktrace (1.16 KB, text/plain)
2009-08-25 09:24 UTC, Petr Chytil
Details
stacktrace (1.16 KB, text/plain)
2009-08-25 16:26 UTC, Tomas Danek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description brodock 2009-07-04 22:09:00 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.7, x86_64

User Comments:
GUEST: I was creating a new ruby project



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ruby.railsprojects.ui.wizards.NewRailsProjectWizardIterator.instantiate(NewRailsProjectWizardIterator.java:173)
        at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1016)
        at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:588)
        at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:409)
        at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:253)
        at org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:165)
Comment 1 brodock 2009-07-04 22:09:06 UTC
Created attachment 84366 [details]
stacktrace
Comment 2 Petr Chytil 2009-08-25 09:24:29 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.8, x86_64

User Comments: 
I was trying to create new Ruby on rails project.
I've set MySQL connection etc., this NPE occured after pressing finish button.

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ruby.railsprojects.ui.wizards.NewRailsProjectWizardIterator.instantiate(NewRailsProjectWizardIterator.java:173)
        at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1016)
        at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:588)
        at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:409)
        at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:253)
        at org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:165)
Comment 3 Petr Chytil 2009-08-25 09:24:33 UTC
Created attachment 86604 [details]
stacktrace
Comment 4 Exceptions Reporter 2009-08-25 09:24:38 UTC
This issue already has 7 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153226
Comment 5 Tomas Danek 2009-08-25 16:26:30 UTC
Build: NetBeans IDE Dev (Build 090824)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.3-b02-83, Java(TM) SE Runtime Environment, 1.6.0_13-b03-211
OS: Mac OS X, 10.5.8, x86_64

User Comments: 
In new rails project wizard, choose native ruby (ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]), clicked next, next -> npe

Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ruby.railsprojects.ui.wizards.NewRailsProjectWizardIterator.instantiate(NewRailsProjectWizardIterator.java:178)
        at org.openide.loaders.TemplateWizard$InstantiatingIteratorBridge.instantiate(TemplateWizard.java:1016)
        at org.openide.loaders.TemplateWizard.handleInstantiate(TemplateWizard.java:588)
        at org.openide.loaders.TemplateWizard.instantiateNewObjects(TemplateWizard.java:409)
        at org.openide.loaders.TemplateWizardIterImpl.instantiate(TemplateWizardIterImpl.java:253)
        at org.openide.loaders.TemplateWizardIteratorWrapper.instantiate(TemplateWizardIteratorWrapper.java:165)
Comment 6 Tomas Danek 2009-08-25 16:26:34 UTC
Created attachment 86640 [details]
stacktrace
Comment 7 Exceptions Reporter 2009-08-25 16:26:39 UTC
This issue already has 8 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153226
Comment 8 Exceptions Reporter 2009-09-07 10:35:53 UTC
This issue already has 9 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153226
Comment 9 Exceptions Reporter 2009-10-06 14:33:10 UTC
This issue already has 13 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153226
Comment 10 Exceptions Reporter 2009-10-13 22:12:37 UTC
This issue already has 14 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=153226
Comment 11 Erno Mononen 2010-04-29 14:13:48 UTC
Caused by a bug in Mac JDK 1.6, not sure if the latest version has already fixed this.