<p></p>
<p><a class="user-mention" data-hovercard-type="user" data-hovercard-url="/users/knightcode/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/knightcode">@knightcode</a></p>
<p>do you ever get any response from mongo regarding version for dispatcher ? You should have an entry in version collection for dispatcher table.</p>
<pre><code>db.getCollection("version").find({"table_name":"dispatcher"}).pretty()
{
        "_id" : ObjectId("5fce0a29d09896665dd585b4"),
        "table_name" : "dispatcher",
        "table_version" : 4
}
</code></pre>
<p>I can see it starts crashing right after trying to get the table version.</p>
<pre><code> 0(46163) DEBUG: db_mongodb [mongodb_dbase.c:973]: db_mongodb_query(): query to collection [version]
 0(46163) DEBUG: db_mongodb [mongodb_dbase.c:1007]: db_mongodb_query(): query filter: { "table_name" : "dispatcher" }
 0(46163) DEBUG: db_mongodb [mongodb_dbase.c:1043]: db_mongodb_query(): columns filter: { "projection" : { "table_version" : 1 } }
0(46163) DEBUG: <core> [db_res.c:119]: db_new_result(): allocate 56 bytes for result set at 0x7ffff75d5248
/build/mongo-c-driver-RRvvb_/mongo-c-driver-1.16.1/src/libmongoc/src/mongoc/mongoc-openssl.c:476 _mongoc_openssl_ctx_new(): precondition failed: ctx
 0(46158) ERROR: <core> [core/daemonize.c:303]: daemonize(): Main process exited before writing to pipe
</code></pre>
<p>In my case it was crashing on userloc ... I had an entry in location collection and "path" key was missing (the entry was made by kamailio when it was run without path module). It crashed when i loaded path module because kamailio was expecting path ke/field in teh location table/collection.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/kamailio/kamailio/issues/2560#issuecomment-739857335">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/ABO7UZN6GUSHL6BNYPA6XRDSTS3S5ANCNFSM4UBLKL6A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/ABO7UZLJ5SUWGJK6CKKSPZ3STS3S5A5CNFSM4UBLKL6KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOFQMVHNY.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/kamailio/kamailio/issues/2560#issuecomment-739857335",
"url": "https://github.com/kamailio/kamailio/issues/2560#issuecomment-739857335",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>