Redmine stopped working
Added by Feroze Ahmed about 10 years ago
Hi,
My redmine application was working fine on friday. But today (monay) it is not accessible for me.
Url: http://www.e2espwebhosting.com:3000/
Can you please help me in finding the issue?
Thanks
Replies (9)
RE: Redmine stopped working - Added by Pavel Potcheptsov about 10 years ago
Maybe you need to start it again?
RE: Redmine stopped working - Added by Feroze Ahmed about 10 years ago
Thanks for replay pavel. I have restarted passanger and apache as well but still not working...
Any helpfull material on the web in this regard?
Thanks
RE: Redmine stopped working - Added by Pavel Potcheptsov about 10 years ago
Please start from here and provide more information.
At least apache-passenger log should contains something.
RE: Redmine stopped working - Added by Feroze Ahmed about 10 years ago
I'm getting this error while accessing to redmine application.
I tried to start passanger and it giving this error:
There was an error in your Gemfile, and Bundler cannot continue. (Bundler::GemfileError)
/usr/lib/ruby/gems/1.8/gems/bundler-1.3.5/lib/bundler/dsl.rb:37:in `eval_gemfile'
/usr/lib/ruby/gems/1.8/gems/bundler-1.3.5/lib/bundler/dsl.rb:9:in `evaluate'
/usr/lib/ruby/gems/1.8/gems/bundler-1.3.5/lib/bundler/definition.rb:19:in `build'
/usr/lib/ruby/gems/1.8/gems/bundler-1.3.5/lib/bundler.rb:148:in `definition'
/usr/lib/ruby/gems/1.8/gems/bundler-1.3.5/lib/bundler.rb:116:in `setup'
/usr/lib/ruby/gems/1.8/gems/bundler-1.3.5/lib/bundler/setup.rb:17
/usr/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb:128:in `gem_original_require'
/usr/lib/ruby/site_ruby/1.8/rubygems/core_ext/kernel_require.rb:128:in `require'
/usr/lib/ruby/gems/1.8/gems/passenger-4.0.53/lib/phusion_passenger/loader_shared_helpers.rb:263:in `run_load_path_setup_code'
/usr/lib/ruby/gems/1.8/gems/passenger-4.0.53/lib/phusion_passenger/loader_shared_helpers.rb:366:in `running_bundler'
/usr/lib/ruby/gems/1.8/gems/passenger-4.0.53/lib/phusion_passenger/loader_shared_helpers.rb:261:in `run_load_path_setup_code'
/usr/lib/ruby/gems/1.8/gems/passenger-4.0.53/helper-scripts/rack-preloader.rb:100:in `preload_app'
/usr/lib/ruby/gems/1.8/gems/passenger-4.0.53/helper-scripts/rack-preloader.rb:158
RE: Redmine stopped working - Added by Pavel Potcheptsov about 10 years ago
RE: Redmine stopped working - Added by Feroze Ahmed about 10 years ago
i tried but no sccuess.... getting same error :(
RE: Redmine stopped working - Added by Silvia Quiroga about 10 years ago
Hello dear Feroze Ahmed,
Redmine use 3 services for run sucessful:
- subversion
- /redmine-2.3.0-0/apache2/scripts/ctl.sh : apache
- /redmine-2.3.0-0/mysql/scripts/ctl.sh : mysql
Check them and let me know if it solves your issue!
RE: Redmine stopped working - Added by Silvia Quiroga about 10 years ago
or let me know how did u solved it in case you ve already solved.
RE: Redmine stopped working - Added by Jan Niggemann (redmine.org team member) about 10 years ago
Hi Silvia,
the scripts you mention must be distribution-specific, we do not ship them with the vanilla versions of redmine.
Also worth noting: Redmine can also be run with other database systems, other application- and webservers and other version control systems.