fop2 error

When launching fop2 I get the following errors

[root@server fop2]# /usr/local/fop2/fop2_server --test
Flash Operator Panel 2 - White Label Version.
Flash Operator Panel 2 - White Label License (1)
/usr/local/fop2/autoconfig-users-freepbx.sh: eval: line 15: syntax error near unexpected token `newline'
/usr/local/fop2/autoconfig-users-freepbx.sh: eval: line 15: `__hash_claves_5434=>'

Comments

  • That error will not prevent fop2 from working, and its a consequence of a syntax error or perhaps empty password in /etc/asterisk/voicemail.conf. A sane voicemail.conf file will not generate those warnings. But as I said earlier, it won't prevent fop2 from working.

    best regards,
  • Ok but when I try to start fop it seems like it hangs just after that message. I left it for 5 min and no change.

    /etc/init.d/fop2 start
    Starting Flash Operator Panel 2: Flash Operator Panel 2 - White Label Version.
    /usr/local/fop2/autoconfig-users-freepbx.sh: eval: line 15: syntax error near unexpected token `newline'
    /usr/local/fop2/autoconfig-users-freepbx.sh: eval: line 15: `__hash_claves_5434=>'
  • I was able to remove the empty password but now it just hangs after I launch fop2.

    [root@server ~]# /etc/init.d/fop2 start
    Starting Flash Operator Panel 2: Flash Operator Panel 2 - White Label Version.
  • What version did you install (what OS)? It seems you do not have the -d in the OPTIONS line for the init script to daemonize the service.
  • Lastest from your website 2.26 x64

    Installed on Centos 6.2 x64
  • What are the contents from /etc/sysconfig/fop2 ? How did you install fop2? running make only or did you copy any files by hand?

    Try:

    /usr/local/fop2/fop2_server -d

    Does it return to the cli after that?
Sign In or Register to comment.