Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot start redis server #216

Open
zxcvwrs opened this issue Mar 8, 2024 · 2 comments
Open

Cannot start redis server #216

zxcvwrs opened this issue Mar 8, 2024 · 2 comments

Comments

@zxcvwrs
Copy link

zxcvwrs commented Mar 8, 2024

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.

@Terrtia
Copy link
Member

Terrtia commented Mar 8, 2024

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

@zxcvwrs
Copy link
Author

zxcvwrs commented Mar 19, 2024

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants