Redis_Socketio.1 остановлен (rc = 0) в OSX - PullRequest
0 голосов
/ 11 ноября 2018

Когда я пытаюсь Стартовый запуск он выдает ниже ошибки.

Я уже пробовал переустановку Redis, обновление на стенде, перезапуск службы, но они еще не решили мою проблему.

➜ frappe-bench bench start

... ... ...
09:06:56 socketio.1       | events.js:136
09:06:56 socketio.1       |       throw er; // Unhandled 'error' event
09:06:56 socketio.1       |       ^
09:06:56 socketio.1       |
09:06:56 socketio.1       | Error: Redis connection to localhost:12000 failed - getaddrinfo ENOTFOUND localhost localhost:12000
09:06:56 socketio.1       |     at errnoException (dns.js:55:10)
09:06:56 socketio.1       |     at GetAddrInfoReqWrap.onlookup [as oncomplete] (dns.js:97:26)
09:06:56 system           | socketio.1 stopped (rc=1)
09:06:56 system           | sending SIGTERM to redis_cache.1 (pid 913)
09:06:56 system           | sending SIGTERM to redis_socketio.1 (pid 915)
09:06:56 system           | sending SIGTERM to redis_queue.1 (pid 916)
09:06:56 system           | sending SIGTERM to web.1 (pid 918)
09:06:56 system           | sending SIGTERM to watch.1 (pid 922)
09:06:56 system           | sending SIGTERM to schedule.1 (pid 924)
09:06:56 system           | sending SIGTERM to worker_short.1 (pid 926)
09:06:56 system           | sending SIGTERM to worker_long.1 (pid 927)
09:06:56 system           | sending SIGTERM to worker_default.1 (pid 928)
09:06:56 redis_cache.1    | 913:signal-handler (1541905616) Received SIGTERM scheduling shutdown...
09:06:56 redis_socketio.1 | 915:signal-handler (1541905616) Received SIGTERM scheduling shutdown...
09:06:56 redis_queue.1    | 916:signal-handler (1541905616) Received SIGTERM scheduling shutdown...
09:06:56 system           | worker_long.1 stopped (rc=-15)
09:06:56 redis_queue.1    | 916:M 11 Nov 2018 09:06:56.337 # User requested shutdown...
09:06:56 redis_queue.1    | 916:M 11 Nov 2018 09:06:56.337 * Removing the pid file.
09:06:56 redis_queue.1    | 916:M 11 Nov 2018 09:06:56.338 # Redis is now ready to exit, bye bye...
09:06:56 system           | watch.1 stopped (rc=-15)
09:06:56 system           | redis_queue.1 stopped (rc=0)
09:06:56 system           | schedule.1 stopped (rc=-15)
09:06:56 system           | web.1 stopped (rc=-15)
09:06:56 system           | worker_default.1 stopped (rc=-15)
09:06:56 system           | worker_short.1 stopped (rc=-15)
09:06:56 redis_cache.1    | 913:M 11 Nov 2018 09:06:56.344 # User requested shutdown...
09:06:56 redis_cache.1    | 913:M 11 Nov 2018 09:06:56.344 * Removing the pid file.
09:06:56 redis_cache.1    | 913:M 11 Nov 2018 09:06:56.344 # Redis is now ready to exit, bye bye...
09:06:56 system           | redis_cache.1 stopped (rc=0)
09:06:56 redis_socketio.1 | 915:M 11 Nov 2018 09:06:56.438 # User requested shutdown...
09:06:56 redis_socketio.1 | 915:M 11 Nov 2018 09:06:56.438 * Removing the pid file.
09:06:56 redis_socketio.1 | 915:M 11 Nov 2018 09:06:56.443 # Redis is now ready to exit, bye bye...
09:06:56 system           | redis_socketio.1 stopped (rc=0)
...