Need Help with running Galaxy locally
1
4
Entering edit mode
3.4 years ago
manojmonmax ▴ 90

Hello everyone,

I am trying to install Galaxy (Version - 20.09) locally through the terminal on macOS. After installing and creating a virtual environment, I tried to run Galaxy locally using sh run.sh command.

But I am getting this error -

thunder lock: disabled (you can enable it with --thunder-lock)

probably another instance of uWSGI is running on the same address

bind(): Address already in use [core/socket.c line 769]

I am not getting any URL in the terminal so that I can run it locally. I uninstalled Galaxy, installed it in a different location, and repeated the process several times. I also searched online forums for the solution but could not find any. I am still not able to run Galaxy locally. Any suggestions or help would be greatly appreciated.

Thank you.

galaxy galaxyproject software error • 1.2k views
ADD COMMENT
0
Entering edit mode

It would be better to post this over at https://help.galaxyproject.org/

ADD REPLY
0
Entering edit mode

Thank you. I will try doing that.

ADD REPLY
3
Entering edit mode
3.4 years ago
mariiii ▴ 30

Hi @manojmonmax, based on the error highlighted by you, we can see that some other process is already using the port galaxy wants to use. To find out this, you can type the following command:

lsof -i:8080

This command will give us the ID of the process using the port. Once you get the ID, please type the following command to kill that process:

kill 'ID' [In the place of ID, enter the process ID]

Once you have done this, please re-run galaxy using the sh run.sh command and hopefully it should work.

ADD COMMENT
1
Entering edit mode

Thank you so much @mariii for the response. I somehow figured out the same solution provided by you and I was able to successfully run Galaxy locally.

Cheers :)

ADD REPLY

Login before adding your answer.

Traffic: 1830 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6