Note that there are some explanatory texts on larger screens.

plurals
  1. POInstalling Redmine version 2.0.2 on Dreamhost shared hosting
    primarykey
    data
    text
    <p>I tried following the <a href="http://wiki.dreamhost.com/Redmine" rel="nofollow">dreamhost documentation</a> (which is for Redmine 1.x and last edited about a year ago) and the <a href="http://www.redmine.org/projects/redmine/wiki/RedmineInstall" rel="nofollow">redmine install documentation</a> as much as possible.</p> <p>I am trying to install version 2.0.2 which I pulled down using</p> <pre><code>hg clone --updaterev 2.0-stable https://bitbucket.org/redmine/redmine-all </code></pre> <p>I used <a href="https://rvm.io/" rel="nofollow">rvm</a> to get a local version of Ruby 1.9.3 in order to install the appropriate dependencies. It seemed to go pretty well until I got to the last step where I had to load it in a browser. I got an error from Passenger stating that the application could not be started. It read:</p> <blockquote> <p>The application has exited during startup (i.e. during the evaluation of config/environment.rb). The error message may have been written to the web server's log file. Please check the web server's log file (i.e. not the (Rails) application's log file) to find out why the application exited. If that doesn't help, then please use the backtrace below to debug the problem.</p> </blockquote> <p>I couldn't find anything useful in the logs (couldn't even find the place it err'd - perhaps I was looking in the wrong place? <code>/home/username/logs/my.site.com/http</code>)</p> <p>The backtrace looks like it is a dependency error, but it looked pretty generic.</p> <p>The command I used to install the proper gems was: (I'm using mysql)</p> <pre><code>$ bundle install --without development test postgresql sqlite rmagick </code></pre> <p>Running <code>bundle show</code> in my web directory gives me this:</p> <pre><code>~/my.site.com$ bundle show Gems included by the bundle: * actionmailer (3.2.5) * actionpack (3.2.5) * activemodel (3.2.5) * activerecord (3.2.5) * activeresource (3.2.5) * activesupport (3.2.5) * arel (3.0.2) * builder (3.0.0) * bundler (1.1.4) * coderay (1.0.6) * erubis (2.7.0) * hike (1.2.1) * i18n (0.6.0) * journey (1.0.4) * json (1.7.3) * mail (2.4.4) * mime-types (1.18) * multi_json (1.3.6) * mysql2 (0.3.11) * net-ldap (0.3.1) * polyglot (0.3.3) * prototype-rails (3.2.1) * rack (1.4.1) * rack-cache (1.2) * rack-openid (1.3.1) * rack-ssl (1.3.2) * rack-test (0.6.1) * rails (3.2.5) * railties (3.2.5) * rake (0.9.2.2) * rdoc (3.12) * ruby-openid (2.1.8) * sprockets (2.1.3) * thor (0.15.2) * tilt (1.3.3) * treetop (1.4.10) * tzinfo (0.3.33) </code></pre> <p>Here are my executable versions:</p> <pre><code>$ ruby -v ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-linux] $ rails -v Rails 3.2.5 $ bundle -v Bundler version 1.1.4 $ gem -v 1.8.24 </code></pre> <p>Any help would be appreciated.</p> <p>Edit: Here's the backtrace.</p> <pre><code># File Line Location 0 /usr/lib/ruby/gems/1.8/gems/bundler-1.0.7/lib/bundler/setup.rb 10 in `exit' 1 /usr/lib/ruby/gems/1.8/gems/bundler-1.0.7/lib/bundler/setup.rb 10 2 /usr/lib/ruby/1.8/rubygems/custom_require.rb 36 in `gem_original_require' 3 /usr/lib/ruby/1.8/rubygems/custom_require.rb 36 in `require' 4 /home/username/site.com/config/boot.rb 6 5 /usr/lib/ruby/1.8/rubygems/custom_require.rb 31 in `gem_original_require' 6 /usr/lib/ruby/1.8/rubygems/custom_require.rb 31 in `require' 7 /home/username/site.com/config/application.rb 1 8 /usr/lib/ruby/1.8/rubygems/custom_require.rb 31 in `gem_original_require' 9 /usr/lib/ruby/1.8/rubygems/custom_require.rb 31 in `require' 10 /home/username/site.com/config/environment.rb 2 11 /usr/lib/ruby/1.8/rubygems/custom_require.rb 31 in `gem_original_require' 12 /usr/lib/ruby/1.8/rubygems/custom_require.rb 31 in `require' 13 config.ru 3 14 /usr/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/builder.rb 46 in `instance_eval' 15 /usr/lib/ruby/gems/1.8/gems/rack-1.2.1/lib/rack/builder.rb 46 in `initialize' 16 config.ru 1 in `new' 17 config.ru </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload