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 142875 - NullPointerException: The value for key [rubyplatform.Ruby.gem_version] must not be null
Summary: NullPointerException: The value for key [rubyplatform.Ruby.gem_version] must ...
Status: RESOLVED DUPLICATE of bug 140869
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-05 05:56 UTC by ippataka
Modified: 2008-08-05 07:53 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 85939


Attachments
stacktrace (1.87 KB, text/plain)
2008-08-05 05:56 UTC, ippataka
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ippataka 2008-08-05 05:56:22 UTC
Build: NetBeans IDE 6.1 (Build 200805300101)
VM: Java HotSpot(TM) Client VM, 10.0-b23, Java(TM) SE Runtime Environment, 1.6.0_07-b06
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException: The value for key [rubyplatform.Ruby.gem_version] must not be null
        at org.netbeans.modules.ruby.spi.project.support.rake.EditableProperties.put(EditableProperties.java:240)
        at org.netbeans.modules.ruby.spi.project.support.rake.EditableProperties.setProperty(EditableProperties.java:272)
        at org.netbeans.api.ruby.platform.RubyPlatformManager.putPlatformProperties(RubyPlatformManager.java:425)
        at org.netbeans.api.ruby.platform.RubyPlatformManager.access$000(RubyPlatformManager.java:77)
        at org.netbeans.api.ruby.platform.RubyPlatformManager$1.run(RubyPlatformManager.java:333)
        at org.netbeans.api.ruby.platform.RubyPlatformManager$1.run(RubyPlatformManager.java:328)
Comment 1 ippataka 2008-08-05 05:56:33 UTC
Created attachment 66552 [details]
stacktrace
Comment 2 Martin Krauskopf 2008-08-05 07:53:54 UTC
Should be fixed in dev builds (see the dupe):

  http://wiki.netbeans.org/RubyInstallation#section-RubyInstallation-HowDoIGetTheContinuousBuilds


*** This issue has been marked as a duplicate of 140869 ***