windows server2008R2 推送出现错误

sun18838946810
2017-10-27 07:51 2.0k 0

C#程序集成。在本地调试可以正常推送放到服务器上就出现推送错误
异常消息:The underlying connection was closed: An unexpected error occurred on a send.
堆栈错误提示:

    [APIConnectionException: The underlying connection was closed: An unexpected error occurred on a send.]
       cn.jpush.api.common.BaseHttpClient.sendRequest(String method, String url, String auth, String reqParams) +3747
       cn.jpush.api.common.BaseHttpClient.sendPost(String url, String auth, String reqParams) +55
       cn.jpush.api.push.PushClient.sendPush(String payloadString) +215
       cn.jpush.api.push.PushClient.sendPush(PushPayload payload) +129
       cn.jpush.api.JPushClient.SendPush(PushPayload payload) +70
       BarterWeb.Common.UtilsToJiGuang.PushObject_All_All_Alert(String Alert) +427
       BarterWeb.Admin.Main.Unnamed1_Click(Object sender, EventArgs e) +92
       System.Web.UI.WebControls.Button.OnClick(EventArgs e) +118
       System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +112
       System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
       System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
       System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5563

2个回答

热门排序