Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Mark Mandel
Yeah, I saw that too, it was the only thing I * could * find. However, in our case, the error just goes away after a while... so whatever it getting backed up, seems to clear itself, I guess. Mark On Thu, Feb 14, 2008 at 5:03 PM, Andrew Scott <[EMAIL PROTECTED]> wrote: > Mark, > > I found this

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Andrew Scott
Mark, I found this while googling... Cannot create a new thread because the task queue has reached it maximum limitI started getting this error on the importer. A server restart was the only way to fix the issue and I'm a little unsure as to what the problem might have been. After thinking about

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Mark Mandel
Jaime - you've seen the error that you can't create a cfthread on a cf7 box? ;o) That's pretty neat! ;o) We have had some performance issues on that box, but unfortunately I am not aware of the specifics, or if they have been solved. It's just such a weird error, I'm not sure where to start with

RE: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Jaime Metcher
FWIW, I have seen this error on a stressed CF7 box undergoing GC thrashing, where it basically meant the server was totally resource starved and about to die. I have a vague recollection that the queue in question is not the list of jrpp worker threads but rather the queue of things waiting to be

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Mark Mandel
It does read that way, but I'm not sure what to do about it? How did the limit get hit? What can I do to prevent that limit from being hit... it seems like once this error pops up, it eventually goes away. I may have to wrap the section in a try/catch, and if the error pops up, simply try and run

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Andrew Scott
Intersting though... Because this is your problem, but I do not know enough about this area of coldfusion to comment on it :-( "Cannot create a new thread because the task queue has reached it maximum limit" That tells me that the limitation on CF Standard has been reached, for the queue, do you

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Mark Mandel
It is standard, but that event, the threads should just queue. The traffic isn't that high on the server that I can see the reason why it would actually throw an error? Mark On Feb 14, 2008 4:30 PM, Andrew Scott <[EMAIL PROTECTED]> wrote: > Mark Professional or Standard > > I recal limitatio

Re: Cannot create a new thread because the task queue has reached it maximum limit

2008-02-13 Thread Andrew Scott
Mark Professional or Standard I recal limitations on running threads with Standard, but do not quote me on that one Intersting though haven't seen that error before. On 2/14/08, Mark Mandel <[EMAIL PROTECTED]> wrote: > Hey all, > > We keep getting this error on our server: > > Cannot cr