Error with build-from-source Couchbase Server
I went through all the steps to build the Couchbase Server from the source repo, and it seems to be working fine, but every second or two I'm seeing an error like the following on the console:
{error_logger,{{2012,9,4},{11,33,23}},supervisor_report,[{supervisor,{local,menelaus_sup}},{errorContext,child_terminated},{reason,{{badmatch,none},[{menelaus_web_alerts_srv,'-check/4-lc$^1/1-2-',2,[{file,"src/menelaus_web_alerts_srv.erl"},{line,250}]},{menelaus_web_alerts_srv,check,4,[{file,"src/menelaus_web_alerts_srv.erl"},{line,250}]},{lists,foldl,3,[{file,"lists.erl"},{line,1197}]},{menelaus_web_alerts_srv,'-handle_info/2-fun-0-',2,[{file,"src/menelaus_web_alerts_srv.erl"},{line,176}]}]}},{offender,[{pid,<0.20770.3>},{name,menelaus_web_alerts_srv},{mfargs,{menelaus_web_alerts_srv,start_link,[]}},{restart_type,permanent},{shutdown,5000},{child_type,worker}]}]}
I can't really understand what this is saying or what the problem might be, but it seems to be bad ...
Gareth