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: http

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 descripti

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 impl

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 commenting

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

2008-12-04 Thread Toby Kurien
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 init > SEVERE: Error initializing endpoint > java.lang.Exception: Socket bind failed: [730048] Only one usage of > each socket add

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

2008-12-04 Thread Schuster Stefan
oby Kurien [mailto:[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 rest

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

2008-12-04 Thread Toby Kurien
e.coyote.http11.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) at org.apach

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-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." Wh

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

2008-11-21 Thread Toby Kurien
rs 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 >> >>

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

2008-11-20 Thread Vasanth Kumar ravi
not able to find > >> out or terminate it. I have a bad feeling there might be a security > >> breach or something. > >> > >> Thanks, > >> -Toby > >> > >> On Wed, Nov 19, 2008 at 2:59 PM, Caldarale, Charles R > >> <[EMAIL PROT

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 b

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

2008-11-20 Thread Toby Kurien
rt 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 >> >> On Wed, Nov 19, 2008 at 2:59 PM, Caldarale, Charles R >> <[EMAIL PROTECTED]> wrote

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

2008-11-20 Thread Len Popp
d, 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 >>>

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

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

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

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) at