The first version tested was that.... 
Is there any alternative to castor??

I really don't know what could be happening!

-----Original message-----
From: "Jeremy Ford" [EMAIL PROTECTED]
Date: Tue, 27 Apr 2004 17:59:54 -0400
To: [EMAIL PROTECTED]
Subject: Re: RE: jetspeed 1.5 - tomcat 1.5 - freeze

> In my experience, using the latest castor jar causes the problem to show up 
> while using 0.9.3 usually avoids it.
> 
> Jeremy Ford
> [EMAIL PROTECTED]
> 
> 
> >From: Carlos Yaconi Hitschfeld <[EMAIL PROTECTED]>
> >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Re: RE: jetspeed 1.5 - tomcat 1.5 - freeze
> >Date: Tue, 27 Apr 2004 17:58:00 -0400
> >
> >bad news... I download the last version of castor (0.9.5.3) and didn't work 
> >again.
> >This is the complete code of the method wich fails:
> >
> >public void init() throws InitializationException {
> >             if (Log.getLogger().isDebugEnabled()) {
> >                     Log.debug("RegistryService: Late init called");
> >             }
> >
> >             while (!getInit()) {
> >                     //Not yet...
> >                     try {
> >                             Thread.sleep(500);
> >                             if ((verbose > 2) && Log.getLogger().isDebugEnabled()) 
> > {
> >                                     Log.debug(
> >                                             "RegistryService: Waiting for init of 
> > Registry...");
> >                             }
> >                     } catch (InterruptedException ie) {
> >                             Log.error(ie);
> >                     }
> >             }
> >
> >             if (Log.getLogger().isDebugEnabled()) {
> >                     Log.debug("RegistryService: We are done");
> >             }
> >     }
> >
> >it deadlocks on the "while" iteration...
> >
> >
> >
> >-----Original message-----
> >From: "Jeremy Ford" [EMAIL PROTECTED]
> >Date: Tue, 27 Apr 2004 17:47:40 -0400
> >To: [EMAIL PROTECTED]
> >Subject: RE: jetspeed 1.5 - tomcat 1.5 - freeze
> >
> > > Try placing some logging/debug point in the services.Registry to see if 
> >this
> > > is getting called during service startup.  Also, maybe there's a Castor
> > > issue?
> > >
> > > Jeremy Ford
> > > [EMAIL PROTECTED]
> > >
> > >
> > > >From: Carlos Yaconi Hitschfeld <[EMAIL PROTECTED]>
> > > >Reply-To: "Jetspeed Users List" <[EMAIL PROTECTED]>
> > > >To: [EMAIL PROTECTED]
> > > >Subject: RE: jetspeed 1.5 - tomcat 1.5 - freeze
> > > >Date: Tue, 27 Apr 2004 17:36:59 -0400
> > > >
> > > >Jeremy, I found the registry, but it didn't fix my problem.
> > > >
> > > >Any idea???
> > > >
> > > >Thank you!
> > > >
> > > >This issue has been reported and is found at
> > > >http://nagoya.apache.org/jira/browse/JS1-405.
> > > >
> > > >Please try the attached registry service to see if this resolves your
> > > >issue.
> > > >
> > > >Jeremy Ford
> > > >
> > > >
> > > >---------------------------------------------------------------------
> > > >To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > >For additional commands, e-mail: [EMAIL PROTECTED]
> > > >
> > >
> > > _________________________________________________________________
> > > Test your ‘Travel Quotient’ and get the chance to win your dream trip!
> > > http://travel.msn.com
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
> 
> _________________________________________________________________
> Test your ‘Travel Quotient’ and get the chance to win your dream trip! 
> http://travel.msn.com
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 


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

Reply via email to