间歇性的"没有端点在"错误

时间:2015-05-26 16:59:02

标签: c# wpf wcf networking enterprise

我们的企业系统遇到了一个相当罕见的问题,即抛出此问题:

  

错误消息:dataserviceurl.svc上没有可以接受该消息的端点。这通常是由错误的地址或SOAP操作引起的。有关更多详细信息,请参阅InnerException(如果存在)。

     

堆栈跟踪:服务器堆栈跟踪:System.ServiceModel.Channels.HttpOutput.WebRequestHttpOutput.GetOutputStream()at System.ServiceModel.Channels.HttpOutput.Send(TimeSpan timeout)at System.ServiceModel.Channels.HttpChannelFactory.HttpRequestChannel.HttpChannelRequest .SendRequest(消息消息,TimeSpan超时)在System.ServiceModel.Channels.RequestChannel.Request(消息消息,TimeSpan超时)处System.ServiceModel.Dispatcher.RequestChannelBinder.Request(消息消息,TimeSpan超时)在System.ServiceModel.Channels处。 System.ServiceModel.Channels上的System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall,ProxyOperationRuntime操作)中的ServiceChannel.Call(String action,Boolean oneway,ProxyOperationRuntime operation,Object [] ins,Object [] outs,TimeSpan timeout)。 ServiceChannelProxy.Invoke(IMessage message)在[0]处重新抛出异常:在System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg,IMessage retM) sg)at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData,Int32类型)Project.PresentationLayer.PagesMessenger.GetGroupTask()在Project.PresentationLayer.Pages.TaskMessenger.b__1()的Project.DataServices.IGetData.GetAllUserTask(String productTypeID,String userID,String taskType,String fullName) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback,Object args,Int32 numArgs)at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source,Delegate method,Object args,Int32 numArgs,Delegate catchHandler)

业内有一些人遇到过这个问题。一个人比其他人多。他们在不同的地方。我们有服务器更新,计算机硬件的变化以及其他各种网络"变化但问题尚未解决。

还应注意,每当特定用户锁定计算机并稍后再返回时,该错误最常出现。

我可以从这个问题中得到的大部分数据都是在处理问题时处理系统处于锁定状态并且没有任何作用但是这种情况发生了,就像我说的那样,很少发生。

感谢您的时间。

编辑1: 作为旁注,我们无法在IT或开发团队中重新创建问题,因此我们无法确定内部异常。另外,我应该注意,我们为每个请求打开一个连接,而不是保持连接打开。

编辑2: 我们也在运行.Net 4.0。更多背景

0 个答案:

没有答案