Failed Stop & Login take forever.

I just installed fop2 on an elastix install. Everything was working fine until i rebooted my server. Now I can't login to fop2, the login screen just says connecting to server. and when ever i try to stop fop2 it fails, but start is ok. any help would be great. thanks

Comments

  • Update: I figured out the problem but dont know how to solve it. when i type in ./fop2_server it says it cant listen on port 4445, how do i allow it to.

    Thanks.
  • netstat -lnp | grep 4445
    

    That command will tell you WHO is using port 4445. If you see its perl, then you have fop1 using that port and you have to change /var/www/html/panel/op_server.cfg and set "listen_port=4446" and finally restart fop1 (killall op_server.pl).

    However, if the output from the command is fop2_server, then the daemon is already running and you should be able to login.
Sign In or Register to comment.