after update can't start wcs again

Max

Administrator
Staff member
Seems like build 5.2.1141 archive was broken due to hardware issues. We fixed the archive. Now you should do the following to restore WCS installation:
1. Download build 5.2.1141
Code:
wget https://flashphoner.com/downloads/builds/WCS/5.2/FlashphonerWebCallServer-5.2.1141.tar.gz
2. Remove the symlink
Code:
sudo rm -f /usr/local/FlashphonerWebCallServer
3. Unpack the build 5.2.1141 archive and install WCS
Code:
tar -xzf FlashphonerWebCallServer-5.2.1141.tar.gz
cd FlashphonerWebCallServer-5.2.1141
sudo ./install.sh
4. Copy the following files from the folder /usr/local/FlashphonerWebCallServer-/conf to the folder /usr/local/FlashphonerWebCallServer-5.2.1141-9626ca24ed3eeaa22df7afcc369077b99da304c7/conf:
Code:
wss.jks
flashphoner.license
flashphoner.properties
log4j.properties
wcs-core.properties
database.yml
 
Top