1. 程式人生 > >Tried 3 times of the providers [192.168.1:20881] (1/1) from the registry 192.168.25.128:2181 問題解決

Tried 3 times of the providers [192.168.1:20881] (1/1) from the registry 192.168.25.128:2181 問題解決

出現這個問題,說明客戶端請求結果3次失敗,其中一個原因是:dubbo服務的過期時間,如果是debug除錯執行,那麼預設過期時間是立即過期,這時候要加上timeout,例如:<dubbo:service interface="com.taotao.content.service.ContentService" ref="contentServiceImpl" timeout="300000" />。這時候把過期時間設定成300秒,問題即可解決!