John,

I had this occur with servlets that started up and tried to work with Orion
EJBs immediately. Orion itself had not finished its own initialization. The
calling servlet would hang, and so would orion.

I put a thread delay into my startup application servlet #init method, on
the advice of Magnum. This seemed to do the trick.

Mike

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of John D'Ausilio
Sent: Tuesday, January 09, 2001 7:18 AM
To: Orion-Interest
Subject: Application Client startup synchronization


After playing for a few hours, I figured out how to have an Application
Client class start up with the server .. but it seems that the server fires
off the client before it has finished starting itself up! Anyone deal with
this yet? Is there a safe way to detect from the client when the server is
done starting up?

john d




Reply via email to