Hi,
I am getting an exception while trying to start Phoenix
org.apache.excalibur.containerkit.lifecycle.LifecycleException: Component named
"thread-manager" failed to pass through the Configuration stage. (Reason: java.l
ang.NoSuchMethodError: org.apache.avalon.excalibur.thread.impl.DefaultThreadPool
.<init>(Ljava/lang/String;IILorg/apache/excalibur/threadcontext/ThreadContext;)V
).
at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.fail(Life
cycleHelper.java:289)
at org.apache.excalibur.containerkit.lifecycle.LifecycleHelper.startup(L
ifecycleHelper.java:159)
It seems like its trying to execute a constructor DefaultThreadPool with arguments
String and ThreadContext.
I checked the DefaultThreadPool class and this constructor dosent exist.
Any ideas?
---------------------------------
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!