<div dir="ltr"><div><div dir="ltr"><div>Hello,</div><div><br></div><div>Load testing with standard sipp UAC and UAS scenarios I&#39;m encountering the following error:</div><div>  ERROR:b2b_logic:create_top_hiding_entities: failed to create new b2b server instance</div>
<div><br></div><div>It seems to be related both to total call volume as well as calls per second.  With several hundred calls active I see this with cps as low as 3 or 4.  With less than 50 calls I see this at higher cps, say, 30 or 40.</div>
<div><br></div><div>Before these errors pop up, sipp starts to complain about 200 OK transmissions from the UAS, and BYE retransmissions from the UAC.  It also complains about some in-dialog messages(BYEs) returning with a &quot;501 Not Supported&quot;, the treatment my script gives non-INVITEs outside of an established dialog.  Something is strange here.  There is no specific loose_route() handling since it&#39;s all b2b top-hiding.</div>
<div><br></div><div>There is plenty of shared and package memory available.  No memory errors, either.</div><div><br></div><div>There is plenty of hash space for b2b_entities and b2b_logic.  Both are current set at 14 (16384).</div>
<div><br></div><div>Load average on the box is low.  With higher cps (~60) it peaks around 0.3, including rtpproxy.  The box itself is a VM in VMWare ESXi 5.0 with 2 full Xeon 2.2GHz cores available (no MHz throttling).  Resource priority is set to high, and the host itself is lightly loaded.  For what it&#39;s worth audio quality through rtpproxy is fine.  I don&#39;t think it&#39;s a CPU problem.</div>
<div><br></div><div>I&#39;ve tried my best to understand the code surrounding this error.  From the create_top_hiding_entities function in b2b_logic/logic.c:</div><div><br></div><div><div>        /* create new server */</div>
<div>        server_id = b2b_api.server_new(msg, &amp;tuple-&gt;local_contact,</div><div>                        b2b_server_notify, b2bl_key);</div><div>        if(server_id == NULL)</div><div>        {</div><div>                LM_ERR(&quot;failed to create new b2b server instance\n&quot;);</div>
<div>                goto error;</div><div>        }</div></div><div><br></div><div>I am at a loss where to go from here.  Suggestions are definitely appreciated.  This is version 1.10 cloned today.</div><div><br></div><div>
<br></div><div>Regards,</div><div>Jeff</div><div><br></div></div></div>
</div>