RE: java.lang.Exception: Socket bind failed: [730048]

2011-04-18 Thread Arul Jose
This forum post was helpful and it helped generate thoughts to solve the same problem which I had. So thanks. In my windows task manager, I found an entry with the description web server daemon under the 'processes' tab. I killed it. My tomcat started. -- View this message in context:

Re: java.lang.Exception: Socket bind failed: [730048]

2010-11-11 Thread Rajmohan Parayil
I am adding this post so that it may help anyone who have faced this issue. Tomcat uses either APR implementation or JSSE implementation. The following error may be because of trying to load APR library for SSL but the actual implementation might be using JSSE implementation. So try

Re: java.lang.Exception: Socket bind failed: [730048]

2010-11-11 Thread Pid
On 11/11/2010 20:24, Rajmohan Parayil wrote: I am adding this post so that it may help anyone who have faced this issue. Not without a detailed description of the error, how you identified it what the correct resolution was it won't. p Tomcat uses either APR implementation or JSSE

RE: java.lang.Exception: Socket bind failed: [730048]

2010-11-11 Thread Caldarale, Charles R
From: Pid [mailto:p...@pidster.com] Subject: Re: java.lang.Exception: Socket bind failed: [730048] On 11/11/2010 20:24, Rajmohan Parayil wrote: I am adding this post so that it may help anyone who have faced this issue. Not without a detailed description of the error, how you

Re: java.lang.Exception: Socket bind failed: [730048]

2008-12-04 Thread Toby Kurien
init SEVERE: Error initializing endpoint java.lang.Exception: Socket bind failed: [730048] Only one usage of each socket address (protocol/network address/port) is normally permitted. at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:576) at org.apache.coyote.http11

AW: java.lang.Exception: Socket bind failed: [730048]

2008-12-04 Thread Schuster Stefan
:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. Dezember 2008 16:38 An: Tomcat Users List Betreff: Re: java.lang.Exception: Socket bind failed: [730048] Hi, Here's the weirdest thing I have found now. If I restart the service from Services in computer management, it restarts fine, but if I click Stop

Re: java.lang.Exception: Socket bind failed: [730048]

2008-12-04 Thread Toby Kurien
.Http11AprProtocol init SEVERE: Error initializing endpoint java.lang.Exception: Socket bind failed: [730048] Only one usage of each socket address (protocol/network address/port) is normally permitted. at org.apache.tomcat.util.net.AprEndpoint.init(AprEndpoint.java:576

Re: java.lang.Exception: Socket bind failed: [730048]

2008-11-21 Thread Toby Kurien
: java.lang.Exception: Socket bind failed: [730048] I have attached a log file of the errors I am getting while trying to start Tomcat. Nov 19, 2008 12:55:22 PM org.apache.coyote.http11.Http11AprProtocol init SEVERE: Error initializing endpoint java.lang.Exception: Socket bind failed: [730048] Only one

RE: java.lang.Exception: Socket bind failed: [730048]

2008-11-21 Thread Caldarale, Charles R
From: Toby Kurien [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.Exception: Socket bind failed: [730048] There is no IIS on this box. Then what was using port 80 earlier? To quote from a previous message of yours: Only the webserver listening on port 80. What webserver is that? My

Re: java.lang.Exception: Socket bind failed: [730048]

2008-11-21 Thread Kees Jan Koster
Dear Toby, Another thing I have found is that Tomcat slows down when a lot of people are connected and requesting to the DB. My maxActive = '150' for the database and maxThreads = '300'. The task manager doesn't show high CPU usage and there is always atleast 2GB RAM free. Any ideas on why this

Re: java.lang.Exception: Socket bind failed: [730048]

2008-11-20 Thread Toby Kurien
On Wed, Nov 19, 2008 at 2:59 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Toby Kurien [mailto:[EMAIL PROTECTED] Subject: java.lang.Exception: Socket bind failed: [730048] I have attached a log file of the errors I am getting while trying to start Tomcat. Nov 19, 2008 12:55:22 PM

Re: java.lang.Exception: Socket bind failed: [730048]

2008-11-20 Thread Hassan Schroeder
On Thu, Nov 20, 2008 at 11:47 AM, Toby Kurien [EMAIL PROTECTED] wrote: Well, I have had this application for many years and usually restarting the whole server fixes anything, but not this time. I figure something is holding on to port 80, but I am not able to find out or terminate it. I have

Re: java.lang.Exception: Socket bind failed: [730048]

2008-11-20 Thread Len Popp
PROTECTED] wrote: From: Toby Kurien [mailto:[EMAIL PROTECTED] Subject: java.lang.Exception: Socket bind failed: [730048] I have attached a log file of the errors I am getting while trying to start Tomcat. Nov 19, 2008 12:55:22 PM org.apache.coyote.http11.Http11AprProtocol init SEVERE: Error

Re: java.lang.Exception: Socket bind failed: [730048]

2008-11-20 Thread Toby Kurien
be a security breach or something. Thanks, -Toby On Wed, Nov 19, 2008 at 2:59 PM, Caldarale, Charles R [EMAIL PROTECTED] wrote: From: Toby Kurien [mailto:[EMAIL PROTECTED] Subject: java.lang.Exception: Socket bind failed: [730048] I have attached a log file of the errors I am getting while trying

RE: java.lang.Exception: Socket bind failed: [730048]

2008-11-20 Thread Caldarale, Charles R
From: Toby Kurien [mailto:[EMAIL PROTECTED] Subject: Re: java.lang.Exception: Socket bind failed: [730048] Only the webserver listening on port 80. If there's some webserver (which one - IIS?) listening on port 80, then Tomcat can't use that port, so it won't be able to initialize as you

Re: java.lang.Exception: Socket bind failed: [730048]

2008-11-20 Thread Vasanth Kumar ravi
:[EMAIL PROTECTED] Subject: java.lang.Exception: Socket bind failed: [730048] I have attached a log file of the errors I am getting while trying to start Tomcat. Nov 19, 2008 12:55:22 PM org.apache.coyote.http11.Http11AprProtocol init SEVERE: Error initializing endpoint

java.lang.Exception: Socket bind failed: [730048]

2008-11-19 Thread Toby Kurien
: Protocol handler initialization failed: java.lang.Exception: Socket bind failed: [730048] Only one usage of each socket address (protocol/network address/port) is normally permitted. at org.apache.catalina.connector.Connector.initialize(Connector.java:1019

RE: java.lang.Exception: Socket bind failed: [730048]

2008-11-19 Thread Caldarale, Charles R
From: Toby Kurien [mailto:[EMAIL PROTECTED] Subject: java.lang.Exception: Socket bind failed: [730048] I have attached a log file of the errors I am getting while trying to start Tomcat. Nov 19, 2008 12:55:22 PM org.apache.coyote.http11.Http11AprProtocol init SEVERE: Error initializing