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

Installation Issue - TCP Ports and MongoDB Storage Requirements #6095

Open
karthickmardi opened this issue Dec 13, 2023 · 3 comments
Open

Installation Issue - TCP Ports and MongoDB Storage Requirements #6095

karthickmardi opened this issue Dec 13, 2023 · 3 comments

Comments

@karthickmardi
Copy link

Hi All,

I'm currently facing an issue while installing StackStorm. The installation process is failing with the following error related to TCP ports and MongoDB storage requirements:

Error:
20231213T102540+0000
20231213T102540+0000 Not all required TCP ports are available. ST2 and related services will fail to start.
20231213T102540+0000
20231213T102540+0000 The following ports are in use by the specified pid/process and need to be stopped:
20231213T102540+0000 127.0.0.1:6379 54306/redis-server
20231213T102540+0000
20231213T102540+0000 ############### ERROR ###############
20231213T102540+0000 # Failed on Check TCP ports and MongoDB storage requirements #
20231213T102540+0000 #####################################

Additionally, both port 80 and port 443 are open on my machine.

Any assistance or guidance on resolving this issue with the installation. Your expertise and insights would be invaluable in helping me get StackStorm up and running smoothly.

@winem
Copy link
Contributor

winem commented Dec 13, 2023

Hi,

this means that there is already a redis-server running on your machine. The st2 install script will deploy a redis-server instance, too. So the check complains that the redis could not listen on the expected port. The script fails at that early stage to avoid any issues with stackstorm connecting to foreign services.

Did you run the install script more than once or install redis-server manually?

@karthickmardi
Copy link
Author

Hi,

No, I have not run the install script more than once, and I did not install the redis-server manually. The error occurred during the first-time installation using the one-line installation command on Red Hat v8.6.

I've followed the instructions provided in the documentation and haven't made any additional manual installations or modifications.

Any assistance or guidance on resolving this issue.

Thank you.

@amanda11
Copy link
Contributor

The error is stating there is a redis-server already installed.
Could you check if that exists?

If you didnt already have redis etc installed, then perhaps run the uninstall steps before trying a re-install.
Checking of course that anything it is uninstalling is not something you had installed for another reason.

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

3 participants