Cannot connect to FOP2

Hello.

I have such problem: I've installed FOP about 3 months ago, and it was working fine. After that I haven't use it for a while, and now, when I try to use it, clients are not connecting.

In debug mode i see this message repeating:

No flash clients connected
Use of uninitialized value in concatenation (.) or string at script/fop2_server.pl line 7018.

** CLEAN SOCKET connection lost removing socket IO::Socket::INET=GLOB(0xb3c8144)
** CLEAN SOCKET flash client connection lost
No flash clients connected
Use of uninitialized value in concatenation (.) or string at script/fop2_server.pl line 7018.

** CLEAN SOCKET connection lost removing socket IO::Socket::INET=GLOB(0xb937c38)
** CLEAN SOCKET flash client connection lost
No flash clients connected
Use of uninitialized value in concatenation (.) or string at script/fop2_server.pl line 7018.

** CLEAN SOCKET connection lost removing socket IO::Socket::INET=GLOB(0xb528e64)
** CLEAN SOCKET flash client connection lost
No flash clients connected

any ideas how to fix it?

Comments

  • What fop2 version?

    /usr/local/fop2/fop2_server -v

    Is connecting to AMI correctly?

    /usr/local/fop2/fop2_server --test

    What browsers are you using?

    Best regards,
  • [root@~]# /usr/local/fop2/fop2_server --test
    Flash Operator Panel 2 - No valid license found. Demo Mode
    Connection to manager OK!

    [root@~]# /usr/local/fop2/fop2_server -v
    fop2_server version 2.26

    fop2admin version is 1.2.14 (upgraded from 1.2.13)

    [root@h~]# asterisk -V
    Asterisk 11.6.0
    Centos 6.4 32bit.

    I've tried with both Firefox 25 and Google Chrome (including Chrome extension too)
  • Try disabling websockets in /var/www/html/fop2/js/presence.js

    firefox + websockets + https has issues, look at www.fop2.com/blog for that

    Chrome should work perfectly well.

    Also, be absolutely sure you do not have any firewall or similar preventing access to port 4445. You can open the chrome javascript console to get further debug information.
Sign In or Register to comment.