You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, after doing ./LAUNCH.sh -l I get the following error:
Tried debugging it, restarting the processes and modifying the command from "redis-server" to "redis-server &" or "redis-server --daemonize=yes" but nothing helped.
The text was updated successfully, but these errors were encountered:
@Terrtia, the redis-server command was set to the initial value on the screenshot.
The Redis server has not already been launched, as you can see from the screenshot: "Could not connect to Redis at 127.0.0.1:6380, 6381".
This occurs even if I run this initial script the first time the machine booted, so some other service could not occupy these ports - I don't see any port occupation.
Hello, after doing
./LAUNCH.sh -l
I get the following error:Tried debugging it, restarting the processes and modifying the command from "redis-server" to "redis-server &" or "redis-server --daemonize=yes" but nothing helped.
The text was updated successfully, but these errors were encountered: