Skip to main content
April 21, 2009
Answered

FMS 3.5 | "Connect failed" in core.00.log

  • April 21, 2009
  • 1 reply
  • 844 views

I have an FMS 3.5 server. It is a new install. No custom configuration.

In the core.00.log I have repeated entries stating "Connect failed" such as the following:

#Date: 2009-04-20
#Fields: date    time    x-pid    x-status    x-ctx    x-comment
2009-04-20    08:47:46    19582    (i)2581237    Starting admin app on core (19582).    -
2009-04-20    08:47:46    19582    (i)2581238    Core (19582) connecting to admin.    -
2009-04-20    08:47:46    19582    (i)2581246    Core (19582) sending register cmd to edge.    -
2009-04-20    08:50:55    19582    (e)2661034    Connect failed ( localhost, 11110 ) : Connect failed    -
2009-04-20    08:50:55    19582    (w)2581232    Core (19582) failed to connect to admin.    -
2009-04-20    08:50:55    19582    (i)2581233    Core (19582) disconnecting from admin.    -
2009-04-20    12:12:56    19582    (i)2581247    Core (19582) disconnected from edge.    -


Can anyone advise me what the implications of these "Connect failed" might be?

Thanks,

g

    This topic has been closed for replies.
    Correct answer techeye

    This message means that the core is unable to register itself with the admin server utilizing interprocess communication (IPC).  Look at fmsdir/conf/Server.xml <AdminServer><IpcHostPort> for configuration information.  The implication here is that you would be unable to use the administration features enabled in the admin server.

    1 reply

    techeyeCorrect answer
    Participating Frequently
    April 21, 2009

    This message means that the core is unable to register itself with the admin server utilizing interprocess communication (IPC).  Look at fmsdir/conf/Server.xml <AdminServer><IpcHostPort> for configuration information.  The implication here is that you would be unable to use the administration features enabled in the admin server.