You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Kevin Mullin <mu...@us.ibm.com> on 2006/09/18 21:05:57 UTC

java.net.BindException

I'm getting this error in Tomcat running on an IBM mainframe with z/OS 
V1R7 as the operating system.  Can someone tell me wat 
java.net.BIndException means?




Kevin Mullin
Sr. Analyst
IBM Corporation
(206) 345-7068
mullink@us.ibm.com


Re: java.net.BindException

Posted by Martin Gainty <mg...@hotmail.com>.
It means your port is already bound
You can see the process which is using the port if you do a netstat -b
You will see which SpecificProcessID which has bound the port (If its Tomcat the default Catalina port is 8080)
then to see the particulars of that process 
ps -process <SpecificProcessID>
HTH,
M-
*********************************************************************
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.



  ----- Original Message ----- 
  From: Kevin Mullin 
  To: users@tomcat.apache.org 
  Sent: Monday, September 18, 2006 3:05 PM
  Subject: java.net.BindException



  I'm getting this error in Tomcat running on an IBM mainframe with z/OS V1R7 as the operating system.  Can someone tell me wat java.net.BIndException means?



        Kevin Mullin
        Sr. Analyst
        IBM Corporation
        (206) 345-7068
        mullink@us.ibm.com   


RE: java.net.BindException

Posted by "Caldarale, Charles R" <Ch...@unisys.com>.
> From: Kevin Mullin [mailto:mullink@us.ibm.com] 
> Subject: java.net.BindException
> 
> I'm getting this error in Tomcat running on an IBM mainframe 
> with z/OS V1R7 as the operating system.  Can someone tell me 
> wat java.net.BIndException means?

RTFM.  A quick look a the API spec says:

"Signals that an error occurred while attempting to bind a socket to a
local address and port. Typically, the port is in use, or the requested
local address could not be assigned."

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org