Not sure what this exactly means.
But what you could do:
- Stop galaxy
- run the command
sudo lsof -i tcp:8080
- Kill the PID’s of galaxy
sudo kill 23001
(The PID of yourself, 23001 is an example) - start galaxy again
- test if it solved your problem
Not sure what this exactly means.
But what you could do:
sudo lsof -i tcp:8080
sudo kill 23001
(The PID of yourself, 23001 is an example)