Skip to main content
November 15, 2011
Question

How can I debug my server side code

  • November 15, 2011
  • 1 reply
  • 589 views

I am developing an application using Flash Media Server 4. I am calling some server side methods and response is an error while executing. How can I debug my server side script to watch exactly what is the error? I am unable to access its log also...I have administrator username and password too but everytime it fails to login on administrator due to invalid username or password...Please help me out Thanx

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    November 16, 2011

    Hi Umair

    To know the errors in the script, you can either watch logs in Admin Console or at <FMS installation>/logs/<virtual host name>/<application-name>/<app-instance-name>

    For example by default, if I connect to rtmp://server-name/myapplication and using the default VHost then logs are at <FMS installation>/logs/_defaultVHost_/myapplication/_definst_ with name applicationXX.log

    It is tough to reason out for me why your admin password and username not working on Admin Console.

    Can you try pinging Admin Server using "http://server-ip:1111/admin/ping?auser=username&apswd=password" from the browser.