Neseek77 / mconf

Automatically exported from code.google.com/p/mconf
0 stars 0 forks source link

mconf installation #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
step to reproduce
1. download the mconf
2. copy ./config/*.example into respective yml files
3. jruby -S gem buldle install
 and bundle installed successfully
4. jruby -S rake db:migrate

expected out put
rake task should create tables in database.

out put i get

JRuby limited openssl loaded. http://jruby.org/openssl
gem install jruby-openssl for full support.
/home/prakash/torquebox-current/jruby/lib/ruby/site_ruby/shared/jruby/openssl/ge
m_only.rb:3
warning: already initialized constant GEM_ONLY
rake aborted!
OpenSSL::BN requires the jruby-openssl gem
/home/prakash/torquebox-1.0.0.CR2/mconf-web/Rakefile:2383:in `raw_load_rakefile'
(See full trace by running task with --trace)

product information

fedora GNU/Linux x86_64
jruby 1.6.1
rails 3.0.3
TorqueBox-1.0.0CR2

----------
how to get the app running.

Original issue reported on code.google.com by nagaraj...@gmail.com on 30 Apr 2011 at 1:09

GoogleCodeExporter commented 9 years ago
We have never tried to install mconf-web with TorqueBox/JRuby, so don't expect 
it to work "out of the box".

I suggest you follow the links in the error message (http://jruby.org/openssl) 
to try to get more information about the error (and fix it).
Have you tried to "gem install jruby-openssl" as the error message suggests?

Original comment by leonardo...@gmail.com on 2 May 2011 at 3:33

GoogleCodeExporter commented 9 years ago
This is an old issue and several things were improved in the installation of 
Mconf-Web.

If you're still having problems trying to install Mconf-Web with JRuby and 
Torquebox, please open a new issue with information about it.

Original comment by leonardo...@gmail.com on 5 Sep 2011 at 3:39