Product: OpenFusion CORBA Services
Version: ALL
Description:
Why does "server -status" command return "Timed Out"?
Resolution:
The "server -status" command calls the ping() method of the service's process object. (The process object is a CORBA singleton object that is co-located with a CORBA service.). This command will attempt to get the status of the service.
This will return one of the following status values:
Running: The ping call has returned within the time limit and the service is running.
Stopped: The service has been running previously and has now stopped.
Unknown: The service has never been started
Timed Out: The ping call to the servers process object did not return within 10 seconds. It has not been possible to determine the status of the service.
#KnowledgeDocs
#OpenFusion