Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote callback channel times out with SessionKeyExpiredException #93

Open
ryannewington opened this issue Sep 19, 2017 · 0 comments
Open

Comments

@ryannewington
Copy link
Member

An exception has occurred in NotifySubscribersOnStatusChange
Type: System.ServiceModel.Security.SessionKeyExpiredException

Message: The session key must be renewed before it can secure application messages.
Source: mscorlib
TargetSite: Void HandleReturnMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessage)
StackTrace:

Server stack trace: 
   at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.CheckOutgoingToken()
   at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecuritySessionChannel.SecureApplicationMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState)
   at System.ServiceModel.Security.SecuritySessionServerSettings.ServerSecurityDuplexSessionChannel.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.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 Lithnet.Miiserver.AutoSync.IEventCallBack.MAStatusChanged(MAStatus status)
   at Lithnet.Miiserver.AutoSync.EventService.NotifySubscribersOnStatusChange(MAStatus status)
****************************************
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
v2
  
Done
Development

No branches or pull requests

1 participant