Peter, Thanks, I will try that. At the moment it attempts to load resources from the ext directory and that seems to be causing the ClassLoader to deadlock. If I delay the call to 'loadClass' until after all the services have been loaded then I seem to overcome this issue.
I will investigate further and get back to you. cheers </jima> > -----Original Message----- > From: Peter Donald [mailto:[EMAIL PROTECTED]] > Sent: Sunday, January 26, 2003 10:31 PM > To: Avalon Developers List > Subject: Re: ClassLoader Deadlock issue > > > On Tue, 21 Jan 2003 12:52, Jim Alateras wrote: > > Folks, > > > > I get the following cloassloader deadlock when I occasionally start up > > Phoenix. Has anyone experienced this before? > > I haven't experienced it before. If you could send the traces of all the > threads then it may be easier to track down. > > The only recomendation I would make is make sure that all the > resources you > load for your application are stored in the .sar file rather than > in the lib > directory of phoenix (unless they really have to be). > > -- > Cheers, > > Peter Donald > *------------------------------------------------------* > | Despite your efforts to be a romantic hero, you will | > | gradually evolve into a postmodern plot device. | > *------------------------------------------------------* > > > > -- > 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]>
