good news... (I suppose)
it works with tomcat 4.1.30!
-----Original message-----
From: Carlos Yaconi Hitschfeld [EMAIL PROTECTED]
Date: Tue, 27 Apr 2004 18:18:59 -0400
To: [EMAIL PROTECTED]
Subject: Re: RE: jetspeed 1.5 - tomcat 1.5 - freeze
> Thanks for your patience Jeremy, but it seems that is a problem with the tomcat
> version. I'd test the war distribution of jetspeed and it's still deadlocking on the
> same line....
>
> I will try with prior versions of tomcat, and then tell you what happens!
>
> -----Original message-----
> From: "Jeremy Ford" [EMAIL PROTECTED]
> Date: Tue, 27 Apr 2004 18:12:18 -0400
> To: [EMAIL PROTECTED]
> Subject: Re: RE: jetspeed 1.5 - tomcat 1.5 - freeze
>
> > There is a database version in the works, but it is not quite ready yet.
> >
> > If you have a lot of xreg files, try removing a few a them. Also, you have
> > a lot of xreg entries that rely on parent registry entries, try making an
> > xreg for the parents and make sure it is first in the directory to be
> > loaded.
> >
> >
> > 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 18:06:29 -0400
> > >
> > >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]
> > >
> >
> > _________________________________________________________________
> > Stop worrying about overloading your inbox - get MSN Hotmail Extra Storage!
> > http://join.msn.com/?pgmarket=en-us&page=hotmail/es2&ST=1/go/onm00200362ave/direct/01/
> >
> >
> > ---------------------------------------------------------------------
> > 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]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]