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 114578 - NPE in ExecutionService.run
Summary: NPE in ExecutionService.run
Status: RESOLVED DUPLICATE of bug 114343
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: 2007-09-04 09:51 UTC by pzajac
Modified: 2007-09-04 09:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 2847


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description pzajac 2007-09-04 09:51:49 UTC
DON'T DELETE THIS TEXT:

Build: NetBeans IDE Dev (Build 200708291200)
VM: Java HotSpot(TM) Client VM, 1.6.0_02-b06
OS: Windows XP, 5.1, x86
STACKTRACE: (first 10 lines)
java.lang.NullPointerException
        at org.netbeans.modules.ruby.rubyproject.execution.ExecutionService.run(ExecutionService.java:217)
        at org.netbeans.modules.ruby.rubyproject.RubyActionProvider.runRubyScript(RubyActionProvider.java:222)
        at org.netbeans.modules.ruby.rubyproject.RubyActionProvider.invokeAction(RubyActionProvider.java:371)
        at org.netbeans.modules.project.ui.actions.MainProjectAction.actionPerformed(MainProjectAction.java:98)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
        at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
        at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
        at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
Comment 1 Jiri Skrivanek 2007-09-04 09:55:46 UTC
It is duplicate of your own issue :-)

*** This issue has been marked as a duplicate of 114343 ***
Comment 2 Martin Krauskopf 2007-09-04 09:58:41 UTC
Also it was already fix yesterday. Stacktrace does not match the trunk.