I'm trying to run batsd-dash on an Ubuntu 11.04 machine, with jruby 1.6.8 (ruby-1.9.2-p312).
I created the rackup file as suggested in the documention. When I run it, I get some errors:
JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
The signal QUIT is in use by the JVM and will not work correctly on this platform
The signal USR1 is in use by the JVM and will not work correctly on this platform
Thin web server (v1.5.0 codename Knife)
Maximum connections set to 1024
Listening on 0.0.0.0:9292, CTRL+C to stop
Connection Pool Error: SocketError
The open-ssl warning is strange because I've installed the jruby-openssl gem, as suggested.
I'm trying to run batsd-dash on an Ubuntu 11.04 machine, with jruby 1.6.8 (ruby-1.9.2-p312). I created the rackup file as suggested in the documention. When I run it, I get some errors:
The open-ssl warning is strange because I've installed the jruby-openssl gem, as suggested.
Later, when I connect to http://localhost:9292, the JVM crashes