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]

Reply via email to