FOP2 Server is not responding. Be sure the service is running!

Hi Nicolas,

I tried emailed you regarding Fop2 connection which is providing me error:

"fop2_server dead but subsys locked".

I have followed the instruction as per the documentation you have mentioned. Nicolas I would like you to help us one more time. I have attached the screenshot.

Comments

  • Try

    /usr/local/fop2/fop2_server -X 1

    What is the output ?

  • edited January 2015
    cat /etc/sysconfig/fop2
    OPTIONS = "-d"

    /usr/local/fop2/fop2_server --test
    eth0: error fetching interface information: Device not found

    Fop2 was unable to find eth0 interface to bind the license to.
    Please specify a valid NIC name with -i command line parameter, for example

    /usr/local/fop2/fop2_server --test -i eth1

    Flash Operator Panel 2 - Invalid License for this machine
    Flash Operator Panel 2 - White Label Version
    Flash Operator Panel 2 - Valid License (7)

    Failed to connect with asterisk - 192.168.1.104:5038
    Error Message: Login Failed to Asterisk (bad auth) at 192.168.1.104:5038. Check your manager credentials.


    How may I able to rectify these issue
  • Your license is invalid. It was not issued for that particular server. What changed? You need to revoke a license in order to move it to a different server. Also, the manager credentials set in fop2.cfg doesn't match your asterisk config, either the ip, user or pass are wrong . as the error says, check your manager credentials in /etc/asterisk/manager.conf
  • cat /etc/sysconfig/fop2
    OPTIONS="-d -i eth1"

    # service fop2 status
    Output: fop2_server dead but sbsys locked

    # service fop2 reload
    output: Reloading Flash Operator Panel 2 configuration: [Failed]

    I have changed the eth1 as mentioned new NIC.
  • if you have an eth1 interface, then starting the fop2 service will work having an OPTIONS line like you describe. Now, having anything in the OPTIONS line that is not a standard ascii quote (like a typographical quote, or similar) might end up with an invalid shell variable.

    Also, if you change the options line, then you have to "start" the service, not reload or ask for status (if the service was stopped from the start).

    service fop2 start

    Is the command to run.

Sign In or Register to comment.