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 - NullPointerException at org.netbeans.modules.ruby.railsprojects.ui.wizards.RailsInstallationPanel.isWarblerInstalled
Summary: NullPointerException at org.netbeans.modules.ruby.railsprojects.ui.wizards.Ra...
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-08-18 01:30 UTC by jaysonsantos
Modified: 2012-02-19 09:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 135032


Attachments
stacktrace (5.75 KB, text/plain)
2009-08-18 01:30 UTC, jaysonsantos
Details

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