snorby 进程正常,但是worker无法启动 The Snorby worker is not currently running

时间:2015-11-09 12:18:10   收藏:0   阅读:1480
设置页面报错:
 

The Snorby worker is not currently running. It‘s imperative you start the worker immediately! All backend calculations are performed asynchronously using the Snorby Worker. 

 
排查思路:手动执行snorby启动(在/etc/init.d/snorby中寻找启动方式)
 
/usr/local/rvm/rubies/ruby-1.9.3-p545/bin/ruby  /opt/snorby/script/delayed_job start
 
技术分享
 
 技术分享
 
才发现原来是ruby版本不对,导致无法启动,修改/etc/init.d/snorby中的ruby路径即可。
 
技术分享
 
 
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!