I try to run with IntelliJ IDEA web application, but I get an error message: localhost:1099 already in use.

I checked port 1099 with lsof -i:1099many other relative commands as well, so I'm sure port 1099 is free.
This is my current configuration:

I also changed JMX portto 6666 and 6667 and 6668 ... and it does not work, so I think this is not related to the port itself.
I'm so confused ... Has anyone else had this problem?
Any help is appreciated
source
share