NoSuchObjectException

James Smith

New Member
after connecting:

sent:
{"message":"connection","data":[{"appKey":"our-app-key","mediaProviders":["WebRTC","MSE","WSPlayer"],"clientVersion":"0.5.23","clientOSVersion":"5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36","clientBrowserVersion":"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36","custom":{...}}]}

we receive:
{"message":"fail","data":[{"status":"FAILED","info":"java.rmi.NoSuchObjectException: no such object in table","apiMethod":"ConnectionStatusEvent"}]}

WCS version: 5.0.2367

More information was sent to logs@flashphoner.com
 

Max

Administrator
Staff member
Hello
Make sure server was restarted properly.
Code:
service webcallserver stop
ps aux | grep java
kill -p PID
service webcallserver start
Please check the troubleshooting guide and make sure server has been restarted properly
https://forum.flashphoner.com/threads/troubleshooting.10768/
If you didn't change internal database using CLI, you can remove files in folder WCS_HOME/database
then the db will be recreated from scratch after restart.
If it does not help, please send SSH access to your server. We will check.
logs@flashphoner.com
 
Top