Hi Matthias --<br><br>I upgraded my version of the branch as you suggested below below and rebuilt. Upon startup of rabbitmq, I get the error below. Any ideas? I am using the same config as before. The only that should be different is the new code.<br>
<br>thanks,<br>Scott<br><br>Here is the error:<br><br>starting file handle cache server                                     ...BOOT ERROR: FAILED<br>Reason: {{badmatch,<br>             {error,<br>                 {{&#39;EXIT&#39;,<br>
                      {undef,<br>                          [{rabbit_restartable_sup,start_link,<br>                               [file_handle_cache_sup,<br>                                {file_handle_cache,start_link,[]}]},<br>
                           {supervisor,do_start_child,2},<br>                           {supervisor,handle_start_child,2},<br>                           {supervisor,handle_call,3},<br>                           {gen_server,handle_msg,5},<br>
                           {proc_lib,init_p_do_apply,3}]}},<br>                  {child,undefined,file_handle_cache_sup,<br>                      {rabbit_restartable_sup,start_link,<br>                          [file_handle_cache_sup,<br>
                           {file_handle_cache,start_link,[]}]},<br>                      transient,infinity,supervisor,<br>                      [rabbit_restartable_sup]}}}},<br>         [{rabbit_sup,start_restartable_child,2},<br>
          {rabbit,&#39;-run_boot_step/1-lc$^1/1-1-&#39;,1},<br>          {rabbit,run_boot_step,1},<br>          {rabbit,&#39;-start/2-lc$^0/1-0-&#39;,1},<br>          {rabbit,start,2},<br>          {application_master,start_it_old,4}]}<br>
<br><br><div class="gmail_quote">On Wed, Mar 3, 2010 at 8:30 AM, scott w <span dir="ltr">&lt;<a href="mailto:scottblanc@gmail.com">scottblanc@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Ah ok great to know. Thanks Matthias!<div><div></div><div class="h5"><br><br><div class="gmail_quote">On Tue, Mar 2, 2010 at 4:55 PM, Matthias Radestock <span dir="ltr">&lt;<a href="mailto:matthias@lshift.net" target="_blank">matthias@lshift.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Scott,<div><br>
<br>
scott w wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
The whole file is hundreds of MB. I&#39;ve attached a gzipped copy of the first 10K lines of output from rabbit-sasl.log. The rabbit.log file doesn&#39;t have anything interesting, just info level messages about connections being established.<br>


<br>
I&#39;m not forwarding to the main list since I don&#39;t want to send 66K of data to everyone.<br>
<br>
Also to answer Matthew&#39;s question about which version I am using, here is what &quot;hg summary&quot; reports:<br>
<br>
parent: 2781:9e0c76ab1039 tip<br>
 merge default ⇨ bug 21673<br>
branch: bug21673<br>
commit: 182 unknown (clean)<br>
update: (current)<br>
<br>
Any feedback would be helpful.<br>
</blockquote>
<br></div>
The first entry in the sasl log does indeed point to the problem:<br>
<br>
=CRASH REPORT==== 27-Feb-2010::22:18:11 ===<br>
  crasher:<br>
    initial call: gen:init_it/7<br>
    pid: &lt;0.194.0&gt;<br>
    registered_name: rabbit_msg_store_gc<br>
    exception exit: {unhandled_info,<br>
                        {file_handle_cache,maximum_eldest_since_use,<br>
                            1586.6666666666667}}<div><br>
      in function  gen_server2:terminate/6<br></div>
    ancestors: [rabbit_msg_store,rabbit_sup,&lt;0.76.0&gt;]<br>
    messages: []<br>
    links: [&lt;0.193.0&gt;]<div><br>
    dictionary: [{fhc_age_tree,{0,nil}}]<br></div>
    trap_exit: false<br>
    status: running<br>
    heap_size: 10946<br>
    stack_size: 24<br>
    reductions: 42501230341<br>
  neighbours:<br>
<br>
The bug that causes this got fixed on 18-Feb, whereas the version you are running is two days older. So updating your checkout to the latest version will give you happier rabbit.<br>
<br>
<br>
Regards,<br><font color="#888888">
<br>
Matthias.<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>