Open zxcvwrs opened 7 months ago
Hi @zxcvwrs ! You shouldn't modify the redis-server command. I noticed in the output that redis screens have already been launched.
You can inspect the contents of the Redis screen using the command screen -r Redis_AIL
@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.
@zxcvwrs did you solve this problem? I am having the same error when launching AIL
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.