首页 新闻 会员 周边

System.ServiceModel.ServerTooBusyException

0
[已解决问题] 解决于 2018-09-06 14:50

这个异常怎么办,我看服务器的cpu还没满的

System.ServiceModel.ServerTooBusyException: 位于 http://XXXXXXX/service/RpcService.asmx 处的 HTTP 服务太忙。 ---> System.Net.WebException: 远程服务器返回错误: (503) 服务器不可用。
在 System.Net.HttpWebRequest.GetResponse()
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
--- 内部异常堆栈跟踪的结尾 ---

Server stack trace:
在 System.ServiceModel.Channels.HttpChannelUtilities.ProcessGetResponseWebException(WebException webException, HttpWebRequest request, HttpAbortReason abortReason)
在 System.ServiceModel.Channels.HttpChannelFactory`1.HttpRequestChannel.HttpChannelRequest.WaitForReply(TimeSpan timeout)
在 System.ServiceModel.Channels.RequestChannel.Request(Message message, TimeSpan timeout)
在 System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
在 System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
在 System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)

 

Exception rethrown at [0]:
在 System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
在 System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)

。。。。。。。。。。。。。。。。。。。。。。。。。。。。。(省略)

拖鞋王子的主页 拖鞋王子 | 初学一级 | 园豆:37
提问于:2015-07-09 12:10
< >
分享
最佳答案
1

是否是超时时间默认不够就返回这个错了?

奖励园豆:5
2012 | 高人七级 |园豆:21230 | 2015-07-09 16:53
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册