I am trying to run my Play2 project. When I type activator run in my terminal, it is loading and finally gives me this error message:
p.c.s.NettyServer - Failed to listen for HTTP on /0.0.0.0:9000!
but I have not set anything on this port and I have no background processes in my terminal. Why this error appears to me?
./activator "run 9876"
? It starts? – Ergosterol