error message help

R

Raj Sahae

My program is hitting an error and showing me:
c:/ruby/lib/ruby/1.8/drb/drb.rb:743:in `+': can't convert nil into
String (TypeError)
from c:/ruby/lib/ruby/1.8/drb/drb.rb:743:in `open'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:741:in `open'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1189:in `initialize'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1169:in `new'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1169:in `open'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1085:in `method_missing'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1103:in `with_friend'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1084:in `method_missing'
... 12 levels...
from stclient.rb:30:in `run'
from stclient.rb:30:in `initialize'
from stclient.rb:36:in `new'
from stclient.rb:36

How do I get ruby to show me the middle 12 levels? The problem is
probably in the middle there, but I don't know what method.

Raj
 
A

Aaron Smith

Raj said:
My program is hitting an error and showing me:
c:/ruby/lib/ruby/1.8/drb/drb.rb:743:in `+': can't convert nil into
String (TypeError)
from c:/ruby/lib/ruby/1.8/drb/drb.rb:743:in `open'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:741:in `open'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1189:in `initialize'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1169:in `new'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1169:in `open'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1085:in `method_missing'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1103:in `with_friend'
from c:/ruby/lib/ruby/1.8/drb/drb.rb:1084:in `method_missing'
... 12 levels...
from stclient.rb:30:in `run'
from stclient.rb:30:in `initialize'
from stclient.rb:36:in `new'
from stclient.rb:36

How do I get ruby to show me the middle 12 levels? The problem is
probably in the middle there, but I don't know what method.

Raj

try something like:

try
blah
catch( Exception => e)
puts e.backtrace
end
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,770
Messages
2,569,584
Members
45,078
Latest member
MakersCBDBlood

Latest Threads

Top