DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11632>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11632

java.net.BindException: The socket name is already in use.

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From [EMAIL PROTECTED]  2002-08-14 14:36 -------
Hi,

I finally found the culprit on my problem. On AIX, when we install the 
HTTPServer application from IBM, this one have the "admin" section which listen 
on port 8008 by default. Also, we have to change the default Web Server port 
from 80 to 8009.


- How I solve this problem

  1_ I looked at all the ports used in the configurations files.

  2_ I issue the this command:  netstat -na | grep -i listen 

  3_ I found that port 8009 was used

  4_ I changed the port for the HTTP Server and everything work fine.

I am on the next step now,

Thank you 

Simon Lessard
e-mail: [EMAIL PROTECTED]

Suggestion: It would be nice to display the port number in the error message


On my test machine, this option

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to