Skip to main content
Participant
August 7, 2010
Question

can not access Admin Console

  • August 7, 2010
  • 1 reply
  • 1293 views

First off I am VERY VERY NEW to fms (today really..hahaha). I did a standard install of fms on a fedora 12 dedicated server yet I can not access the Admin Console via http

When I do a ping of:

http://999.999.999.999:1111/ping?auser=me&apswd=mine

I get the following error:

<level>error</level>
<code>Admin.API.InvalidURL</code>

the same goes for:

fms_adminConsole.htm and fms_adminConsole.swf

Can anyone tell me what I did wrong??

there is no firewall or iptables running right now

Thanks in advance for your help...

    This topic has been closed for replies.

    1 reply

    Participating Frequently
    August 9, 2010

    First of all I hope you are using correct IP address for issuing command. If you are than can you check if you admin server is started, do ps -e | grep fmsadmin. If its listed it is running , if its not then you admin server is not running. Also check you logs to see if you see any errors in admin or master logs.

    Also Fedora is not supported platform so if any of your service is not started or starting - it might be because of platform

    hivtopAuthor
    Participant
    August 9, 2010

    To start, let me thank you for your help!!!!!

    The IP for the server is correct (my.IP.add.ress:1111....) I used the 999.999.999.999 for posting...

    I did the:
      ps -e | grep fmsadmin
    this is the result:
      846 ?  00:01:22 fmsadmin

    Following is the output from the admin.00.log:
    #Version: 1.0
    #Start-Date: 2010-08-06 18:54:46
    #Software: Adobe Flash Media Server 3.5.1 r516
    #Date: 2010-08-06
    #Fields: date    time    x-pid    x-status    x-ctx    x-comment
    2010-08-06    18:54:41    846    (i)2581173    FMS detected IPv6 protocol stack!    -
    2010-08-06    18:54:41    846    (i)2581173    FMS config <NetworkingIPv6 enable=false>    -
    2010-08-06    18:54:41    846    (i)2581173    FMS running in IPv4 protocol stack mode!    -
    2010-08-06    18:54:41    846    (i)2581173    Host: my.host.name IPv4: my.ip.add.ress    -
    2010-08-06    18:54:41    846    (i)2571011    Server starting...    -
    2010-08-06    18:54:41    846    (i)2631174    Listener started ( FCSAdminIpcProtocol ) : localhost:11110/v4    -
    2010-08-06    18:54:41    846    (i)2631174    Listener started ( FCSAdminAdaptor ) : 1111/v4    -
    2010-08-06    18:54:41    846    (i)2571111    Server started (./conf/Server.xml).    -

    Following is the output from the master.00.log:
    #Version: 1.0
    #Start-Date: 2010-08-06 18:54:40
    #Software: Adobe Flash Media Server 3.5.1 r516
    #Date: 2010-08-06
    #Fields: date    time    x-pid    x-status    x-ctx    x-comment
    2010-08-06    18:54:35    687    (i)2581173    FMS detected IPv6 protocol stack!    -
    2010-08-06    18:54:35    687    (i)2581173    FMS config <NetworkingIPv6 enable=false>    -
    2010-08-06    18:54:35    687    (i)2581173    FMS running in IPv4 protocol stack mode!    -
    2010-08-06    18:54:35    687    (i)2581173    Host: my.host.name IPv4: my.ip.add.ress    -
    2010-08-06    18:54:35    687    (i)2571011    Server starting...    -
    2010-08-06    18:54:35    687    (i)2581224    Edge (707) started, arguments : -edgeports ":1935,80" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1".    -
    2010-08-06    18:54:35    687    (i)2581221    Core (710) started, arguments : -adaptor "_defaultRoot_" -vhost "_defaultVHost_" -app "registry" -inst "registry" -tag  -console  -conf "/opt/adobe/fms/conf/Server.xml" -name "_defaultRoot_:_defaultVHost_:registry:registry:".    -
    2010-08-06    18:54:36    687    (i)2571111    Server started (/opt/adobe/fms/conf/Server.xml).    -

    There is no info in the access.00.log except the
    #Version: etc.
    #Start-Date: etc.
    #Software: etc.
    #Date: etc.
    #Fields: etc.

    Core.00.log is:
    #Version: 1.0
    #Start-Date: 2010-08-06 18:54:41
    #Software: Adobe Flash Media Server 3.5.1 r516
    #Date: 2010-08-06
    #Fields: date    time    x-pid    x-status    x-ctx    x-comment
    2010-08-06    18:54:37    710    (i)2581246    Core (710) sending register cmd to edge.    -


    edge.00.log is:
    #Version: 1.0
    #Start-Date: 2010-08-06 18:54:40
    #Software: Adobe Flash Media Server 3.5.1 r516
    #Date: 2010-08-06
    #Fields: date    time    x-pid    x-status    x-ctx    x-comment
    2010-08-06    18:54:35    707    (i)2581173    FMS detected IPv6 protocol stack!    -
    2010-08-06    18:54:35    707    (i)2581173    FMS config <NetworkingIPv6 enable=false>    -
    2010-08-06    18:54:35    707    (i)2581173    FMS running in IPv4 protocol stack mode!    -
    2010-08-06    18:54:35    707    (i)2581173    Host: my.host.name IPv4: my.ip.add.ress    -
    2010-08-06    18:54:36    707    (e)2631013    Failed to create listener for adaptor _defaultRoot_, IP , port 80: .    -
    2010-08-06    18:54:36    707    (i)2631174    Listener started ( _defaultRoot__edge1 ) : localhost:19350/v4    -
    2010-08-06    18:54:36    707    (i)2631174    Listener started ( _defaultRoot__edge1 ) : 1935/v4    -
    2010-08-06    18:54:37    707    (i)2581252    Registering core (710).    -

    the only error I see is in the edge log:
    Failed to create listener for adaptor _defaultRoot_, IP , port 80: .    -

    But the next two lines say:
    Listener started ( _defaultRoot__edge1 ) : localhost:19350/v4    -
    Listener started ( _defaultRoot__edge1 ) : 1935/v4    -

    Also I do not understand why Fedora would not be a supported platform when so many servers use it??? O'well, not the first time I had to get something running that was listed as "Not Supported".. hahahaha

    Again THANK YOU for your Help
    hivtop

    ps..question???? do I need to copy the following three files to a web accessable folder to access the admin console via http instead of using "http://my.IP.add.ress:1111...."????
    fms_adminConsole.swf
    fms_adminConsole.html
    AC_RunActiveContent.js

    hivtopAuthor
    Participant
    August 9, 2010

    Copying the three files to a web accessable folder WORKED....

    I had to edit the fms_adminConsole.html file so it could find the swf and js files but I can now access the Admin Console.

    I will let you know if it works on fedora when I get the new web site up so you can add it to the "Supported Platforms List"... hahaha

    Thanks again

    Hivtop