It is possible to bind and connect to localhost:8080 at the same time - application server will probably compete with some other software on the port
Hi,
Everytime I run an app server of any kind (Tomcat/Jetty,/JBoss AS), this message pops out:
It is possible to bind and connect to localhost:8080 at the same time - application server will probably compete with some other software on the port
I'm pretty sure, that I don't have any other applcations running on 8080. This have started since upgrading to Idea 13.
I'm using Mac OS 10.9.
Is it possible to somehow investigate, what causes this issue and how to correct this?
I'll be gratefull for any help provided.
Please sign in to leave a comment.
Hello,
There is a check performed for the free port. The following 2 conditions which happen at the same time lead to this message:
One of the users reported this:
Note that IDEA doesn't block you from running the server, it just reports that the normal ports check has discovered the situation where IDEA can't know for sure whether the server may have problems starting up.
The presence of this warning allows us to better handle the support situation when there INDEED is conflict between ports.
Regards,
Michael
It was indeed caused by an antivirus software. I've done some configuration tweaks and the problem is gone. Thanks!