I'm getting an odd exception about creating components in my thread pool;
the stack is below.  I have added Greg's patch to TPCThreadManager - I
thought that might have been my problem.  Does this mean anything to anyone?

java.lang.Exception: Could not create enough Components to service your
request (Timed out).
        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.fillInStackTrace(Compiled Code)
        at java.lang.Throwable.<init>(Compiled Code)
        at java.lang.Exception.<init>(Compiled Code)
        at org.apache.avalon.excalibur.pool.ResourceLimitingPool.get(Com
piled Code)
        at org.apache.avalon.excalibur.thread.impl.ResourceLimitingThrea
dPool.getWorker(Compiled Code)
        at org.apache.avalon.excalibur.thread.impl.ResourceLimitingThrea
dPool.execute(Compiled Code)
        at org.apache.avalon.excalibur.thread.impl.ResourceLimitingThrea
dPool.execute(Compiled Code)
        at org.apache.excalibur.event.command.TPCThreadManager.run(Compi
led Code)
        at org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.ex
ecute(ExecutableRunnable.java:47)
        at org.apache.avalon.excalibur.thread.impl.WorkerThread.run(Comp
iled Code)


James

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to