fbergama / wass

WASS (Waves Acquisition Stereo System) is an optimized stereo processing pipeline for sea waves 3D reconstruction.
GNU General Public License v3.0
40 stars 13 forks source link

missing redis in docker version #18

Open schplurtz opened 3 years ago

schplurtz commented 3 years ago

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)