<div dir="ltr">I doubt that I am seeing the connection the db load fine during startup<div><br></div><div><br></div><div>







<p class=""><br></p>
<p class="">Sep  9 00:35:29 mediaproxy2 /sbin/opensips[24461]: NOTICE:presence:child_init: init_child [14]  pid [24461]</p>
<p class="">Sep  9 00:35:29 mediaproxy2 /sbin/opensips[24461]: INFO:cachedb_mongodb:mongo_new_connection: Connected at server 162.XX.XX.XX with version 2.4.6 , to db AOR.Location</p>
<p class="">Sep  9 00:35:29 mediaproxy2 /sbin/opensips[24465]: NOTICE:presence:child_init: init_child [15]  pid [24465]</p>
<p class="">Sep  9 00:35:29 mediaproxy2 /sbin/opensips[24459]: NOTICE:presence:child_init: init_child [13]  pid [24459]</p>
<p class="">Sep  9 00:35:29 mediaproxy2 /sbin/opensips[24465]: INFO:cachedb_mongodb:mongo_new_connection: Connected at server 162.XX.XXX.XX with version 2.4.6 , to db AOR.Location</p>
<p class="">Sep  9 00:35:29 mediaproxy2 /sbin/opensips[24467]: NOTICE:presence:child_init: init_child [16]  pid [24467]</p>
<p class="">Sep  9 00:35:29 mediaproxy2 /sbin/opensips[24459]: INFO</p><p class=""><br></p><p class="">Is there anyway to reference the server to use during a raw query? Also I am not sure if this applies to raw queries:</p><p class="">section 1.5, 1.2</p><p class=""><br></p><p class="">of</p><p class=""><a href="http://www.opensips.org/html/docs/modules/devel/cachedb_mongodb.html">http://www.opensips.org/html/docs/modules/devel/cachedb_mongodb.html</a><br></p><p class="">cache_store(&quot;mongodb:group1&quot;,&quot;key&quot;,&quot;$ru value&quot;); </p><p class="">cache_fetch(&quot;mongodb:replicaset1&quot;,&quot;key&quot;,$avp(10)); </p><p class="">cache_remove(&quot;mongodb:cluster1&quot;,&quot;key&quot;); <br></p><p class=""><br></p><p class=""><br></p><p class=""><br></p><p class="">Thanks,</p><p class="">Tito</p><p class=""><br></p><p class=""><br></p><p class=""><br></p><p class=""><br></p><p class=""><br></p><p class=""><br></p><p class=""><br></p><p class=""><br></p></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Sep 8, 2014 at 8:29 PM, Ovidiu Sas <span dir="ltr">&lt;<a href="mailto:osas@voipembedded.com" target="_blank">osas@voipembedded.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Maybe some firewall issues?<br>
<span class="HOEnZb"><font color="#888888"><br>
-ovidiu<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Mon, Sep 8, 2014 at 8:11 PM, Tito Cumpen &lt;<a href="mailto:tito@xsvoce.com">tito@xsvoce.com</a>&gt; wrote:<br>
&gt; Ovidiu,<br>
&gt;<br>
&gt;<br>
&gt; I have corrected the param and now I am seeing opensips start without a<br>
&gt; problem the query problem still persists with the error<br>
&gt;<br>
&gt; /sbin/opensips[22454]: ERROR:core:cachedb_raw_query: failed to get<br>
&gt; connection for grp name []<br>
&gt;<br>
&gt; I am not seeing any attempts being made from this server to the my mongo<br>
&gt; instance on the ingress interface. Any ideas??<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; Thanks,<br>
&gt;<br>
&gt; Tito<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Sep 8, 2014 at 8:01 PM, Ovidiu Sas &lt;<a href="mailto:osas@voipembedded.com">osas@voipembedded.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Here&#39;s what works for me (I use both mongo and cache):<br>
&gt;&gt; loadmodule &quot;cachedb_mongodb.so&quot;<br>
&gt;&gt;   modparam(&quot;cachedb_mongodb&quot;,<br>
&gt;&gt; &quot;cachedb_url&quot;,&quot;mongodb:instance1://localhost:27017/db.collection&quot;)<br>
&gt;&gt; loadmodule &quot;db_cachedb.so&quot;<br>
&gt;&gt;<br>
&gt;&gt; modparam(&quot;db_cachedb&quot;,&quot;cachedb_url&quot;,&quot;mongodb:instance1://localhost:27017/db.collection&quot;)<br>
&gt;&gt;<br>
&gt;&gt; You have the wrong module name (cachedb_mongo vs. cachedb_mongodb)<br>
&gt;&gt;<br>
&gt;&gt; Regards,<br>
&gt;&gt; Ovidiu Sas<br>
&gt;&gt;<br>
&gt;&gt; On Mon, Sep 8, 2014 at 7:50 PM, Tito Cumpen &lt;<a href="mailto:tito@xsvoce.com">tito@xsvoce.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hello Group,<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I am perplexed about what the correct params are to point opensips to an<br>
&gt;&gt; &gt; instance of mongodb<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I am currently using these<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; loadmodule &quot;db_cachedb.so&quot;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; loadmodule &quot;cachedb_mongodb.so&quot;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; modparam(&quot;cachedb_mongo&quot;,&quot;cachedb_url&quot;,&quot;mongodb:instance1://162.XXX.XX.XXXX:27017/AOR.Location&quot;)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; which triggers this error<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;  Parameter &lt;cachedb_url&gt; not found in module &lt;cachedb_mongo&gt; - can&#39;t set<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Alternatively I have tried using :<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; modparam(&quot;db_cachedb&quot;,&quot;cachedb_url&quot;,&quot;mongodb:instance1://162.XX.XX.XX:27017/AOR.Location&quot;)<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; which would cause the following error when running this query<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;                 cache_raw_query(&quot;mongodb&quot;,&quot;{ \&quot;op\&quot; : \&quot;find\&quot;, \&quot;ns\&quot; :<br>
&gt;&gt; &gt; \&quot;AOR.Location\&quot;, \&quot;query\&quot;: {\&quot;User\&quot; : $rU} }&quot;,&quot;$avp(mongo_result)&quot;);<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ERROR:core:cachedb_raw_query: failed to get connection for grp name [}<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I am using Opensips version 1.11<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Thanks<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; Users mailing list<br>
&gt;&gt; &gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt; &gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; VoIP Embedded, Inc.<br>
&gt;&gt; <a href="http://www.voipembedded.com" target="_blank">http://www.voipembedded.com</a><br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Users mailing list<br>
&gt;&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt;&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Users mailing list<br>
&gt; <a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
&gt;<br>
<br>
<br>
<br>
--<br>
VoIP Embedded, Inc.<br>
<a href="http://www.voipembedded.com" target="_blank">http://www.voipembedded.com</a><br>
<br>
_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
</div></div></blockquote></div><br></div>