-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Twemsentinel : supervisor restart error : nutcracker: ERROR (no such process) #2
Comments
Hi |
I have already installed the nutcracker and run through with below command. cache 15407 1 0 16:20 ? 00:00:05 /home/cache/.gem/ruby/gems/nutcracker-0.4.1.20/ext/nutcracker/src/nutcracker -c ../conf/nutcracker.yml -p /var/run/nutcracker/nutcracker.pid I am using supervisorctl to restart the nutcracker service but it gives below error nutcracker: ERROR (no such process) But it unable to find the process id of nutcracker to restart the process. Also please share the command how to restart the nutcracker through supervisord. |
The problem is not about twemsentinel Try in terminal "supervisorctl restart all" or "supervisorctl restart nuctracker(or you program name)" |
how to run it through supervisord. We are getting error while running below command. supervisord restart nutcracker Error :- positional arguements are not supported. |
can you paste supervisord program conf file |
; Sample supervisor config file. [unix_http_server] ;[inet_http_server] ; inet (TCP) server disabled by default [supervisord] ; the below section must remain in the config file for RPC [supervisorctl] ; The below sample program section shows all possible program subsection values, ;[program:theprogramname] ; The below sample eventlistener section shows all possible ;[eventlistener:theeventlistenername] ; The below sample group section shows all possible group values, ;[group:thegroupname] ; The [include] section can just contain the "files" setting. This ;[include] |
write this in your supervisord conf file and reload supervisord |
Hi, Thanks for kind support. Its working now but give below error. nutcracker: ERROR (not running) supervisord Log File :- 2017-01-19 23:24:35,031 INFO exited: nutcracker (terminated by SIGABRT; not expected) |
Hi, After restart through supervisor, server value updated in single quotes like ' 192.168.9.100 ' in nutcracker.yml file . I have tried to resolved but nut able to fix yet. If you have any idea please help me to resolve. |
Hi,
I have just configure the twemsentinel but facing below error while restart the sentinel.
restart
nutcracker: ERROR (no such process)
nutcracker: ERROR (no such process)
restart error
config.yml :-
sentinel_ip: "10.247.74.38"
sentinel_port: "26380"
twemproxy_config_file: "nutcracker.yml"
nutcracker_restart_command: "supervisorctl restart nutcracker"
log_file: "twemsentinel.log"
Please help to resolve the issue.
The text was updated successfully, but these errors were encountered: