Version 1.12 SEMS node installation failed

I ready do SEMS node installation, and create sems.conf, but started fail. I share the log and conf as below. This problem has troubled me for a long time, I hope you can help me

This is all sems.conf:
general {
stderr = no
syslog_loglevel = 2
syslog_facility = LOCAL0

node_id = 8

shutdown_mode {
    code = 508
    reason = "Yeti node in shutdown mode"
    allow_uac = true
}

media_processor_threads = 4
rtp_receiver_threads = 4
session_processor_threads = 20
sip_udp_server_threads = 2
sip_tcp_server_threads = 2

dead_rtp_time=30

default_bl_ttl=0

symmetric_rtp_mode = packets
symmetric_rtp_packets = 20

}

signaling-interfaces {
interface internal {
default-media-interface = internal
ip4 {
sip-udp {
address = 127.0.0.1
port = 5060
use-raw-sockets = off
}
sip-tcp {
address = 127.0.0.1
port = 5060
connect-timeout = 2000
static-client-port = on
idle-timeout=900000
use-raw-sockets = off
}
}
}
}

media-interfaces {
interface internal {
ip4 {
rtp {
address = 127.0.0.1
low-port = 16384
high-port = 32769
dscp = 46
use-raw-sockets = off
}
}
}
}

modules {
module “di_log” {}
module “mp3” {}
module “opus” {}
module “wav” {}
module “gsm” {}
module “ilbc” {}
module “adpcm” {}
module “l16” {}
module “g722” {}
module “g729bcg” {}

module "registrar_client" {}
module "sctp_bus" {}
module "session_timer" {}
module "jsonrpc" {
    listen{
        address = 127.0.0.1
        port = 7080
    }
    server_threads = 1
}

module "http_client" {}

module-global "uac_auth" {}
module "options_prober" {}

module "radius_client" {}

module "yeti" {
    pop_id = 4
    lega_cdr_headers {
        header(p-charge-info, string)
        header(diversion, array)
    }

    auth {
        realm = yeti-switch
    }

    msg_logger_dir = /var/spool/sems/dump
    audio_recorder_dir = /var/spool/sems/records
    audio_recorder_compress = true

    db_refresh_interval = 5
    ip_auth_reject_if_no_matched = true

    routing {
        schema = switch20
        function = route_release
        init = init
        master_pool {
            host = 127.0.0.1
            port = 5432
            name = yeti
            user = yeti
            pass = somepassword
            size = 4
            check_interval = 10
            max_exceptions = 0
            statement_timeout=3000
        }
        failover_to_slave = false
        slave_pool {
            host = 127.0.0.1
            port = 5432
            name = yeti
            user = yeti
            pass = somepassword
            size = 4
            check_interval = 10
            max_exceptions = 0
            statement_timeout=3000
        }
    }
    cdr {
        dir = /var/spool/sems/cdrs
        completed_dir = /var/spool/sems/cdrs/completed
        pool_size = 2
        schema = switch
        function = writecdr
        master {
            host = 192.168.0.118
            port = 5432
            name = cdr
            user = cdr
            pass = somepassword
        }
        failover_to_slave = false
        slave {
            host = 192.168.0.118
            port = 5432
            name = cdr
            user = cdr
            pass = somepassword
        }
        failover_requeue = true
        failover_to_file = false
        serialize_dynamic_fields = true
        batch_size = 1
        batch_timeout = 5000
    }
    resources {
        reject_on_error = false
        write {
            host = 127.0.0.1
            port = 6379
            size = 2
            timeout = 500
        }
        read {
            host = 127.0.0.1
            port = 6379
            size = 2
            timeout = 1000
        }
    }
    registrations {
        check_interval = 5000
    }
    registrar {
        enabled = true
        expires_min = 600
        expires_max = 7200
        expires_default = 1200
        redis {
            host = 127.0.0.1
            port = 6379
        }
    }
    rpc {
        calls_show_limit = 10000
    }
    core_options_handling = yes
}

}

routing {
application = yeti
}

sems -E -D3 log:

[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘A’ to 500 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘B’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘D’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘E’ to 500 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘F’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘K’ to 5000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘G’ to 500 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘H’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘I’ to 5000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘J’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘L’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘M’ to 8000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘C’ to 180000 ms
[91715/91715] [AmLcConfig.cpp:1011] DEBUG: Set SIP Timer ‘BL’ to 32000 ms
[91715/91715] [AmLcConfig.cpp:2208] DEBUG: iface=‘lo’;ip=‘127.0.0.1’;flags=0x10049
[91715/91715] [AmLcConfig.cpp:2208] DEBUG: iface=‘eth0’;ip=‘192.168.0.38’;flags=0x11043
[91715/91715] [AmLcConfig.cpp:2208] DEBUG: iface=‘lo’;ip=‘::1’;flags=0x10049
Configuration:
configuration file: /etc/sems/sems.conf
plug-in path: /usr/lib/sems/plug-in

[91715/91715] [AmLcConfig.cpp:1929] INFO: Signaling interfaces:
[91715/91715] [AmLcConfig.cpp:1932] INFO: (0) name=‘internal’
[91715/91715] [AmLcConfig.cpp:1949] INFO: UDP
[91715/91715] [AmLcConfig.cpp:1951] INFO: LocalIP=‘127.0.0.1’;local_port=‘5060’;PublicIP=‘’; DSCP=0
[91715/91715] [AmLcConfig.cpp:1937] INFO: TCP 2000/900000
[91715/91715] [AmLcConfig.cpp:1951] INFO: LocalIP=‘127.0.0.1’;local_port=‘5060’;PublicIP=‘’; DSCP=0
[91715/91715] [AmLcConfig.cpp:1961] INFO: Signaling address map:
[91715/91715] [AmLcConfig.cpp:1968] INFO: 127.0.0.1 → internal
[91715/91715] [AmLcConfig.cpp:1973] INFO: Media interfaces:
[91715/91715] [AmLcConfig.cpp:1977] INFO: (0) name=‘internal’
[91715/91715] [AmLcConfig.cpp:1981] INFO: RTP
[91715/91715] [AmLcConfig.cpp:1985] INFO: LocalIP=‘127.0.0.1’;Ports=[16384;32769];MediaCapacity=8193;PublicIP=‘’; DSCP=46
[91715/91715] [sems.cpp:430] INFO: Open FDs limit has been raised to 65535
[91715/91716] [AmThread.cpp:92] INFO: Thread 139742639859456 is starting
[91715/91717] [AmThread.cpp:92] INFO: Thread 139742638806784 is starting
[91715/91715] [AmPlugIn.cpp:890] DEBUG: DI Interface ‘core’ registered.
[91715/91715] [sems.cpp:763] INFO: Starting application timer scheduler
[91715/91715] [AmThread.cpp:261] DEBUG: trying to add thread 0 to thread watcher
[91715/91715] [AmThread.cpp:267] DEBUG: added thread 0 to thread watcher
[91715/91715] [sems.cpp:767] INFO: Starting session container
[91715/91718] [AmThread.cpp:92] INFO: Thread 139742637754112 is starting
[91715/91715] [sems.cpp:771] INFO: Starting session processor threads
[91715/91715] [AmSessionProcessor.cpp:90] DEBUG: starting 20 session processor threads
[91715/91719] [AmThread.cpp:92] INFO: Thread 139742636701440 is starting
[91715/91720] [AmThread.cpp:92] INFO: Thread 139742635648768 is starting
[91715/91721] [AmThread.cpp:92] INFO: Thread 139742634596096 is starting
[91715/91720] [AmSessionProcessor.cpp:139] DEBUG: running processing loop
[91715/91715] [sems.cpp:776] INFO: Starting audio recorder
[91715/91715] [sems.cpp:779] INFO: Starting pcap recorder
[91715/91740] [AmThread.cpp:92] INFO: Thread 139742615648000 is starting
[91715/91715] [sems.cpp:782] INFO: Starting media processor
[91715/91741] [AmThread.cpp:92] INFO: Thread 139742614595328 is starting
[91715/91738] [AmThread.cpp:92] INFO: Thread 139742617753344 is starting
[91715/91738] [AmSessionProcessor.cpp:139] DEBUG: running processing loop
[91715/91739] [AmThread.cpp:92] INFO: Thread 139742616700672 is starting
[91715/91715] [AmMediaProcessor.cpp:95] DEBUG: Starting 4 MediaProcessorThreads.
[91715/91743] [AmThread.cpp:92] INFO: Thread 139742612121344 is starting
[91715/91715] [sems.cpp:785] INFO: Starting stun processor
[91715/91742] [AmThread.cpp:92] INFO: Thread 139742613174016 is starting
[91715/91744] [AmThread.cpp:92] INFO: Thread 139742611068672 is starting
[91715/91745] [AmThread.cpp:92] INFO: Thread 139742610016000 is starting
[91715/91715] [sems.cpp:798] INFO: Starting RTP receiver
[91715/91746] [AmThread.cpp:92] INFO: Thread 139742608963328 is starting
[91715/91747] [AmThread.cpp:92] INFO: Thread 139742607349504 is starting
[91715/91748] [AmThread.cpp:92] INFO: Thread 139742606296832 is starting
[91715/91749] [AmThread.cpp:92] INFO: Thread 139742605244160 is starting
[91715/91715] [sems.cpp:801] INFO: Starting SIP stack (control interface)
[91715/91750] [AmThread.cpp:92] INFO: Thread 139742604191488 is starting
[91715/91715] [sip/udp_trsp.cpp:162] DEBUG: UDP transport bound to 127.0.0.1/5060
[91715/91715] [sip/udp_trsp.cpp:514] INFO: Added SIP server UDP transport on 127.0.0.1:5060
[91715/91715] [sip/udp_trsp.cpp:514] INFO: Added SIP server UDP transport on 127.0.0.1:5060
[91715/91715] [sip/tcp_base_trsp.cpp:908] DEBUG: TCP transport bound to 127.0.0.1/5060
[91715/91715] [sip/tcp_base_trsp.cpp:939] DEBUG: 0x55f08ba28760 created ev_accept 0x55f08ba798a0 with base 0x55f08ba280a0
[91715/91715] [sip/tcp_base_trsp.cpp:940] DEBUG: 0x55f08ba28760 add ev_accept 0x55f08ba798a0
[91715/91715] [sip/tcp_base_trsp.cpp:1031] INFO: Added SIP server tcp transport on 127.0.0.1:5060

[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/opus.so…
[91715/91715] [AmPlugIn.cpp:686] WARNING: codec 60 does not provide bytes2samples function
[91715/91715] [AmPlugIn.cpp:689] WARNING: codec 60 does not provide samples2bytes function
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 60 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘OPUS/24000’ inserted with id 101 and order 201
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/wav.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 1 inserted
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 2 inserted
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 61 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘PCMU/8000’ inserted with id 0 and order 100
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘PCMA/8000’ inserted with id 8 and order 108
[91715/91715] [AmPlugIn.cpp:767] DEBUG: file format Wav inserted
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/gsm.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 3 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘GSM/8000’ inserted with id 3 and order 103
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/ilbc.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 4 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘iLBC/8000’ inserted with id 102 and order 202
[91715/91715] [AmPlugIn.cpp:767] DEBUG: file format iLBC inserted
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/adpcm.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 8 inserted
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 9 inserted
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 10 inserted
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 11 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘G726-32/8000’ inserted with id 103 and order 203
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘G721/8000’ inserted with id 2 and order 102
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘G726-24/8000’ inserted with id 104 and order 204
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘G726-40/8000’ inserted with id 105 and order 205
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘G726-16/8000’ inserted with id 106 and order 206
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/l16.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 12 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘L16/32000’ inserted with id 107 and order 207
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘L16/16000’ inserted with id 108 and order 208
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘L16/8000’ inserted with id 109 and order 209
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/g722.so…
[91715/91715] [AmPlugIn.cpp:692] DEBUG: codec id 13 inserted
[91715/91715] [AmPlugIn.cpp:728] DEBUG: payload ‘g722/16000’ inserted with id 9 and order 109
[91715/91715] [AmPlugIn.cpp:179] DEBUG: loading /usr/lib/sems/plug-in/g729bcg.so…
[91715/91715] [AmPlugIn.cpp:259] ERROR: AmPlugIn::loadPlugIn: /usr/lib/sems/plug-in/g729bcg.so: /usr/lib/sems/plug-in/g729bcg.so: cannot open shared object file: No such file or directory
[91715/91715] [AmPlugIn.cpp:182] ERROR: while loading plug-in ‘/usr/lib/sems/plug-in/g729bcg.so’
[91715/91715] [sems.cpp:868] INFO: Disposing session container
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-cleaner 139742636701440 (139742636701440)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionContainer.cpp:172] DEBUG: brodcasting ServerShutdown system event to 0 sessions…
[91715/91715] [AmSessionContainer.cpp:187] DEBUG: waiting for active event queues to stop…
[91715/91741] [PcapFileRecorder.cpp:75] DEBUG: 0 unprocessed events on stop
[91715/91741] [PcapFileRecorder.cpp:83] DEBUG: pcap recorder stopped
[91715/91741] [AmThread.cpp:98] INFO: Thread pcap recorder 139742614595328 is ending
[91715/91715] [AmSessionContainer.cpp:199] DEBUG: cleaning sessions…

[91715/91715] [AmThread.cpp:148] DEBUG: Thread rtp-rx 139742606296832 (139742606296832)calling on_stop, give it a chance to clean up
[91715/91715] [AmRtpReceiver.cpp:115] INFO: requesting RTP receiver to stop.
[91715/91715] [AmThread.cpp:173] DEBUG: Thread rtp-rx 139742606296832 (139742606296832) finished detach
[91715/91748] [AmThread.cpp:98] INFO: Thread rtp-rx 139742606296832 is ending
[91715/91715] [AmThread.cpp:148] DEBUG: Thread rtp-rx 139742605244160 (139742605244160)calling on_stop, give it a chance to clean up
[91715/91715] [AmRtpReceiver.cpp:115] INFO: requesting RTP receiver to stop.
[91715/91715] [AmThread.cpp:173] DEBUG: Thread rtp-rx 139742605244160 (139742605244160) finished detach
[91715/91749] [AmThread.cpp:98] INFO: Thread rtp-rx 139742605244160 is ending
[91715/91715] [AmThread.cpp:148] DEBUG: Thread rtp-rx 139742604191488 (139742604191488)calling on_stop, give it a chance to clean up
[91715/91715] [AmRtpReceiver.cpp:115] INFO: requesting RTP receiver to stop.
[91715/91715] [AmThread.cpp:173] DEBUG: Thread rtp-rx 139742604191488 (139742604191488) finished detach
[91715/91750] [AmThread.cpp:98] INFO: Thread rtp-rx 139742604191488 is ending
[91715/91715] [AmRtpReceiver.cpp:110] INFO: RTP receiver has been recycled.
[91715/91715] [AmRtpReceiver.cpp:110] INFO: RTP receiver has been recycled.
[91715/91715] [AmRtpReceiver.cpp:110] INFO: RTP receiver has been recycled.
[91715/91715] [AmRtpReceiver.cpp:110] INFO: RTP receiver has been recycled.
[91715/91715] [sems.cpp:888] INFO: Stop session processor
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742635648768 (139742635648768)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742635648768
[91715/91720] [AmThread.cpp:98] INFO: Thread session-proc 139742635648768 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742635648768 (139742635648768) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742634596096 (139742634596096)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742634596096
[91715/91721] [AmThread.cpp:98] INFO: Thread session-proc 139742634596096 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742634596096 (139742634596096) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742499325696 (139742499325696)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742499325696
[91715/91722] [AmThread.cpp:98] INFO: Thread session-proc 139742499325696 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742499325696 (139742499325696) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742633543424 (139742633543424)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742633543424
[91715/91723] [AmThread.cpp:98] INFO: Thread session-proc 139742633543424 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742633543424 (139742633543424) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742632490752 (139742632490752)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742632490752
[91715/91724] [AmThread.cpp:98] INFO: Thread session-proc 139742632490752 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742632490752 (139742632490752) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742631438080 (139742631438080)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742631438080
[91715/91725] [AmThread.cpp:98] INFO: Thread session-proc 139742631438080 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742631438080 (139742631438080) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742630385408 (139742630385408)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742630385408
[91715/91726] [AmThread.cpp:98] INFO: Thread session-proc 139742630385408 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742630385408 (139742630385408) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742629332736 (139742629332736)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742629332736
[91715/91727] [AmThread.cpp:98] INFO: Thread session-proc 139742629332736 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742629332736 (139742629332736) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742628280064 (139742628280064)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742628280064
[91715/91728] [AmThread.cpp:98] INFO: Thread session-proc 139742628280064 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742628280064 (139742628280064) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742627227392 (139742627227392)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742627227392
[91715/91729] [AmThread.cpp:98] INFO: Thread session-proc 139742627227392 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742627227392 (139742627227392) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742626174720 (139742626174720)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742626174720
[91715/91730] [AmThread.cpp:98] INFO: Thread session-proc 139742626174720 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742626174720 (139742626174720) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742625122048 (139742625122048)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742625122048
[91715/91731] [AmThread.cpp:98] INFO: Thread session-proc 139742625122048 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742625122048 (139742625122048) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742624069376 (139742624069376)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742624069376
[91715/91732] [AmThread.cpp:98] INFO: Thread session-proc 139742624069376 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742624069376 (139742624069376) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742623016704 (139742623016704)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742623016704
[91715/91733] [AmThread.cpp:98] INFO: Thread session-proc 139742623016704 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742623016704 (139742623016704) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742621964032 (139742621964032)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742621964032
[91715/91734] [AmThread.cpp:98] INFO: Thread session-proc 139742621964032 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742621964032 (139742621964032) finished detach
[91715/91715] [AmThread.cpp:148] DEBUG: Thread session-proc 139742620911360 (139742620911360)calling on_stop, give it a chance to clean up
[91715/91715] [AmSessionProcessor.cpp:211] INFO: requesting session to stop.
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742620911360
[91715/91735] [AmThread.cpp:98] INFO: Thread session-proc 139742620911360 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread session-proc 139742620911360 (139742620911360) finished detach
[91715/91715] [sems.cpp:897] INFO: Disposing audio file recorder
[91715/91715] [AmThread.cpp:148] DEBUG: Thread recorder 139742615648000 (139742615648000)calling on_stop, give it a chance to clean up
[91715/91740] [AmAudioFileRecorder.cpp:89] DEBUG: 0 unprocessed events on stop
[91715/91740] [AmAudioFileRecorder.cpp:97] DEBUG: 0 mono recorders on stop
[91715/91740] [AmAudioFileRecorder.cpp:101] DEBUG: 0 stereo recorders on stop
[91715/91740] [AmAudioFileRecorder.cpp:105] DEBUG: Audio recorder stopped
[91715/91740] [AmThread.cpp:98] INFO: Thread recorder 139742615648000 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread recorder 139742615648000 (139742615648000) finished detach
[91715/91715] [sems.cpp:900] INFO: Disposing pcap file recorder
[91715/91715] [sems.cpp:903] INFO: Disposing event dispatcher
[91715/91715] [AmEventDispatcher.cpp:238] DEBUG: *** dumping Event dispatcher buckets ***
[91715/91715] [AmEventDispatcher.cpp:256] DEBUG: *** End of Event dispatcher bucket dump ***
[91715/91715] [SipCtrlInterface.cpp:829] DEBUG: Stopping SIP control interface threads
[91715/91715] [SipCtrlInterface.cpp:822] DEBUG: dec_ref(0x55f08ba27160)
[91715/91715] [SipCtrlInterface.cpp:822] DEBUG: dec_ref(0x55f08ba28760)
[91715/91715] [sip/resolver.cpp:1550] DEBUG: resolver::clear_cache() 0 entries removed
[91715/91715] [AmThread.cpp:148] DEBUG: Thread resolver 139742639859456 (139742639859456)calling on_stop, give it a chance to clean up
[91715/91715] [AmThread.cpp:156] DEBUG: join thread 139742639859456
[91715/91716] [sip/resolver.cpp:1626] DEBUG: resolver thread finished
[91715/91716] [AmThread.cpp:98] INFO: Thread resolver 139742639859456 is ending
[91715/91715] [AmThread.cpp:173] DEBUG: Thread resolver 139742639859456 (139742639859456) finished detach
[91715/91715] [AmThread.cpp:273] DEBUG: cleanup threads garbage collector
[91715/91717] [AmThread.cpp:290] DEBUG: Thread watcher starting its work
[91715/91717] [AmThread.cpp:302] DEBUG: thread 139742637754112 is to be processed in thread watcher
[91715/91717] [AmThread.cpp:306] DEBUG: request thread 139742637754112 to stop and join it
[91715/91717] [AmThread.cpp:148] DEBUG: Thread app-wheeltimer 139742637754112 (139742637754112)calling on_stop, give it a chance to clean up
[91715/91717] [AmThread.cpp:156] DEBUG: join thread 139742637754112
[91715/91718] [AmThread.cpp:98] INFO: Thread app-wheeltimer 139742637754112 is ending
[91715/91717] [AmThread.cpp:173] DEBUG: Thread app-wheeltimer 139742637754112 (139742637754112) finished detach
[91715/91717] [AmThread.cpp:312] DEBUG: thread 139742637754112 has been destroyed
[91715/91717] [AmThread.cpp:329] DEBUG: Thread watcher completed
[91715/91717] [AmThread.cpp:333] DEBUG: Thread watcher finished
[91715/91717] [AmThread.cpp:98] INFO: Thread AmThreadWatcher 139742638806784 is ending
[91715/91715] [sems.cpp:930] INFO: Disposing plug-ins
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: di_log
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: stderr
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: syslog
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: core
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: di_log
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: /usr/lib/sems/plug-in/di_log.so
[91715/91715] [AmPlugIn.cpp:113] DEBUG: decreasing reference to plug-in factory: di_log
[91715/91715] [sems.cpp:941] INFO: Exiting (failure)

I find the error log but I don’t know how to fix it:
[91715/91715] [AmPlugIn.cpp:259] ERROR: AmPlugIn::loadPlugIn: /usr/lib/sems/plug-in/g729bcg.so: /usr/lib/sems/plug-in/g729bcg.so: cannot open shared object file: No such file or directory
[91715/91715] [AmPlugIn.cpp:182] ERROR: while loading plug-in ‘/usr/lib/sems/plug-in/g729bcg.so’

could you properly format your text?

just do apt-get install sems-modules-g729-bcg -y

and then systemctl restart sems

and you are good to go

Thank you for your reply, then I got a new error:
“management database connections error” “ERROR: get connection can’t get connection from write redis pool. retry every 1s”

service sems status
● sems.service - SEMS for YETI project
Loaded: loaded (/lib/systemd/system/sems.service; disabled; vendor preset: enabled)
Active: active (running) since Wed 2024-10-23 10:22:23 CST; 1min 0s ago
Docs: Welcome to Yeti’s documentation! — Yeti documentation
Main PID: 252441 (sems)
Tasks: 77 (limit: 9490)
Memory: 14.6M
CPU: 375ms
CGroup: /system.slice/sems.service
└─252441 /usr/sbin/sems -f /etc/sems/sems.conf
Oct 23 10:22:23 ecs-vos sems[252441]: [252502/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51429.
Oct 23 10:22:24 ecs-vos sems[252441]: [252495/yeti:alarms.cpp:65] INFO: ALARM 0 [management database connections error] CLEARED
Oct 23 10:22:24 ecs-vos sems[252441]: [252495/yeti:db/PgConnectionPool.cpp:310] WARNING: PCP: : All sql connected.
Oct 23 10:22:25 ecs-vos sems[252441]: [252517/yeti:resources/ResourceCache.cpp:306] ERROR: get connection can’t get connection from write redis pool. retry every 1s
Oct 23 10:22:26 ecs-vos sems[252441]: [252517/yeti:resources/ResourceCache.cpp:364] INFO: resources initialized

Log:
Oct 23 10:22:23 ecs-vos sems[252441]: Configuration:
Oct 23 10:22:23 ecs-vos sems[252441]: configuration file: /etc/sems/sems.conf
Oct 23 10:22:23 ecs-vos sems[252441]: plug-in path: /usr/lib/sems/plug-in
Oct 23 10:22:23 ecs-vos sems[252441]: [252478/AmThread.cpp:92] INFO: Thread 140166357264128 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252479/AmThread.cpp:92] INFO: Thread 140166356211456 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252480/AmThread.cpp:92] INFO: Thread 140166355158784 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252479/jsonrpc:RpcServerLoop.cpp:470] INFO: running server loop; listening on 127.0.0.1:7080
Oct 23 10:22:23 ecs-vos sems[252441]: [252481/AmThread.cpp:92] INFO: Thread 140166354106112 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252479/jsonrpc:RpcServerLoop.cpp:482] INFO: running event loop
Oct 23 10:22:23 ecs-vos sems[252441]: [252482/AmThread.cpp:92] INFO: Thread 140166353053440 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:SqlRouter.cpp:234] INFO: SqlRouter::auth_configure: config successfuly readed
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/DbTypes.h:125] WARNING: unhandled sql type ‘numeric’ for field ‘destination_initial_rate’. consider it as varchar
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/DbTypes.h:125] WARNING: unhandled sql type ‘numeric’ for field ‘destination_next_rate’. consider it as varchar
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/DbTypes.h:125] WARNING: unhandled sql type ‘numeric’ for field ‘dialpeer_next_rate’. consider it as varchar
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/DbTypes.h:125] WARNING: unhandled sql type ‘numeric’ for field ‘destination_fee’. consider it as varchar
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/DbTypes.h:125] WARNING: unhandled sql type ‘numeric’ for field ‘dialpeer_initial_rate’. consider it as varchar
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/DbTypes.h:125] WARNING: unhandled sql type ‘numeric’ for field ‘dialpeer_fee’. consider it as varchar
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/DbTypes.h:125] WARNING: unhandled sql type ‘smallint’ for field ‘routing_tag_ids’. consider it as varchar
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/DbTypes.h:125] WARNING: unhandled sql type ‘numeric’ for field ‘customer_acc_vat’. consider it as varchar
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:SqlRouter.cpp:240] INFO: SqlRouter::db_configure: config successfuly readed
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:cdr/CdrWriter.cpp:93] INFO: Cdr writer pool config loaded
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:SqlRouter.cpp:261] INFO: Master pool config loaded
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/PgConnectionPool.cpp:59] INFO: PgCP: Pool CONFIG:
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/PgConnectionPool.cpp:60] INFO: PgCP:#011#011 remote db socket: 127.0.0.1:5432
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/PgConnectionPool.cpp:61] INFO: PgCP:#011#011 dbname: yeti
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/PgConnectionPool.cpp:62] INFO: PgCP:#011#011 user/password: yeti/somepassword
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/PgConnectionPool.cpp:63] INFO: PgCP:#011#011 max_exceptions: 0
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/PgConnectionPool.cpp:64] INFO: PgCP:#011#011 check_interval: 10
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/PgConnectionPool.cpp:65] INFO: PgCP:#011#011 statement_timeout: 3000
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/PgConnectionPool.cpp:66] INFO: PgCP: Pool RUNTIME:
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/PgConnectionPool.cpp:69] INFO: PgCP:#011#011 Connections total/failed: 10/10
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:db/PgConnectionPool.cpp:72] INFO: PgCP:#011#011 exceptions_count: 0
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:SqlRouter.cpp:283] WARNING: Master SQLThread configured
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:SqlRouter.cpp:291] WARNING: Slave SQLThread disabled
Oct 23 10:22:23 ecs-vos sems[252441]: [252486/AmThread.cpp:92] INFO: Thread 140166352000768 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:resources/ResourceControl.cpp:175] INFO: resources types are loaded successfully. apply changes
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:CodecsGroup.cpp:80] ERROR: Ignoring unknown payload: speex/8000
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:CodecsGroup.cpp:80] ERROR: Ignoring unknown payload: G723/8000
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:CodecsGroup.cpp:177] INFO: codecs groups are loaded successfully. apply changes
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:CodesTranslator.cpp:202] INFO: translations are loaded successfully. apply changes
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:Sensors.cpp:149] INFO: sensors are loaded successfully. apply changes
Oct 23 10:22:23 ecs-vos sems[252441]: [252493/AmThread.cpp:92] INFO: Thread 140166350948096 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252494/AmThread.cpp:92] INFO: Thread 140166349895424 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/yeti:SqlRouter.cpp:105] WARNING: Master SQLThread started
Oct 23 10:22:23 ecs-vos sems[252441]: [252494/yeti:RedisConnection.cpp:135] INFO: redis reg_subscription 127.0.0.1:6379 connected
Oct 23 10:22:23 ecs-vos sems[252441]: [252495/AmThread.cpp:92] INFO: Thread 140166348842752 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252496/AmThread.cpp:92] INFO: Thread 140166347790080 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252496/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252501/AmThread.cpp:92] INFO: Thread 140166342526720 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252501/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252497/AmThread.cpp:92] INFO: Thread 140166346737408 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252497/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252500/AmThread.cpp:92] INFO: Thread 140166343579392 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252500/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252506/AmThread.cpp:92] INFO: Thread 140166338316032 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252506/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252499/AmThread.cpp:92] INFO: Thread 140166344632064 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252499/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252509/AmThread.cpp:92] INFO: Thread 140166335158016 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252441/AmSessionContainer.cpp:144] INFO: monitoring module not loaded, monitoring disabled
Oct 23 10:22:23 ecs-vos sems[252441]: [252509/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252493/yeti:RedisConnection.cpp:135] INFO: redis reg 127.0.0.1:6379 connected
Oct 23 10:22:23 ecs-vos sems[252441]: [252511/AmThread.cpp:92] INFO: Thread 140166333052672 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252511/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252512/AmThread.cpp:92] INFO: Thread 140166332000000 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252512/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252513/AmThread.cpp:92] INFO: Thread 140166330947328 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252513/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252518/AmThread.cpp:92] INFO: Thread 140164825515776 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252515/AmThread.cpp:92] INFO: Thread 140166328841984 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252517/AmThread.cpp:92] INFO: Thread 140166326736640 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252519/AmThread.cpp:92] INFO: Thread 140164824463104 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252523/AmThread.cpp:92] INFO: Thread 140164820252416 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252508/AmThread.cpp:92] INFO: Thread 140166336210688 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252508/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252505/AmThread.cpp:92] INFO: Thread 140166339368704 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252505/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252503/AmThread.cpp:92] INFO: Thread 140166340421376 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252503/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252526/AmThread.cpp:92] INFO: Thread 140164817094400 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252527/AmThread.cpp:92] INFO: Thread 140164816041728 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252507/AmThread.cpp:92] INFO: Thread 140166337263360 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252498/AmThread.cpp:92] INFO: Thread 140166345684736 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252498/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252502/AmThread.cpp:92] INFO: Thread 140166341474048 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252502/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252507/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252510/AmThread.cpp:92] INFO: Thread 140166334105344 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252510/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252516/AmThread.cpp:92] INFO: Thread 140166327789312 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252516/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252524/AmThread.cpp:92] INFO: Thread 140164819199744 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252514/AmThread.cpp:92] INFO: Thread 140166329894656 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252514/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252521/AmThread.cpp:92] INFO: Thread 140164822357760 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252521/sip/udp_trsp.cpp:432] INFO: Started SIP server UDP transport
Oct 23 10:22:23 ecs-vos sems[252441]: [252525/AmThread.cpp:92] INFO: Thread 140164818147072 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252525/sip/tcp_base_trsp.cpp:1038] INFO: Started SIP server thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252520/AmThread.cpp:92] INFO: Thread 140164823410432 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252515/yeti:cdr/CdrWriter.cpp:409] INFO: Starting CdrWriter thread
Oct 23 10:22:23 ecs-vos sems[252441]: [252522/AmThread.cpp:92] INFO: Thread 140164821305088 is starting
Oct 23 10:22:23 ecs-vos sems[252441]: [252522/sip/udp_trsp.cpp:432] INFO: Started SIP server UDP transport
Oct 23 10:22:23 ecs-vos sems[252441]: [252501/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51411.
Oct 23 10:22:23 ecs-vos sems[252441]: [252497/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51412.
Oct 23 10:22:23 ecs-vos sems[252441]: [252496/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51410.
Oct 23 10:22:23 ecs-vos sems[252441]: [252506/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51413.
Oct 23 10:22:23 ecs-vos sems[252441]: [252513/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51416.
Oct 23 10:22:23 ecs-vos sems[252441]: [252511/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51415.
Oct 23 10:22:23 ecs-vos sems[252441]: [252499/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51414.
Oct 23 10:22:23 ecs-vos sems[252441]: [252510/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51424.
Oct 23 10:22:23 ecs-vos sems[252441]: [252516/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51425.
Oct 23 10:22:23 ecs-vos sems[252441]: [252507/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51423.
Oct 23 10:22:23 ecs-vos sems[252441]: [252512/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51417.
Oct 23 10:22:23 ecs-vos sems[252441]: [252509/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51421.
Oct 23 10:22:23 ecs-vos sems[252441]: [252503/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51420.
Oct 23 10:22:23 ecs-vos sems[252441]: [252498/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51422.
Oct 23 10:22:23 ecs-vos sems[252441]: [252505/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51419.
Oct 23 10:22:23 ecs-vos sems[252441]: [252508/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51418.
Oct 23 10:22:23 ecs-vos sems[252441]: [252514/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51427.
Oct 23 10:22:23 ecs-vos sems[252441]: [252500/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51426.
Oct 23 10:22:23 ecs-vos sems[252441]: [252515/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51428.
Oct 23 10:22:23 ecs-vos sems[252441]: [252502/yeti:cdr/CdrWriter.cpp:714] INFO: CdrWriter: SQL connected. Backend pid: 51429.
Oct 23 10:22:24 ecs-vos sems[252441]: [252495/yeti:alarms.cpp:65] INFO: ALARM 0 [management database connections error] CLEARED
Oct 23 10:22:24 ecs-vos sems[252441]: [252495/yeti:db/PgConnectionPool.cpp:310] WARNING: PCP: : All sql connected.
Oct 23 10:22:25 ecs-vos sems[252441]: [252517/yeti:resources/ResourceCache.cpp:306] ERROR: get connection can’t get connection from write redis pool. retry every 1s
Oct 23 10:22:26 ecs-vos sems[252441]: [252517/yeti:resources/ResourceCache.cpp:364] INFO: resources initialized

I have increased the database connection pool
Please help me analyze the reason

This is my sems.conf, Pls help me to check.

general {
stderr = no
syslog_loglevel = 2
syslog_facility = LOCAL0

node_id = 8

shutdown_mode {
    code = 508
    reason = "Yeti node in shutdown mode"
    allow_uac = true
}

media_processor_threads = 4
rtp_receiver_threads = 4
session_processor_threads = 20
sip_udp_server_threads = 2
sip_tcp_server_threads = 2

dead_rtp_time=30

default_bl_ttl=0

symmetric_rtp_mode = packets
symmetric_rtp_packets = 20

}

signaling-interfaces {
interface internal {
default-media-interface = internal
ip4 {
sip-udp {
address = 192.168.0.38
port = 5060
use-raw-sockets = off
}
sip-tcp {
address = 192.168.0.38
port = 5060
connect-timeout = 3000
static-client-port = on
idle-timeout=900000
use-raw-sockets = off
}
}
}
}

media-interfaces {
interface internal {
ip4 {
rtp {
address = 192.168.0.38
low-port = 16384
high-port = 32769
dscp = 46
use-raw-sockets = off
}
}
}
}

modules {
module “di_log” {}
module “mp3” {}
module “opus” {}
module “wav” {}
module “gsm” {}
module “ilbc” {}
module “adpcm” {}
module “l16” {}
module “g722” {}
module “g729bcg” {}

module "registrar_client" {}
module "sctp_bus" {}
module "session_timer" {}
module "jsonrpc" {
    listen{
        address = 127.0.0.1
        port = 7080
    }
    server_threads = 1
}

module "http_client" {}

module-global "uac_auth" {}
module "options_prober" {}

module "radius_client" {}

module "yeti" {
    pop_id = 4
    lega_cdr_headers {
        header(p-charge-info, string)
        header(diversion, array)
    }

    auth {
        realm = yeti-switch
    }

    msg_logger_dir = /var/spool/sems/dump
    audio_recorder_dir = /var/spool/sems/records
    audio_recorder_compress = true

    db_refresh_interval = 5
    ip_auth_reject_if_no_matched = true

    routing {
        schema = switch20
        function = route_release
        init = init
        master_pool {
            host = 127.0.0.1
            port = 5432
            name = yeti
            user = yeti
            pass = somepassword
            size = 4
            check_interval = 10
            max_exceptions = 0
            statement_timeout=3000
        }
        failover_to_slave = false
        slave_pool {
            host = 127.0.0.1
            port = 5432
            name = yeti
            user = yeti
            pass = somepassword
            size = 4
            check_interval = 10
            max_exceptions = 0
            statement_timeout=3000
        }
    }
    cdr {
        dir = /var/spool/sems/cdrs
        completed_dir = /var/spool/sems/cdrs/completed
        pool_size = 4
        schema = switch
        function = writecdr
        master {
            host = 192.168.0.118
            port = 5432
            name = cdr
            user = cdr
            pass = somepassword
        }
        failover_to_slave = false
        slave {
            host = 192.168.0.118
            port = 5432
            name = cdr
            user = cdr
            pass = somepassword
        }
        failover_requeue = true
        failover_to_file = false
        serialize_dynamic_fields = true
        batch_size = 1
        batch_timeout = 5000
    }
    resources {
        reject_on_error = false
        write {
            host = 127.0.0.1
            port = 6379
            size = 200
            timeout = 3000
        }
        read {
            host = 127.0.0.1
            port = 6379
            size = 200
            timeout = 3000
        }
    }
    registrations {
        check_interval = 5000
    }
    registrar {
        enabled = true
        expires_min = 600
        expires_max = 7200
        expires_default = 1200
        redis {
            host = 127.0.0.1
            port = 6379
        }
    }
    rpc {
        calls_show_limit = 10000
    }
    core_options_handling = yes
}

}

routing {
application = yeti
}

Replied on

Kindly don’t create multiple threads for the same issue. Thank you.

@dmitry.s please close this ticket