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 170514

Summary: NullPointerException at org.netbeans.modules.ruby.railsprojects.ui.wizards.RailsInstallationPanel.isWarblerInstalled
Product: ruby Reporter: jaysonsantos <jaysonsantos>
Component: RailsAssignee: issues@ruby <issues>
Status: NEW ---    
Severity: blocker CC: jbragadeesh, mreiter
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=135032
Issue Type: DEFECT Exception Reporter: 135032
Attachments: stacktrace

Description jaysonsantos 2009-08-18 01:30:45 UTC
Build: NetBeans IDE 6.7.1 (Build 200907230233)
VM: OpenJDK 64-Bit Server VM, 14.0-b16, OpenJDK Runtime Environment, 1.6.0_0-b16
OS: Linux, 2.6.31-6-generic, amd64

User Comments:
GUEST: create new Ruby on Rails application

GUEST: Ruby on Rails Project creation wizard do not work whenn usuing nativ Ruby 1.8.x

GUEST: This error occurred when trying to create a ruby on rails application.

I am unable to create any ruby on rails applications.

Im running on Ubuntu 9.04

This happens at the the screen when clicking next after selecting the database to use.

Thanks for the great work!

GUEST: Cr�er un nouveau projet RoR avec ruby au lieu de jruby, impossible de passer le stade de la configuration de la bdd

GUEST: creating a new Ruby on Rails project and had just entered DB connection info. it wouldn't let me proceed to the next stage - clicking "Next" threw this error.



Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ruby.railsprojects.ui.wizards.RailsInstallationPanel.isWarblerInstalled(RailsInstallationPanel.java:224)
        at org.netbeans.modules.ruby.railsprojects.ui.wizards.RailsInstallationPanel.updateLabel(RailsInstallationPanel.java:131)
        at org.netbeans.modules.ruby.railsprojects.ui.wizards.RailsInstallationPanel.read(RailsInstallationPanel.java:165)
        at org.netbeans.modules.ruby.railsprojects.ui.wizards.RailsInstallationPanel$Panel.readSettings(RailsInstallationPanel.java:488)
        at org.openide.WizardDescriptor.updateStateOpen(WizardDescriptor.java:886)
        at org.openide.WizardDescriptor.updateState(WizardDescriptor.java:837)
Comment 1 jaysonsantos 2009-08-18 01:30:51 UTC
Created attachment 86360 [details]
stacktrace
Comment 2 mreiter 2011-01-20 14:50:45 UTC
I get exactly the same error with Ubuntu 10.10 and Netbeans 6.9.1. Is there any workaround available?