bind: (WSAEADDRINUSE)Address already in use
Problem :
when i initialize the debugger for a session the debugger log is giving the following message :
"bind: (WSAEADDRINUSE)Address already in use"
Solve : Change the PORT No
click--->Tools-->ooptions-->click on Debug tab and below TCP/IP check pick a port number between Min and Max automatically
Min: 5001 Max:32000
Are y using any kinds of chatting services like Yahoo messenger. Close them.
This means that ur port number is already in use by
another application.
try using ps -ef in the server and kill any application that is using that port.
Then try running the application. If it still does not run
then just log off and log in the repository again. It
should work.
No comments:
Post a Comment