Server error during processing: ["web request failed"

error가 발생되었는데요…
아래와 같습니다 ㅠㅠ

Server error during processing: [“web request failed”,
{path,"/pools/default/tasks"},
{type,exit},
{what,
{noproc,
{gen_server,call,
[xdc_rdoc_replication_srv,
{foreach_doc,
#Fun<xdc_rdoc_replication_srv.2.51124823>},
infinity]}}},
{trace,
[{gen_server,call,3},
{xdc_rdoc_replication_srv,
find_all_replication_docs,0},
{ns_doctor,build_tasks_list,2},
{menelaus_web,handle_tasks,2},
{menelaus_web,loop,3},
{mochiweb_http,headers,5},
{proc_lib,init_p_do_apply,3}]}] menelaus_web019 ns_1@192.168.0.22 18:12:17 - Wed Aug 13, 2014

Shutting down bucket “aa” on ‘ns_1@192.168.0.22’ for server shutdown

php와 apache를 사용했고
singleton구조를 이용해서 new Couchbase를 하였습니다.

검색을 해보니 connection pooling일때 발생할 수 있는 에러라고 하던데요?..
에러의 원인이 맞다면 php일 경우 구조를 어떻게 가져가야할까요?..
에러의 원인이 아니라면 원인이 무엇이고 해결방안도 함께 제시해주시면 감사하겠습니다 ㅠ