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
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 and then Start after a 30 second delay, the same error as before happens which is: Dec 3, 2008 8:39:31 PM org.apache.coyote.http11.Http11AprProtocol

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

2008-12-04 Thread Toby Kurien
it was bound as a listening port. Hope this is a pointer in the right direction. Best regards Stefan -Ursprüngliche Nachricht- Von: Toby Kurien [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 4. Dezember 2008 16:38 An: Tomcat Users List Betreff: Re: java.lang.Exception: Socket bind failed

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

2008-11-21 Thread Toby Kurien
There is no IIS on this box. 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

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
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 a bad feeling there might be a security breach or something. Thanks, -Toby

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
The command netstat -ao will tell you which process is listening on port 80, and Task Manager will show which program is running in that process. -- Len On Thu, Nov 20, 2008 at 14:47, Toby Kurien [EMAIL PROTECTED] wrote: Well, I have had this application for many years and usually restarting

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

2008-11-20 Thread Toby Kurien
Telnet does not work and netstat does not show anything suspicious. Only the webserver listening on port 80. I would like to know if I can kill any process from netstat or otherwise (other than from Task Manager, as that doesn't show anything useful). For now, I am already rebuilding a new server

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
would like to know if I can kill any process from netstat or otherwise (other than from Task Manager, as that doesn't show anything useful). Cud be IIS interference to Tomcat. Try the following Start -- Control Panel -- Administrative Tools --Services -- I Find the process named IIS Admin and

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