wass
wass copied to clipboard
missing redis in docker version
I faced a new problem that I could not solve myself, beeing completely ignorant of JS. Wassjs cannot contact redis.
Here is the error
$ ./Docker/wass_docker_run.sh /home/schplurtz/W/*
Mapping /home/schplurtz/W/conf to /DATA_CONF
Mapping /home/schplurtz/W/in to /DATA_IN
Mapping /home/schplurtz/W/out to /DATA_OUT
Entrypoint
WASS running with ID:GID 999:999
Welcome to Wass.js - 1.4
======================================================
Settings loaded.
Pipeline directory: /wass/dist/bin/
Loading default worksession file
Pipeline executables looks good!
Bootstrapping...
Goodbye
events.js:183
throw er; // Unhandled 'error' event
^
Error: Redis connection to localhost:6379 failed - connect ECONNREFUSED 127.0.0.1:6379
at Object._errnoException (util.js:1022:11)
at _exceptionWithHostPort (util.js:1044:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1198:14)