I can ´t connect to FOP2

I restarted my asterisk server for maintenance (but i have not made any changes) and when i try to login to fop2 ,it say "Connecting to server, attempt number:". In IE and Firefox. I restarted the fop2 service, but the problem persist. What can i check? Thanks in advance
Regards

Comments

  • My guess is that you have the old FOP(1) started before FOP2, binding to tcp port 4445. That effectively disables FOP2 as it can bind to an already used port. Check if FOP1 is running:

    pgrep op_server

    If the above command returns a number, it means its running. You must stop it:

    /usr/sbin/amportal stop_fop

    and disable it, by editing /etc/amportal.conf, set FOPRUN=false, and be sure you do not have a line with "start_fop" in /etc/rc.d/rc.local

    Best regards,
  • That 's right. I had FOP1 running.

    Thanks Nicolás for your quick response

    Regards

    My guess is that you have the old FOP(1) started before FOP2, binding to tcp port 4445. That effectively disables FOP2 as it can bind to an already used port. Check if FOP1 is running:

    pgrep op_server

    If the above command returns a number, it means its running. You must stop it:

    /usr/sbin/amportal stop_fop

    and disable it, by editing /etc/amportal.conf, set FOPRUN=false, and be sure you do not have a line with "start_fop" in /etc/rc.d/rc.local

    Best regards,
Sign In or Register to comment.