RE: Jrun connection closing for no reason

2005-07-05 Thread Russ
#x27;simultaneous requests' threads (activeHandlerThreads) can reach 0 and not re-initialize (these are web threads and others) thread scheduler locks running threads Hope this helps, Russ -Original Message- From: Jennifer Larkin [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 05, 2005 8:27 PM To: CF-T

Re: Jrun connection closing for no reason

2005-07-05 Thread Jennifer Larkin
I've encountered this error when the server is in the process of starting and when the database is internally deadlocked. Not sure if that helps. On 6/30/05, Andy Jarrett <[EMAIL PROTECTED]> wrote: > Hi there, > > at the moment we are getting a few of the following errors > > Server Error > The

Re: Jrun connection closing for no reason

2005-07-05 Thread Andy Jarrett
Cheers for the Reply. At the moment (and im knocking on wood here) all is going well. We did think that it might be a SQL connection problem. In a nutshell we applied the 6.1 updater and left it at that which for now is holding :o) Cheers for the posts Andy J On 6/30/05, Robertson-Ravo, Neil

Re: Jrun connection closing for no reason

2005-06-30 Thread J.J. Merrick
ry going on. > > > > -Original Message- > From: Robertson-Ravo, Neil (RX) > [mailto:[EMAIL PROTECTED] > Sent: 30 June 2005 12:49 > To: CF-Talk > Subject: RE: Jrun connection closing for no reason > > >>>What was causing it was the connection to SQL server was co

RE: Jrun connection closing for no reason

2005-06-30 Thread Robertson-Ravo, Neil (RX)
essage- From: J.J. Merrick [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 12:46 To: CF-Talk Subject: Re: Jrun connection closing for no reason Andy, When I started working at my employer 9 months ago they were about to lose some high profile clients due to what soon became known as "The

RE: Jrun connection closing for no reason

2005-06-30 Thread Robertson-Ravo, Neil (RX)
m: J.J. Merrick [mailto:[EMAIL PROTECTED] Sent: 30 June 2005 12:46 To: CF-Talk Subject: Re: Jrun connection closing for no reason Andy, When I started working at my employer 9 months ago they were about to lose some high profile clients due to what soon became known as "The Jrun error".

Re: Jrun connection closing for no reason

2005-06-30 Thread J.J. Merrick
Andy, When I started working at my employer 9 months ago they were about to lose some high profile clients due to what soon became known as "The Jrun error"... Well my budy and I came in and installed all the latest patches and it fixed it right up. What was causing it was the connection to S

RE: Jrun connection closing for no reason

2005-06-30 Thread Robertson-Ravo, Neil (RX)
Yes, it is a common error - can be caused by a number of things. 1. Simultaneous connections has been reached 2. Server is too busy to handle requests 3. Long running query has not times out leading to JRun not serving requests 4. Not patched with latest Web Connectors. -Original Message---