[EC]Shared memory error:Existing memory segment is only 4 seconds old. Cannot reattach for anothe...

...r 6 seconds.

When I execute ./start_ezd in /opt/thomsonreuters/SOFTWARE/ezd1.2/rhel6_x86_64/bin directory, I get the following message.

[scanalytics_tr@replayservice-test bin]$ sudo ./start_ezd
[scanalytics_tr@replayservice-test bin]$ ezd Version ezd1.2.F3
ezd: Initialization Failed -Check Log-
ezd Error: Initialization failed

The ezd.log says as follows.

<ServerSharedMemory: Notice: Thu Dec 07  12:26:42.013074 2017>
Existing memory segment is only 4 seconds old.
Cannot reattach for another 6 seconds.
<END>

How should I resolve this?

Best Answer

  • zoya faberov
    zoya faberov ✭✭✭✭✭
    Answer ✓

    Likely you have EZD already running. Try checking processes that are running.

    For example:

      ps -ef | grep ezd

Answers