ail-framework icon indicating copy to clipboard operation
ail-framework copied to clipboard

Cannot start redis server

Open zxcvwrs opened this issue 1 year ago • 3 comments

Hello, after doing ./LAUNCH.sh -l I get the following error:

image

Tried debugging it, restarting the processes and modifying the command from "redis-server" to "redis-server &" or "redis-server --daemonize=yes" but nothing helped.

zxcvwrs avatar Mar 08 '24 00:03 zxcvwrs

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 avatar Mar 08 '24 12:03 Terrtia

@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 avatar Mar 19 '24 23:03 zxcvwrs

@zxcvwrs did you solve this problem? I am having the same error when launching AIL

nexhis avatar Jul 12 '24 06:07 nexhis