Skip to main content
Participant
May 27, 2008
Question

FMS 3 VoD Application Server Reject

  • May 27, 2008
  • 3 replies
  • 1443 views
friends,
Help me, my fms server reject connect.

config:
redhat4 (Linux localhost.localdomain 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:54:53 EST 2006 i686 i686 i386 GNU/Linux
)
mem 4G
server port:80

Problem:
After work some time, FMS reject connections and throws the following error into /var/log/messages:

May 26 16:55:15 FMS1 Service[11310]: Server started (/usr/local/fms/conf/Server.xml).
May 26 16:55:15 FMS1 Adaptor[11330]: Listener started ( _defaultRoot__edge1 ) : localhost:19350/v4
May 26 16:55:16 FMS1 Adaptor[11330]: Listener started ( _defaultRoot__edge1 ) : 80/v4
May 26 16:55:16 FMS1 Adaptor[11330]: Listener started ( _defaultRoot__edge1 ) : 1935/v4
May 26 17:01:01 FMS1 crond(pam_unix)[12239]: session opened for user root by (uid=0)
May 26 17:01:01 FMS1 crond(pam_unix)[12239]: session closed for user root
May 26 17:02:01 FMS1 crond(pam_unix)[12244]: session opened for user root by (uid=0)
May 26 17:02:02 FMS1 crond(pam_unix)[12244]: session closed for user root
May 26 17:25:56 FMS1 Javascript[12265]: Connection rejected by server. Reason : [ Server.Reject ] : (_defaultRoot_, ) : Invalid application name (/fvod).
May 26 17:25:58 FMS1 Javascript[12265]: Connection rejected by server. Reason : [ Server.Reject ] : (_defaultRoot_, ) : Invalid application name (/fvod).
May 26 17:25:58 FMS1 Javascript[11605]: Connection rejected by server. Reason : [ Server.Reject ] : (_defaultRoot_, ) : Invalid application name (/_definst_).
May 26 17:26:58 FMS1 last message repeated 2 times
May 26 17:27:00 FMS1 Javascript[11605]: Connection rejected by server. Reason : [ Server.Reject ] : (_defaultRoot_, ) : Invalid application name (/_definst_).
May 26 17:36:02 FMS1 sshd(pam_unix)[12480]: session opened for user root by root(uid=0)
May 26 17:45:06 FMS1 sshd(pam_unix)[12514]: session opened for user root by (uid=0)
May 26 17:58:54 FMS1 sshd(pam_unix)[12751]: session opened for user root by (uid=0)


memory is full when occur reject error ;throuth admin console,the number of server clients is highter than _defaulthost_.


thanks!






    This topic is closed to new replies. Start a new post to keep the conversation going.

    3 replies

    May 30, 2008
    thats a lot I of memory usage I guess. Few things that I can suggest:

    - update your FMS 3 to FMS 3.0.2 (free update with bug fixes)
    http://www.adobe.com/support/flashmediaserver/downloads_updaters.html


    If possible try to increase <RuntimeSize> as in my lst post.

    If it doesn't solve, the best path I know is to log a bug here:
    http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform
    ( In case, somebody around here doesn't know a solution/workaround to it !)
    Participant
    May 28, 2008
    my server use RTMP connections(rtmp://serverip:80/fvod/filename);
    applications/fvod is exist,also the app can be connected on server start;
    memory is full to system memory and system CPU usage is about 5%;
    the number of connections to the server is about 300-400;
    flv is 8k voice;
    Now, SWFVerification is "true",but some normal user can't connect.
    May 27, 2008


    For first shot it seems that server is rejecting connection because application folder "applications/fvod" doesn't exist. check this first .

    - Are you making RTMPT connections ?

    - By "memory is full', do you mean, the system memory ?

    - Can you put more light on the scenario, i.e. what are the number of connections to the server when it occurs and what are the bandwidth throughput, system CPU usage & memory usage.

    - If it is due to low javascript memory, then you may want to try after increasing the JavaScript engine runtime size from application.xml.
    <JSEngine>
    <RuntimeSize>20480</RuntimeSize>
    </JSEngine>