On Miércoles, 7 de Abril de 2010 07:27:50 Asier escribió: > In a Debian lenny, a clean installation of ruote-kit with JRuby 1.4.0 with > JDK 1.6.0_17 doesn't work. > > - Install JRuby in a home folder, added to path and perform a "gem update > -- system" > - Install jruby-openssl gem > - Install the ruote-kit gem dependencies (sinatra, haml, json-jruby and so > on) - Clone ruote-kit git repository > - Launch 'bundle install' > - Launch rackup and... no worker!. If I launch manually one worker, > ruote-kit works > > I changed in the ruote-kit Gemfile "require 'json'" for "require > 'json-jruby'" to be able tu run 'bundle install' > > I'll try this morning with Ruby 1.8+ruote-kit gem and post results here.
Using ruote-kit gem (replacing json dependencies with json-jruby) with the above configuration I get the same result: no worker running. Web page shows and I can launch processes, but they get "lost". I'll try with ruby and not jruby... perhaps the problem is with jruby. Thanks -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en To unsubscribe, reply using "remove me" as the subject.
