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 182980 - [69cat] IllegalStateException: Cannot prepare application to debug. Should be checked before.
Summary: [69cat] IllegalStateException: Cannot prepare application to debug. Should be...
Status: NEW
Alias: None
Product: ruby
Classification: Unclassified
Component: Platform (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@ruby
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-27 04:38 UTC by esmithbss
Modified: 2011-01-28 20:14 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 167154


Attachments
stacktrace (1.57 KB, text/plain)
2010-03-27 04:38 UTC, esmithbss
Details

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2010-03-27 04:38:49 UTC
This bug was originally marked as duplicate of bug 169524, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201003260201)
VM: Java HotSpot(TM) Client VM, 16.0-b13, Java(TM) SE Runtime Environment, 1.6.0_18-b07
OS: Linux

User Comments:
enno: Trying to install ruby fast debugger

esmithbss: Attempting to debug an application, the fast ruby debugger gem (ruby-debug-ide) was not found.  When prompted to install, use slow, or cancel, I selected cancel and received this  exception.

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

GUEST: Trying to install the fast ruby debugger. It didn't like it trying to buld the native extensios on my windows system. Just another annoyance about Ruby/Rails development on windows i'm afraid...




Stacktrace: 
java.lang.IllegalStateException: Cannot prepare application to debug. Should be checked before.
   at org.netbeans.modules.ruby.platform.execution.RubyProcessCreator.call(RubyProcessCreator.java:112)
   at org.netbeans.modules.ruby.platform.execution.RubyProcessCreator.call(RubyProcessCreator.java:60)
   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 esmithbss 2010-03-27 04:38:54 UTC
Created attachment 96042 [details]
stacktrace
Comment 2 Erno Mononen 2010-04-20 11:11:14 UTC
I'll take a look at this.