fop2_server at CentOS 5

Good day!

I have a problem running fop2_server on CentOS 5.

When file fop2.lic is absent in directory /usr/local/fop2, I get message:

[628.trixbox.postmet.com fop2]# ./fop2_server -X 3 -t
Flash Operator Panel 2 - No valid license found. Demo Mode

** MANAGER CONNECTION Connecting to localhost:5038 (Server 0)
** MANAGER CONNECTION Connected to localhost:5038 (Server 0)

127.0.0.1 -> Action: Challenge
127.0.0.1 -> AuthType: MD5

127.0.0.1 <- Asterisk Call Manager/1.1
127.0.0.1 <- Response: Success
127.0.0.1 <- Challenge: 212866714
127.0.0.1 <- Server: 0

127.0.0.1 -> Action: Login
127.0.0.1 -> Username: XXXX
127.0.0.1 -> AuthType: MD5
127.0.0.1 -> Key: XXXX

127.0.0.1 <- Response: Success
127.0.0.1 <- Message: Authentication accepted
127.0.0.1 <- Server: 0
Connection to manager OK!

And service starts from /etc/init.d/fop2 script in DEMO-mode.

But when file fop2.lic is placed in /usr/local/fop2 I get error:

[628.trixbox.postmet.com fop2]# ./fop2_server -X 3 -t
Error at script/fop2_server.pl line 7714.

I've tried versions 2.26 and 2.11, but have the same error (string number changes in version 2.11)

What's wrong in my configuration?

Comments

  • It seems your license file is wrong/corrupt, run

    /usr/local/fop2/fop2_server --test

    Also, license files are version dependant. If the license was generated in 2.20, you must use it in 2.20.
  • Thanks for your answer!

    How can I determine version number of my fop2 using .lic file?
  • You cannot determine the version of your fop2.lic file, but the version of your fop2_server binary with the command

    /usr/local/fop2/fop2_server -v

    And the license validity with

    /usr/local/fop2/fop2_server --test

    If the lic file does not match the version, you will see a proper error message telling you so.

    Best regards,
  • Thanks!

    I'll ask my seller to tell me version number or send me new .lic file.

    Regards,
    George
  • You can email me your fop2.lic file, but please do not post it in the forum, nor your activation code, soI can check the validity here. You can send me a private message in the forum or an email to support AT fop2.com
Sign In or Register to comment.