Output examples

These examples show different sets of partial output that indicates whether the host server or security server is currently running.

  • Example 1

    This example shows what you see when neither server is running.

    ...
    Unable to list registry
    Connection refused to host: [hostname:13010]; nested exception is: java.net.ConnectException: Connection refused
    ...
  • Example 2

    This example shows what you see when the security server is running. In this example, the first line is a listing of the contents of the registry.

    SecurityServer_1.0
    SecurityServer_1.0
    com.hie.securityserver.SecurityServerImpl_Stub
    [RemoteStub [ref: [endpoint:
    [208.20.150.35:1585](remote),objID:[2c046e:e0562b08b9:-8000, 1]]]]
    ...

    The remaining entries are a lookup of that registry object.

  • Example 3

    This example shows what you see when the host server is running.

    ...
    RMI_CloverleafServer_1.0
    RMI_CloverleafAuditServer_1.0
    RMI_CloverleafServer_1.0
    com.hie.Cloverleaf.remoteserver.RemoteCloverleafServer_Stub
    [RemoteStub [ref: [endpoint:
    [208.20.150.35:1606](remote),objID:[2c0e21:e0562da1dc:-8000, 1]]]]
    RMI_CloverleafAuditServer_1.0
    com.hie.securityserver.AuditServerImpl_Stub
    [RemoteStub [ref: [endpoint:
    [208.20.150.35:1606](remote),objID:[2c0e21:e0562da1dc:-8000, 1]]]]
    ...

    In this example, the first two lines list the contents of the registry. The remaining entries are lookups of the two registry objects.