Hi, after solving a prometheus metrics issue and periodic restarts (https://forum.flashphoner.com/threads/prometheus-sip-metrics-details.14029/) , we still see that every 2-3 days we have a downtime of the service (see the jpeg graphs).
We have been investigating the issue and obtain some logs, but we are not sure about whats's going on... I can attach some logs but since you have access to our machine maybe better you can have a look.
We don't see anything in the machine syslog.
In the Flashphoner logs we see:
12:28:53,760 ERROR EventScanner - EventScannerThread-27 We cannot let this thread die under any circumstances. Protect ourselves by logging errors to the console but continue.
java.lang.NullPointerException
at com.flashphoner.sip.D.processTimeout(Unknown Source)
at gov.nist.javax.sip.EventScanner.deliverEvent(EventScanner.java:426)
at gov.nist.javax.sip.EventScanner.run(EventScanner.java:569)
at java.lang.Thread.run(Thread.java:745)
12:29:00,485 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:03,758 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
and
grep "REGISTER timeout" flashphoner.log.2022-01-26-12
12:28:47,003 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:28:50,898 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:28:53,760 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:00,485 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:03,758 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:03,764 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:04,934 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:09,169 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:09,378 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
These logs show this:
flashphoner.log.2022-01-26-12 flashphoner.log.2022-01-26-20
Thankls in advance
We have been investigating the issue and obtain some logs, but we are not sure about whats's going on... I can attach some logs but since you have access to our machine maybe better you can have a look.
We don't see anything in the machine syslog.
In the Flashphoner logs we see:
12:28:53,760 ERROR EventScanner - EventScannerThread-27 We cannot let this thread die under any circumstances. Protect ourselves by logging errors to the console but continue.
java.lang.NullPointerException
at com.flashphoner.sip.D.processTimeout(Unknown Source)
at gov.nist.javax.sip.EventScanner.deliverEvent(EventScanner.java:426)
at gov.nist.javax.sip.EventScanner.run(EventScanner.java:569)
at java.lang.Thread.run(Thread.java:745)
12:29:00,485 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:03,758 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
and
grep "REGISTER timeout" flashphoner.log.2022-01-26-12
12:28:47,003 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:28:50,898 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:28:53,760 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:00,485 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:03,758 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:03,764 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:04,934 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:09,169 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
12:29:09,378 WARN SipUserAgentListener - EventScannerThread-27 REGISTER timeout
These logs show this:
flashphoner.log.2022-01-26-12 flashphoner.log.2022-01-26-20
Thankls in advance
Attachments
-
84.6 KB Views: 139