Results 1 to 4 of 4

Thread: Possible cause of Replica down.

  1. #1
    vicho3 is offline Registered User
    Name: Vic Lee
    Organization: Deutsche Bank
    Project: GTCM
    Join Date
    Dec 2011
    Posts
    2

    Possible cause of Replica down.

    During the running of icegridregistry, hit a case which the process has stopped with replica down message in the ice.<host>.stderr

    -- 12/26/11 07:03:53.614 icegridregistry: Replica: replica `Replica3' down

    Any advice on troubleshooting the root cause? Should there be a dump file generated, and if so where should it be located?

    Thanks.

  2. #2
    bernard's Avatar
    bernard is online now ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Vic,

    You should have a look at the log file of the icegridregistry named "Replica3". The location of this log file depends on the configuration of this icegridregistry; it could be for example a simple file, or the Windows Event log (on Windows), or /var/log/messages (on Linux).

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  3. #3
    vicho3 is offline Registered User
    Name: Vic Lee
    Organization: Deutsche Bank
    Project: GTCM
    Join Date
    Dec 2011
    Posts
    2
    Looking at the config, doesn't look like replica log path was overridden. However, didn't see a log named "Replica3" under /var/log.

    IceGrid.InstanceName=IceGridAP
    IceGrid.Registry.Client.Endpoints=tcp -p 14099
    IceGrid.Registry.Server.Endpoints=tcp
    IceGrid.Registry.Internal.Endpoints=tcp
    IceGrid.Registry.AdminPermissionsVerifier=IceGridA P/NullPermissionsVerifier
    IceGrid.Registry.Data=/var/tmp/icegrid/registry
    IceGrid.Registry.DynamicRegistration=1
    IceGrid.Registry.Trace.Replica=1
    IceGrid.Registry.Trace.Node=1
    IceGrid.Node.Trace.Replica=1

    Please advice.
    Thanks

  4. #4
    bernard's Avatar
    bernard is online now ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi Vic,

    This 'Replica3' icegridregistry is most likely running on another computer (or was running since it's now down).

    The config file of the Replica3 IceGrid registry contains:
    Code:
    IceGrid.Registry.ReplicaName=Replica1
    (See the manual for details).

    If there is no log-related configuration in this file, your application (here: icegridregistry) uses the default logger, i.e. it outputs all messages to stderr.

    You may want to switch to one of the built-in loggers.

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. IceGrid Replica Names
    By zhi in forum Help Center
    Replies: 5
    Last Post: 03-01-2011, 12:59 AM
  2. Replica Groups and conections
    By jae in forum Help Center
    Replies: 7
    Last Post: 04-02-2007, 06:02 PM
  3. maintaining replica state
    By Greenhippo in forum Help Center
    Replies: 2
    Last Post: 11-21-2006, 03:25 AM
  4. Ice 3.1.1 core dump while invoke on replica
    By sinofool in forum Help Center
    Replies: 8
    Last Post: 11-06-2006, 09:32 AM
  5. Patch of IceGrid replica-group type None
    By sinofool in forum Help Center
    Replies: 2
    Last Post: 10-31-2006, 05:49 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •