下载sonarqube后,我启动服务器并尝试访问http:// localhost:9000.日志显示服务器已启动.我有一个错误:
2015.03.11 14:39:02 INFO web[o.s.s.app.Logging] Web server is started
2015.03.11 14:39:03 ERROR web[o.s.s.ui.JRubyFacade] Fail to render: http://localhost:9000/
"fr" is not a valid locale
/home/osallou/.rvm/gems/ruby-1.9.3-p429/gems/i18n-0.7.0/lib/i18n.rb:284:in `enforce_available_locales!'
/home/osallou/.rvm/gems/ruby-1.9.3-p429/gems/i18n-0.7.0/lib/i18n/config.rb:13:in `locale='
/home/osallou/.rvm/gems/ruby-1.9.3-p429/gems/i18n-0.7.0/lib/i18n.rb:43:in `locale='
....
Run Code Online (Sandbox Code Playgroud)
fr_FR在我的语言环境(ubuntu)中,我的默认语言环境是en_US
我不明白为什么需要法语(但为什么不是),但我需要修复conf/startup问题.我没有在sonar.conf中看到任何语言环境配置.
谢谢
我最近在travis中的测试在连接到elasticsearch时失败了.我有错误,对于Python 2.x:
ConnectionError: ConnectionError(('Connection aborted.', ResponseNotReady())) caused by: ProtocolError(('Connection aborted.', ResponseNotReady()))
Run Code Online (Sandbox Code Playgroud)
对于Python 3.x(相同的代码),它工作正常.
什么出错了?前段时间一切都很好.