can't open localhost:8444 (or 9091 or else) after install

PhilR

New Member
Hi
after a local install on a raspi 4, (with one month licence), can't access to demo page or localhost:8444 or else.
it seams the browser is searching, searching... till the end of times ...

Code:
Please check the following:
1. https://my.flashphoner.com/ must be accessible from the server
2. pool.ntp.org must be accessible from the server
3. The file /usr/local/FlashphonerWebCallServer/logs/license.log contains the strings like
Code:
00:12:43,091 INFO          Subscription - Subscription Thread processSuccessPingResult result: PingResult{status='success'}
00:12:43,091 INFO          Subscription - Subscription Thread Subscription success, connection repaired or subscription has been renewed after a temporary cancellation
00:12:43,091 INFO          Subscription - Subscription Thread successLicense licenseStatus: success success >> success
00:27:43,558 INFO          Subscription - Subscription Thread ping ret: success
...
4. The file /usr/local/FlashphonerWebCallServer/conf/database.yml exists and is not empty
the above points 1,2,3 are OK.
4 : this file does not exist


thanks
PhilR
 

Attachments

Max

Administrator
Staff member
Hello

Make sure

1. Server is up and running
Code:
ps aux | grep java
2. Port 8444 is listening
Code:
netstat -nlp | grep 8444
3. Port 8444 is reachable
Code:
telnet host-ip 8444
These 3 simple checks should help to localize issue.
 
Top