Project

General

Profile

Redmine Crashing

Added by lijo jose about 11 years ago

Hi,

I get the below error now when trying to login

-----------------------------
Service Temporarily Unavailable

The server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
------------------------------

Can somebody help?

Regards

Lijo


Replies (3)

RE: Redmine Crashing - Added by Ivan Cenov about 11 years ago

Please give more information about your configuration: OS, Redmine & Rails & Ruby versions; contents of the log file etc.

RE: Redmine Crashing - Added by lijo jose about 11 years ago

Hi Ivan,

O/S - Windows 2003 server with service pack 2
Redmine Version :- Version 2.2.1-0
Rails :- 3.2.11
Ruby version:-1.9.1

Below is the last few lines from production.log
-------------------------------
"bzr" --version
with: No such file or directory - "bzr" --version
scm: error during get scm available: No such file or directory - "bzr" --version
SCM command failed, make sure that your SCM command (e.g. svn) is in PATH (E:\BitNami\redmine-2.2.1-0\imagemagick\;E:/BitNami/redmine-2.2.1-0/ruby/lib/ruby/gems/1.9.1/bin;C:\Ruby\bin;E:\Oracle\product\10.1.0\Client_1\bin;E:\Oracle\product\10.1.0\Client_1\jre\1.4.2\bin\client;E:\Oracle\product\10.1.0\Client_1\jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft\Web Platform Installer\;E:\Program Files\Graphviz 2.28\bin;C:\Program Files\MySQL\MySQL Server 5.1\bin;E:\BitNami\redmine-2.2.1-0/git/bin;E:\BitNami\redmine-2.2.1-0/subversion/bin;E:\BitNami\redmine-2.2.1-0\imagemagick)
You can configure your scm commands in config/configuration.yml.
"bzr" --version
with: No such file or directory - "bzr" --version
scm: error during get scm available: No such file or directory - "bzr" --version
Rendered repositories/_form.html.erb (15.6ms)
Rendered repositories/new.html.erb (15.6ms)
Rendered repositories/new.js.erb (15.6ms)
Completed 200 OK in 31ms (Views: 15.6ms | ActiveRecord: 0.0ms)
Started GET "/redmine/projects/externalclienu/repositories/new?repository_scm=Git" for 127.0.0.1 at 2013-02-07 14:28:41 +0530
Processing by RepositoriesController#new as JS
Parameters: {"repository_scm"=>"Git", "project_id"=>"externalclienu"}
Current user: admin (id=3)
Rendered repositories/_form.html.erb (0.0ms)
Rendered repositories/new.html.erb (15.6ms)
Rendered repositories/new.js.erb (15.6ms)
Completed 200 OK in 31ms (Views: 15.6ms | ActiveRecord: 0.0ms)
Connecting to database specified by database.yml
Connecting to database specified by database.yml

Regards

Lijo Jose

RE: Redmine Crashing - Added by Ivan Cenov about 11 years ago

It seems you selected Bazaar as SCM, but did not provided path to its executable in system PATH= environment variable.

"Service Temporarily Unavailable" -- Who returns this message? Apache server? It seems that the server behind it (thin, puma, rack) is not started.

    (1-3/3)