Skip to main content
Participant
April 19, 2010
Question

Can not connectet to FMS

  • April 19, 2010
  • 1 reply
  • 670 views

Hello frndz can anybody guides me what is the issue of getting

NetConnection.Connect.Failed.

every time i make connection with FMS 3.5 developer version getting that message on client side.

Actually i am making a simple chat aaplication thats why i make some code on main.asc files.

but everytime i got that exception.I just want to know that what the issue is it?

i m also giving amfo encoding to both netconnection object and shared object.still getting that exception.

Please Please help me or guide to come out from that problem.Suggest me whetehr this is issue of wrong fms path or Asc file or something else.

Thanks In Advance

  Vineet osho

    This topic has been closed for replies.

    1 reply

    April 19, 2010

    Hi Vineet

    I hope the FMS is up and running, just wanted to rule that out. Try connecting to the vod app on FMS and see if it goes through.

    If yes then there could some error in the main.asc of your chat application.

    If not thenyou could check the FMS logs - access.00.log, core.00.log, edge.00.log or master.00.log for more information. Let me know what you see in the logs when you try to make a connect to your chat app and you get :NetConnection.Connect.Failed.

    Thanks

    Mamata

    Participant
    April 19, 2010

    Thanks A ton for your quick reply.

    i checked my fms vod applicationbut it is giving connection error.i thinks thats why i got connection rejectec and connection failed messg.

    now can you please guide me how to sort out this setting problem of fms.i installed the fms on my demo server.

    Thanks and regards

        Vineet Osho

    April 19, 2010

    Could you please check if FMS is started? Are you on Windows or Linux OS?

    Since you said you are unable to connect to the vod app, looks like FMS is down.

    If you are on Windows, check Windows Task Manager to see if these processes are up: FMSMaster.exe, FMSCore.exe, FMSEdge.exe and FMSAdmin.exe

    If you are on Linux use, 'ps -ef | grep fms' command script from the shell and should return list of fms processes like fmsmaster, fmscore, fmsedge, and fmsadmin.

    If you don't find those processes running then you would have to start FMS. Please refer http://help.adobe.com/en_US/FlashMediaServer/3.5_InstallingFMS/WS5b3ccc516d4fbf351e63e3d119ed5bf6c6-7fed.html and start FMS.

    Thanks

    Mamata