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 169524 - IllegalStateException: Cannot prepare application to debug. Should be checked before.
Summary: IllegalStateException: Cannot prepare application to debug. Should be checked...
Status: RESOLVED FIXED
Alias: None
Product: ruby
Classification: Unclassified
Component: Debugger (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: 2009-07-30 08:04 UTC by Martin Fousek
Modified: 2009-08-25 02:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 144731


Attachments
stacktrace (1.64 KB, text/plain)
2009-07-30 08:05 UTC, Martin Fousek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2009-07-30 08:04:53 UTC
Build: NetBeans IDE 6.7 (Build 200906241340)
VM: Java HotSpot(TM) Client VM, 14.0-b16, Java(TM) SE Runtime Environment, 1.6.0_14-b08
OS: Linux, 2.6.28-13-generic, i386

User Comments:
enno: Trying to install ruby fast debugger

zeljkofilipin: canceled debugging with slow debugger

marfous: 1, Click for installing fast debugger
2, give bad passwords
3, click cancel
-> exception appears

GUEST: Building native extensions.  This could take a while...
ERROR:  Error installing ruby-debug-ide:
	ERROR: Failed to build gem native extension.

F:/RubyDev/rubyTools/jruby-1.2.0/bin/jruby.bat extconf.rb install ruby-debug-ide --no-rdoc --no-ri --version 0.4.4
F:/RubyDev/rubyTools/jruby-1.2.0/bin/../lib/ruby/1.8/mkmf.rb:7: JRuby does not support native extensions. Check wiki.jruby.org for alternatives. (NotImplementedError)
	from F:/RubyDev/rubyTools/jruby-1.2.0/bin/../lib/ruby/1.8/mkmf.rb:1:in `require'
	from extconf.rb:1


Gem files will remain installed in F:/RubyDev/rubyTools/jruby-1.2.0/lib/ruby/gems/1.8/gems/linecache-0.43 for inspection.
Results logged to F:/RubyDev/rubyTools/jruby-1.2.0/lib/ruby/gems/1.8/gems/linecache-0.43/ext/gem_make.out



Stacktrace: 
java.lang.IllegalStateException: Cannot prepare application to debug. Should be checked before.
        at org.netbeans.modules.ruby.platform.execution.RubyProcessCreator.call(RubyProcessCreator.java:119)
        at org.netbeans.modules.ruby.platform.execution.RubyProcessCreator.call(RubyProcessCreator.java:66)
        at org.netbeans.api.extexecution.ExecutionService$3.call(ExecutionService.java:254)
        at org.netbeans.api.extexecution.ExecutionService$3.call(ExecutionService.java:230)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
        at java.util.concurrent.FutureTask.run(FutureTask.java:138)
Comment 1 Martin Fousek 2009-07-30 08:05:05 UTC
Created attachment 85503 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-07-30 08:05:21 UTC
This issue already has 8 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=144731
Comment 3 Martin Krauskopf 2009-08-24 13:18:03 UTC
Fixed: #c0f0a62c41ab
Comment 4 Quality Engineering 2009-08-25 02:41:10 UTC
Integrated into 'main-golden', will be available in build *200908242212* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/c0f0a62c41ab
User: Martin Krauskopf <mkrauskopf@netbeans.org>
Log: #169524: IllegalStateException: Cannot prepare application to debug. Should be checked before.