search for: scriptserver

Displaying 2 results from an estimated 2 matches for "scriptserver".

Did you mean: script_server
2010 Jun 30
0
drb problem? ringy-dingy won't answer...
...ectly. But if ''distrib'' is true (the default) it runs right up to the call to the server and right past it without getting to the server or raising any errors. Am using Ruby 1.8.6.26 , Ringy-Dingy 1.2.1, dj 1.8.4. *********The server: require ''rinda/ring'' class ScriptServer include DRbUndumped attr_accessor :result def run(fullScript) myTS = Time.now.strftime("%Y%m%d%H%M%S") msg = "===> Starting #{scriptname} in run #{scriptrun} on #{scriptenv} at #{myTS}" puts msg @result = "***#{scriptname} Launched [#{scriptlaunch}...
2009 Aug 31
3
Getting this error
HI friends, After updating ruby 1.8 to ruby1.9.1.......& on firing script/server to start a server, I am getting the following errror..... /home/HUNT/WEBlog/config/boot.rb:86:in `load_rubygems'': undefined method `>='' for nil:NilClass (NoMethodError) from /home/HUNT/WEBlog/config/boot.rb:52:in `load_initializer'' from /home/HUNT/WEBlog/config/boot.rb:38:in