Skip to main content
November 9, 2009
Question

Failed to create listener for adaptor

  • November 9, 2009
  • 1 reply
  • 1508 views

Hello,I am install FMS3.5 on linux,and it is fine,but adminserver is stop,

the log:

Nov  9 08:41:12 as38 Service[15096]: Server aborted.
Nov  9 08:43:10 as38 Service[15030]: Server aborted.
Nov  9 08:43:20 as38 Adaptor[15203]: Failed to create listener for adaptor , IP localhost, port 11110: TCCommBridge::createListener 0.0.0.0:-1/other: create socket failed..
Nov  9 08:43:20 as38 Service[15203]: Server starting...
Nov  9 08:43:20 as38 Adaptor[15203]: Failed to start listeners for adaptor FCSAdminIpcProtocol.
Nov  9 08:43:20 as38 Server[15203]: Server initialization failed; service will be stopped.
Nov  9 08:43:20 as38 Service[15203]: Server aborted

so,why Failed to create listener for adaptor and create socket failed?

    This topic has been closed for replies.

    1 reply

    November 9, 2009

    Flash Media Server is a 32-bit program that will run in 32-bit mode on 64-bit operating systems.

    so,I think I should re-install the OS。

    are there other solution?

    Asa_-_FMS
    Adobe Employee
    Adobe Employee
    November 10, 2009

    Can you post what you've configured your FMS to listen on?  In particular two configs - in fms.ini

    # IP address and port(s) Flash Media Server should listen on
    # For example:
    #    ADAPTOR.HOSTPORT = :1935,80
    #
    #ADAPTOR.HOSTPORT = :1935,80

    and what you have for this in Adaptor.xml that you're using

    <HostPortList> (everything within this tag)

    Asa