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 142843 - NullPointerException at org.netbeans.modules.ruby.rubyproject.rake.RakeRunner.doStandardConfiguration
Summary: NullPointerException at org.netbeans.modules.ruby.rubyproject.rake.RakeRunner...
Status: RESOLVED DUPLICATE of bug 142347
Alias: None
Product: ruby
Classification: Unclassified
Component: Project (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-04 19:49 UTC by hjuskewycz
Modified: 2008-08-05 07:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 86333


Attachments
stacktrace (2.78 KB, text/plain)
2008-08-04 19:49 UTC, hjuskewycz
Details
stacktrace (714 bytes, text/plain)
2008-08-04 19:51 UTC, hjuskewycz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hjuskewycz 2008-08-04 19:49:46 UTC
Build: NetBeans IDE Dev (Build 200807300201)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ruby.rubyproject.rake.RakeRunner.doStandardConfiguration(RakeRunner.java:317)
        at org.netbeans.modules.ruby.rubyproject.rake.RakeRunner.getExecutionDescriptors(RakeRunner.java:257)
        at org.netbeans.modules.ruby.rubyproject.rake.RakeRunner.run(RakeRunner.java:222)
        at org.netbeans.modules.ruby.rubyproject.rake.RakeRunner.runTask(RakeRunner.java:105)
        at org.netbeans.modules.ruby.rubyproject.rake.RakeRunnerAction.performAction(RakeRunnerAction.java:70)
        at org.openide.util.actions.CallableSystemAction$1.run(CallableSystemAction.java:118)
Comment 1 hjuskewycz 2008-08-04 19:49:55 UTC
Created attachment 66525 [details]
stacktrace
Comment 2 hjuskewycz 2008-08-04 19:51:45 UTC
Build: NetBeans IDE Dev (Build 200807300201)
VM: Java HotSpot(TM) Client VM, 11.0-b12, Java(TM) SE Runtime Environment, 1.6.0_10-beta-b25
OS: Windows XP, 5.1, x86

User Comments: 


Stacktrace: 
java.lang.NullPointerException
        at org.netbeans.modules.ruby.rubyproject.rake.RakeRunner.doStandardConfiguration(RakeRunner.java:317)
        at org.netbeans.modules.ruby.rubyproject.rake.RakeRunner.getExecutionDescriptors(RakeRunner.java:257)
        at org.netbeans.modules.ruby.rubyproject.rake.RakeRunner.run(RakeRunner.java:222)
        at org.netbeans.modules.ruby.rubyproject.rake.RakeRunner.run(RakeRunner.java:172)
        at org.netbeans.modules.ruby.railsprojects.MigrateAction$MigrateMenuItemHandler.run(MigrateAction.java:351)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:572)
Comment 3 hjuskewycz 2008-08-04 19:51:54 UTC
Created attachment 66526 [details]
stacktrace
Comment 4 Martin Krauskopf 2008-08-05 07:45:39 UTC
This was already fixed. You might want to grab a newer build:

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

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