Bitnami GitLab 5.2.0: gitlab_sidekiq not running and could not be started

老子叫甜甜 提交于 2019-11-30 17:01:34
Beltran

It is strange. What are you using, the installer, the virtual machine or the cloud image? If the sidekiq server is not running it is possible that the repository was not created properly. Could you check if there is any error in the sidekiq log file?

/opt/bitnami/apps/gitlab/htdocs/logs/sidekiq.log

Did you modify any configuration file for GitLab?

EDITED:

The problem seems a wrong configuration in the gitlab.yml. It is also important the white spaces. Could you check your change in that file?

/opt/bitnami/ruby/lib/ruby/1.9.1/psych.rb:203:in `parse': (): found character that cannot start any token while scanning for the next token at line 73 column 1 (Psych::SyntaxError)

GitLab CI ships Ruby 1.9.3 latest stable version. The folder name uses 1.9.1 for backguard compatibility Why is my gem "INSTALLATION DIRECTORY:" ...1.9.1 when the "RUBY VERSION:" is 1.9.3

Please post the gitlab.yml file if you do not find the exact error.

slashmili

In my case I had <tab> in my yml file.

It's quite strange error though!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!