码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2015-11-09 12:18:10      阅读:1480      评论:0      收藏:0      [点我收藏+]

标签:

设置页面报错:
 

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路径即可。
 
技术分享
 
 

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

标签:

原文地址:http://www.cnblogs.com/phoenix--/p/4949294.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!