Tags:
WCF, The sequence has been terminated by the remote endpoint. The user of the remote endpoint's reliable session expects no more messages and a new message arrived. Due to this the reliable session cannot, WCF Reliable Messaging
We are using WCF reliable messaging but occasionally user's sessions are dropping. The error message that is being generated is as below. I can't find reference to this specific error message anywhere. Does anyone have any insights into this issue or have diagnosed this error message before. It sounds like there is a sequencing issue but I am not sure. In terms of config, our endpoint bindings match up ok, and I can't see any obvious issues. If there are any Microsoft people online, can you explain the error as there appears to be no documentation for it anywhere.
Type : System.ServiceModel.ProtocolException, System.ServiceModel, Version=3.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 Message : The sequence has been terminated by the remote endpoint. The user of the remote endpoint's reliable session expects no more messages and a new message arrived. Due to this the reliable session cannot continue. The reliable session was faulted. Source : mscorlib Help link : Data : System.Collections.ListDictionaryInternal TargetSite : Void HandleReturnMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessage) Stack Trace : Server stack trace: at System.ServiceModel.Channels.TransmissionStrategy.WaitQueueAdder.Wait(TimeSpan timeout) at System.ServiceModel.Channels.TransmissionStrategy.InternalAdd(Message message, Boolean isLast, TimeSpan timeout, Object state, MessageAttemptInfo& attemptInfo) at System.ServiceModel.Channels.TransmissionStrategy.Add(Message message, TimeSpan timeout, Object state, MessageAttemptInfo& attemptInfo) at System.ServiceModel.Channels.ReliableOutputConnection.InternalAddMessage(Message message, TimeSpan timeout, Object state, Boolean isLast) at System.ServiceModel.Channels.ReliableOutputConnection.AddMessage(Message message, TimeSpan timeout, Object state) at System.ServiceModel.Channels.ReliableDuplexSessionChannel.OnSend(Message message, TimeSpan timeout) at System.ServiceModel.Channels.DuplexChannel.Send(Message message, TimeSpan timeout) at System.ServiceModel.Dispatcher.DuplexChannelBinder.Send(Message message, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout) at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs) at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation) at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message) Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg) at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type) at MWAM.Core.Comms.PubSub.Client.Contracts.IPublicationService.Subscribe(Guid clientId, String interestKey, Int32 initialDataIncrement, String machineName, String userName) at MWAM.Core.Comms.PubSub.Client.Contracts.PublicationServiceClient.Subscribe(Guid clientId, String interestKey, Int32 initialDataIncrement, String machineName, String userName) at MWAM.Core.Comms.PubSub.Client.WcfClientHost.Subscribe(String interestKey, Int32 initialDataIncrement)
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
The Grade of the Solution
The Zone Rank of the Expert Providing the Solution
The Number of Author and Expert Comments
The Number of Experts Contributing
The Feedback of the Community
Your Input Matters Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.
If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.