码迷,mamicode.com
首页 > 其他好文 > 详细

"最大工作进程数"导致的WCF调用失败

时间:2014-05-31 00:05:26      阅读:586      评论:0      收藏:0      [点我收藏+]

标签:c   style   class   blog   code   java   

WCF服务寄宿在IIS中,当设置其“最大工作进程数”为2时,经常会出现服务无法被成功调用,具体异常信息如下:

bubuko.com,布布扣
      Type:System.ServiceModel.Security.MessageSecurityException
      Message:从另一方收到未进行安全处理或安全处理不正确的错误。有关错误代码和详细信息,请参见内部 FaultException。
      HelpLink:
      Source:System.ServiceModel.Internals
      TargetSite:TAsyncResult End[TAsyncResult](System.IAsyncResult)
      Data:
         System.ServiceModel.Diagnostics.ExceptionUtility.ExceptionStackAsString:throw

Server stack trace: 
   在 System.Runtime.InputQueue`1.WaitQueueReader.Wait(TimeSpan timeout, T& value)
   在 System.Runtime.InputQueue`1.Dequeue(TimeSpan timeout, T& value)
   在 System.ServiceModel.Security.SecuritySessionClientSettings`1.ClientSecurityDuplexSessionChannel.TryReceive(TimeSpan timeout, Message& message)
   在 System.ServiceModel.Dispatcher.DuplexChannelBinder.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)
   ...
catch


      StackTrace:
Server stack trace: 
   在 System.Runtime.InputQueue`1.WaitQueueReader.Wait(TimeSpan timeout, T& value)
   在 System.Runtime.InputQueue`1.Dequeue(TimeSpan timeout, T& value)
   在 System.ServiceModel.Security.SecuritySessionClientSettings`1.ClientSecurityDuplexSessionChannel.TryReceive(TimeSpan timeout, Message& message)
   在 System.ServiceModel.Dispatcher.DuplexChannelBinder.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.AsyncResult.End[TAsyncResult](IAsyncResult result)
   在 System.ServiceModel.Security.SecuritySessionClientSettings`1.ClientSecuritySessionChannel.ReceiveAsyncResult.End(IAsyncResult result)
   ...
      InnerException:
            Type:System.ServiceModel.FaultException
            Message:无法处理消息。这很可能是因为操作“XXX”不正确,或因为消息包含无效或过期的安全上下文令牌,或因为绑定之间出现不匹配。如果由于未处于活动状态导致服务中止了该通道,则安全上下文令牌无效。若要防止服务永久中止闲置会话,请增加服务终结点绑定上的接收超时。
            HelpLink:
            Source:
            TargetSite:
            Data:

            StackTrace:
            InnerException:
bubuko.com,布布扣

 

"最大工作进程数"导致的WCF调用失败,布布扣,bubuko.com

"最大工作进程数"导致的WCF调用失败

标签:c   style   class   blog   code   java   

原文地址:http://www.cnblogs.com/beta2013/p/3761599.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!