Moving to new server machine

cheinan

Member
Hello
I installed FlashPhoner on our new Linux server machine.
I activated our license on the new machine and after deactivated it on the old machine.
both ports 8888 and 8443 are open
But still i am not able to connect to the new media server
I am able to connect to the dashboard but not to the media
any idea way?

Thanks
Cheinan
 

Max

Administrator
Staff member
Hello
1. Please read the troubleshooting guide
https://forum.flashphoner.com/threads/troubleshooting.10768/
2. If core process has not been started, make sure you have your host name in the /etc/hosts file:
Example:
Code:
#hostname
wcs4-eu.flashphoner.com
#cat /etc/hosts
127.0.0.1 wcs4-eu.flashphoner.com
3. Try to restart WCS server.

If it does not help, try to run server in standalone mode:
Code:
cd /usr/local/FlashphonerWebCallServer/bin
./webcallserver start standalone
Please send us stdout log.
 

cheinan

Member
Hello
Restarting the service solved the problem
But i get a warning:
[root@Stream ~]# service webcallserver stop
Stopping webcallserver (via systemctl): Warning: webcallserver.service changed on disk. Run 'systemctl daemon-reload' to reload units.
[ OK ]
[root@Stream ~]# service webcallserver start
Starting webcallserver (via systemctl): Warning: webcallserver.service changed on disk. Run 'systemctl daemon-reload' to reload units.
[ OK ]

Do i have to do any thing?

Thanks
Cheinan
 

Max

Administrator
Staff member
Hello,

webcallserver (via systemctl): Warning: webcallserver.service changed on disk. Run 'systemctl daemon-reload' to reload units.
It has not been reproduced with the latest v. 2597 on CentOS or Ubuntu. Please let know which OS you are using and if the issue still occurs.
 
Top