BEA Logo BEA Tuxedo Release 8.0

  BEA Home  |  Events  |  Solutions  |  Partners  |  Products  |  Services  |  Download  |  Developer Center  |  WebSUPPORT

 

   Tuxedo Documentation   |   Administering a BEA Tuxedo Application at Run Time   |   Local Topics   |   Previous Topic   |   Next Topic   |   Contents

 


How to Check the Order in Which BEA Tuxedo CORBA Servers Are Booted

If a BEA Tuxedo CORBA application fails to boot, open the application's UBBCONFIG file with a text editor and check whether the servers are booted in the correct order in the SERVERS section. The following is the correct order in which to boot the servers in a BEA Tuxedo CORBA environment. A BEA Tuxedo CORBA application will not boot if this order is not adhered to.

Boot the servers in the following order:

  1. The system EventBroker, TMSYSEVT.

  2. The TMFFNAME server with the -N option and the -M option, which starts the NameManager service (as a MASTER). This service maintains a mapping of application-supplied names to object references.

  3. The TMFFNAME server with the -N option only, to start a slave NameManager service.

  4. The TMFFNAME server with the -F option, to start the FactoryFinder.

  5. The application servers that are advertising factories.

For a detailed example, see the section Required Order in Which to Boot CORBA C++ Servers in Setting Up a BEA Tuxedo Application.

 

back to top previous page