Trouble installing iSymphonyServerV3

Hi guys! I am trying to setup iSymphonyServerV3 so I can allow for call monitoring. I have the iSymphonyV3 module installed in FreePBX and I installed the server by running: yum -y install iSymphonyServerV3.

This worked, however when I try to start the service it tells me that I need to instal Java (JRE) version 1.8 or higher. It says I am currently running 1.7.

However, I have updated Java, and when I run the command: java -version, it returns:

[root@***** ~]# java -version
openjdk version "1.8.0_51"
OpenJDK Runtime Environment (build 1.8.0_51-b16)
OpenJDK 64-Bit Server VM (build 25.51-b03, mixed mode)

Any thoughts?

we had this issue as well. there is a script at “/opt/isymphony3/server/config.sh” that needs to be run after the java upgrade. it updates all the pointers that the isymphony3 server needs

1 Like