LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   bind failed (https://www.linuxquestions.org/questions/linux-networking-3/bind-failed-319371/)

the_imax 05-02-2005 11:46 AM

bind failed
 
I am trying to run an application and I am getting this error

Code:

2005-05-03 21:09:01 [5580] [0] INFO: HTTP: Opening server at port 13000.
2005-05-03 21:09:01 [5580] [0] ERROR: bind failed
2005-05-03 21:09:01 [5580] [0] ERROR: System error 98: Address already in use

this has something to do with ports already being in use ?/
how can I bypass this error ?

apsivam 05-03-2005 07:01 AM

you cannot bypass this situation you have to resolve it. use the following command to see which program is already running on port 13000 then try stop that program, rerun your's.
Code:

netstat -atnp | grep 13000


All times are GMT -5. The time now is 12:40 AM.