localhost connection issue

Not sure what this exactly means.

But what you could do:

  1. Stop galaxy
  2. run the command sudo lsof -i tcp:8080
  3. Kill the PID’s of galaxy sudo kill 23001 (The PID of yourself, 23001 is an example)
  4. start galaxy again
  5. test if it solved your problem