Problem with license

Hi, a few week ago I bought a license for fop2 and I install it on a Freepbx machine 32 bit and it seemed to work fine.
Yesterday I moved the Freepbx computer to our customer but fop2 has stopped working.
It seems that fop2 fails to authenticate license:

If I try:
/usr/local/fop2/fop2_server --test
the command does not return anything and the command line it remains on hold

When I log in on the fop2 panel i can see at the bottom of the page:
Validation problem. Please contact your provider.

There's no limitation on customer firewall and there is free internet access.

Also I have the same problem on fop2_server command on our Freepbx.

How can i fix this problem?

Thank you
Lorenzo

Comments

  • Try removing /tmp/par-root directory:

    rm -rf /tmp/par-root

    After that try the --test again

    /usr/local/fop2/fop2_server --test

    Does that work? If so , what is the output ?
  • Thanks for you reply.

    The output is evident, how can i fix (the hostname used during installation license is changed) ?

    Flash Operator Panel 2 - White Label Version
    Flash Operator Panel 2 - Invalid license for this install (hostname mismatch)
    Running in Demo Mode
    Connection to manager OK!

    Thank you.
  • revoke and register

    /usr/local/fop2/fop2_server --revoke

    and then

    /usr/local/fop2/fop2_server --register
  • Ok it works. Thank you so much

    Lorenzo
Sign In or Register to comment.