Skip to main content
Participant
July 20, 2010
Question

FMS 3.5.3 RHEL5.2 Problem

  • July 20, 2010
  • 2 replies
  • 1279 views

Hi

I have some issues with the FMS installation. I need my old apache server keep running, because i have a cakePHP site and everything already running. The installation was OK, and i checked the libs (#./fmsmaster ~console), already installed the needed libraries (all of them), at least i couldnt found any missing library (#ldd fmsmaster -- #ldd fmsadmin -- #ldd fmscore).

The user running FMS is root, the same Linux super user  (Configured in fms.ini).

So, my server run, but nothing happen. I tried to connect the admin console and nothing again.

When i start the server via console command, it says ipv6 was detected!, so i edited the adaptor (ipv6 to true) and RHEL config (/etc/sysconfig/network NETWORKING_IPV6=yes).

The Firewall is Off, anyway i configured those ports (1111,1935,443,80).

I can't make the server connect, every port is closed all the time (checked with #nmap 127.0.0.1 -p80,443,111,1935). Every log (Admin00, master00, edge00) Says Failed to connect, and then abort the services.

Any help is wellcome

best regards

Claudio

    This topic has been closed for replies.

    2 replies

    clagutieAuthor
    Participant
    August 6, 2010

    I'm Back

    After a lot of test and the help of my friend, who knows some linux issues, we got the answer.

    Its a line in adaptor.xml. I dont know why, but it works for me:

    Original

    <HostPort name="edge1" ctl_channel="localhost:19350">${ADAPTOR.HOSTPORT}</HostPort>

    Changed:

    <HostPort name="edge1" ctl_channel="127.0.0.1:19350">${ADAPTOR.HOSTPORT}</HostPort>

    It was impossible to stream in the same machine, so i had to test the server in my laptop.

    Best regards and thanks for the help.

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    July 21, 2010

    Any information in /var/log/messages?  Typically a failure to start at the very beginning of FMS will log errors here.

    clagutieAuthor
    Participant
    July 22, 2010

    The messages are as follow (IPs are hidden):

    admin.00.log

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    2010-07-21    22:20:37    8421    (i)2581173    FMS detected IPv6 protocol stack!    -
    2010-07-21    22:20:37    8421    (i)2581173    FMS config <NetworkingIPv6 enable=true>    -
    2010-07-21    22:20:37    8421    (i)2581173    FMS running in IPv6 protocol stack mode!    -
    2010-07-21    22:20:37    8421    (i)2581173    Host: ############ IPv4: ######### IPv6: ###########
    2010-07-21    22:20:38    8421    (i)2571011    Server starting...    -
    2010-07-21    22:20:38    8421    (e)2631114    Failed to start listeners for adaptor FCSAdminIpcProtocol.    -
    2010-07-21    22:20:38    8421    (e)2581002    Server initialization failed; service will be stopped.    -
    2010-07-21    22:20:38    8421    (e)2571122    Server aborted.    -

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    core.00.log

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    2010-07-20    00:56:47    8073    (e)2661034    Connect failed ( localhost, 19350 ) :     -
    2010-07-20    00:56:47    8073    (i)2581247    Core (8073) disconnected from edge.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    edge.00.log

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    2010-07-21    22:20:33    8215    (i)2581173    FMS detected IPv6 protocol stack!    -
    2010-07-21    22:20:33    8215    (i)2581173    FMS config <NetworkingIPv6 enable=true>    -
    2010-07-21    22:20:33    8215    (i)2581173    FMS running in IPv6 protocol stack mode!    -
    2010-07-21    22:20:33    8215    (i)2581173    Host: #########  IPv4: #########  IPv6: #########    -
    2010-07-21    22:20:34    8215    (e)2631013    Failed to create listener for adaptor _defaultRoot_, IP localhost, port 19350: fms_get_hostbyname.    -
    2010-07-21    22:20:34    8215    (e)2631013    Failed to create listener for adaptor _defaultRoot_, IP "127.0.0.1, port 80: fms_get_hostbyname.    -
    2010-07-21    22:20:34    8215    (e)2631013    Failed to create listener for adaptor _defaultRoot_, IP "127.0.0.1, port 443: fms_get_hostbyname.    -
    2010-07-21    22:20:34    8215    (e)2631013    Failed to create listener for adaptor _defaultRoot_, IP "127.0.0.1, port 1935: fms_get_hostbyname.    -
    2010-07-21    22:20:35    8215    (e)2631114    Failed to start listeners for adaptor _defaultRoot__edge1.    -
    2010-07-21    22:20:35    8215    (e)2581279    Assert failed in /server/edge/TCIpcProtocol.cpp line 199    -
    2010-07-21    22:20:35    8215    (e)2791225    Failed to start edge : _defaultRoot__edge1

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    master.00.log

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    2010-07-21    22:20:32    8195    (i)2581173    FMS detected IPv6 protocol stack!    -
    2010-07-21    22:20:32    8195    (i)2581173    FMS config <NetworkingIPv6 enable=true>    -
    2010-07-21    22:20:32    8195    (i)2581173    FMS running in IPv6 protocol stack mode!    -
    2010-07-21    22:20:32    8195    (i)2581173    Host: #########   IPv4: #########   IPv6: fe80:0000:0000:0000:f6ce:46ff:febf:7757    -
    2010-07-21    22:20:32    8195    (i)2571011    Server starting...    -
    2010-07-21    22:20:32    8195    (i)2581224    Edge (8215) started, arguments : -edgeports ""127.0.0.1:1935,80,443"" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1".    -
    2010-07-21    22:20:32    8195    (i)2581221    Core (8218) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app "registry" -inst "registry" -tag  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:registry:registry:".    -
    2010-07-21    22:20:33    8195    (i)2571111    Server started (/opt/adobe/fms/conf/Server.xml).    -
    2010-07-21    22:22:42    8195    (i)2581226    Edge (8215) is no longer active.

    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Thanks in advance

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    July 22, 2010

    It would appear that all attempts by FMS to bind any sockets, be they high or low port, and internal or not (the IPC one is an unnamed socket) are failing.

    Some thoughts for starters as this appears to be an OS and permissions problem

    1. Are you running FMS as a user that has permissions to bind sockets - if not you'll want to change that

    2. Possible that you could write a small test program running as the same user as FMS just to bind sockets to determine what's wrong here.

    If all else fails I'd end up contacting your system administrator - difficult if that's you too - but FMS needs the ability to listen on sockets and it's unclear why all requests to do so are failing in your environment.  Are you running on a supported FMS distribution?

    Asa