使用脚本启动服务之后页面不能正常显示,在logs目录下打开soanr.log看到有以下错误
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
解决方法:
$ rvm use system
rvm gemset create sonar
rvm gemset use sonar
第一种亲测可用,第二种还未尝试