Hi, I had same problem before I put excalibur-threadcontext-1.0.jar under dist\lib (phoenix distribution). In other words I am modifying build script every time I update phoenix/cornerstone/excalibur from cvs. The routine for me is simple and stupid, but effective: When I am updating stuff 1. I checkout *all* avalon projects from cvs 2. I am building all jars in all projects 3. then I am adding 100% necessary new jars to phoenix 4. then I am running phoenix and it never works for the first time but gives exception like yours 5. then I am looking for necessary jars using missing class name (most often these are excalibur sub projects' jars) and adding them under dist\lib 6. repeating 4 and 5 before phoenix starts well
as a result I am getting latest phoenix which I am using for about one week :-) Andrei ----- Original Message ----- From: "Ulrich Mayring" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Friday, May 17, 2002 2:34 PM Subject: Problem with newest Phoenix from cvs > Hello, > > An application using the thread manager gives me this error upon > startup: > > There was an error running phase "startup" for Block named > "thread-manager". (Reason: Block named "thread-manager" failed to pass > through the Configuration stage. (Reason: > java.lang.NoClassDefFoundError: > org/apache/avalon/excalibur/lang/ThreadContext).). > > I haven't found this class in all of Phoenix - where can I get it from? > > All I have is a class org/apache/excalibur/threadcontext/ThreadContext > in excalibur-threadcontext-1.0.jar > > Thanks in advance, > > Ulrich > > -- > Ulrich Mayring > DENIC eG, Systementwicklung > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
