天津投入产出系统后端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

708 lines
74 KiB

日志时间:2019-06-13 08:50:59,707
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null Index null System.Web.HttpCompileException (0x80004005): e:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Views\ParameterQuery\Index.aspx(52): error CS1061: “QMAPP.FJC.Web.Models.ParameterQuery.ParameterQueryModel”不包含“Tables”的定义,并且找不到可接受类型为“QMAPP.FJC.Web.Models.ParameterQuery.ParameterQueryModel”的第一个参数的扩展方法“Tables”(是否缺少 using 指令或程序集引用?)
在 System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
在 System.Web.Compilation.BuildManager.GetObjectFactory(String virtualPath, Boolean throwIfNotFound)
在 System.Web.Mvc.BuildManagerWrapper.System.Web.Mvc.IBuildManager.FileExists(String virtualPath)
在 System.Web.Mvc.BuildManagerViewEngine.FileExists(ControllerContext controllerContext, String virtualPath)
在 System.Web.Mvc.VirtualPathProviderViewEngine.<>c__DisplayClass4.<GetPathFromGeneralName>b__0(String path)
在 System.Web.WebPages.DefaultDisplayMode.GetDisplayInfo(HttpContextBase httpContext, String virtualPath, Func`2 virtualPathExists)
在 System.Web.WebPages.DisplayModeProvider.<>c__DisplayClassb.<GetDisplayInfoForVirtualPath>b__8(IDisplayMode mode)
在 System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
在 System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
在 System.Web.WebPages.DisplayModeProvider.GetDisplayInfoForVirtualPath(String virtualPath, HttpContextBase httpContext, Func`2 virtualPathExists, IDisplayMode currentDisplayMode, Boolean requireConsistentDisplayMode)
在 System.Web.Mvc.VirtualPathProviderViewEngine.GetPathFromGeneralName(ControllerContext controllerContext, List`1 locations, String name, String controllerName, String areaName, String cacheKey, String[]& searchedLocations)
在 System.Web.Mvc.VirtualPathProviderViewEngine.GetPath(ControllerContext controllerContext, String[] locations, String[] areaLocations, String locationsPropertyName, String name, String controllerName, String cacheKeyPrefix, Boolean useCache, String[]& searchedLocations)
在 System.Web.Mvc.VirtualPathProviderViewEngine.FindView(ControllerContext controllerContext, String viewName, String masterName, Boolean useCache)
在 System.Web.Mvc.ViewEngineCollection.<>c__DisplayClassc.<FindView>b__b(IViewEngine e)
在 System.Web.Mvc.ViewEngineCollection.Find(Func`2 lookup, Boolean trackSearchedPaths)
在 System.Web.Mvc.ViewEngineCollection.FindView(ControllerContext controllerContext, String viewName, String masterName)
在 System.Web.Mvc.ViewResult.FindView(ControllerContext context)
在 System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult)
在 System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17()
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
在 System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19()
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 08:52:38,300
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null Index null System.Web.HttpCompileException (0x80004005): e:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Views\ParameterQuery\Index.aspx(52): error CS1061: “QMAPP.FJC.Web.Models.ParameterQuery.ParameterQueryModel”不包含“Tables”的定义,并且找不到可接受类型为“QMAPP.FJC.Web.Models.ParameterQuery.ParameterQueryModel”的第一个参数的扩展方法“Tables”(是否缺少 using 指令或程序集引用?)
在 System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath)
在 System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
在 System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)
在 System.Web.Compilation.BuildManager.GetVirtualPathObjectFactory(VirtualPath virtualPath, HttpContext context, Boolean allowCrossApp, Boolean throwIfNotFound)
在 System.Web.Compilation.BuildManager.GetObjectFactory(String virtualPath, Boolean throwIfNotFound)
在 System.Web.Mvc.BuildManagerWrapper.System.Web.Mvc.IBuildManager.FileExists(String virtualPath)
在 System.Web.Mvc.BuildManagerViewEngine.FileExists(ControllerContext controllerContext, String virtualPath)
在 System.Web.Mvc.VirtualPathProviderViewEngine.<>c__DisplayClass4.<GetPathFromGeneralName>b__0(String path)
在 System.Web.WebPages.DefaultDisplayMode.GetDisplayInfo(HttpContextBase httpContext, String virtualPath, Func`2 virtualPathExists)
在 System.Web.WebPages.DisplayModeProvider.<>c__DisplayClassb.<GetDisplayInfoForVirtualPath>b__8(IDisplayMode mode)
在 System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext()
在 System.Linq.Enumerable.FirstOrDefault[TSource](IEnumerable`1 source, Func`2 predicate)
在 System.Web.WebPages.DisplayModeProvider.GetDisplayInfoForVirtualPath(String virtualPath, HttpContextBase httpContext, Func`2 virtualPathExists, IDisplayMode currentDisplayMode, Boolean requireConsistentDisplayMode)
在 System.Web.Mvc.VirtualPathProviderViewEngine.GetPathFromGeneralName(ControllerContext controllerContext, List`1 locations, String name, String controllerName, String areaName, String cacheKey, String[]& searchedLocations)
在 System.Web.Mvc.VirtualPathProviderViewEngine.GetPath(ControllerContext controllerContext, String[] locations, String[] areaLocations, String locationsPropertyName, String name, String controllerName, String cacheKeyPrefix, Boolean useCache, String[]& searchedLocations)
在 System.Web.Mvc.VirtualPathProviderViewEngine.FindView(ControllerContext controllerContext, String viewName, String masterName, Boolean useCache)
在 System.Web.Mvc.ViewEngineCollection.<>c__DisplayClassc.<FindView>b__b(IViewEngine e)
在 System.Web.Mvc.ViewEngineCollection.Find(Func`2 lookup, Boolean trackSearchedPaths)
在 System.Web.Mvc.ViewEngineCollection.FindView(ControllerContext controllerContext, String viewName, String masterName)
在 System.Web.Mvc.ViewResult.FindView(ControllerContext context)
在 System.Web.Mvc.ViewResultBase.ExecuteResult(ControllerContext context)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionResult(ControllerContext controllerContext, ActionResult actionResult)
在 System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<InvokeActionResultWithFilters>b__17()
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter(IResultFilter filter, ResultExecutingContext preContext, Func`1 continuation)
在 System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClass1a.<>c__DisplayClass1c.<InvokeActionResultWithFilters>b__19()
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionResultWithFilters(ControllerContext controllerContext, IList`1 filters, ActionResult actionResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 09:12:04,625
日志级别:ERROR
日 志 类:errorinfo [(null)]
localhost admin 应用启动 null System.Exception: 未知的WCF服务错误:
位于 http://localhost:8938/GeneralService.svc 的 HTTP 服务不可用。这可能是因为该服务太忙,或是因为未找到侦听指定地址的终结点。请确保地址正确,并在稍后再次尝试访问该服务。 ---> System.ServiceModel.ServerTooBusyException: 位于 http://localhost:8938/GeneralService.svc 的 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.Dispatcher.RequestChannelBinder.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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.GetServiceList()
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.GetServiceList() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 60
在 QMAPP.ServicesAgent.ServiceAgent.Init() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 34
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.Init() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 58
在 QMAPP.FJC.Web.MvcApplication.Application_Start() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Global.asax.cs:行号 104
日志时间:2019-06-13 09:17:52,967
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: 未确定参数表名称!
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 88
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 09:19:00,062
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: 未确定参数表名称!
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 88
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 09:25:20,751
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: 未确定参数表名称!
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 88
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 09:27:54,677
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: “PA0”附近有语法错误。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 88
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 09:28:48,309
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: “PA0”附近有语法错误。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 88
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 09:34:16,281
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: 无法绑定由多个部分组成的标识符 "PA0.CREATEDATE"。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 88
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 09:36:03,632
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: 无法绑定由多个部分组成的标识符 "PA0.CREATEDATE"。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 88
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 10:10:45,101
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: 多次为 'page_tbl' 指定了列 'PID'。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 88
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 10:11:39,054
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: 多次为 'page_tbl' 指定了列 'PID'。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 88
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 12:59:45,935
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: 多次为 'page_tbl' 指定了列 'PID'。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 89
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 15:13:55,159
日志级别:ERROR
日 志 类:errorinfo [(null)]
localhost admin 应用启动 null System.Exception: 未知的WCF服务错误:
位于 http://localhost:8938/GeneralService.svc 的 HTTP 服务不可用。这可能是因为该服务太忙,或是因为未找到侦听指定地址的终结点。请确保地址正确,并在稍后再次尝试访问该服务。 ---> System.ServiceModel.ServerTooBusyException: 位于 http://localhost:8938/GeneralService.svc 的 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.Dispatcher.RequestChannelBinder.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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.GetServiceList()
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.GetServiceList() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 60
在 QMAPP.ServicesAgent.ServiceAgent.Init() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 34
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.Init() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 58
在 QMAPP.FJC.Web.MvcApplication.Application_Start() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Global.asax.cs:行号 104
日志时间:2019-06-13 15:32:21,798
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: Timeout 时间已到。在操作完成之前超时时间已过或服务器未响应。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 91
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 15:41:10,073
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: Timeout 时间已到。在操作完成之前超时时间已过或服务器未响应。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 91
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 15:41:58,405
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: Timeout 时间已到。在操作完成之前超时时间已过或服务器未响应。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 91
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 16:09:27,112
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: Timeout 时间已到。在操作完成之前超时时间已过或服务器未响应。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 91
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)
日志时间:2019-06-13 16:43:47,197
日志级别:ERROR
日 志 类:errorinfo [(null)]
localhost admin 应用启动 null System.Exception: 未知的WCF服务错误:
服务器未提供有意义的回复;这可能是由协定不匹配、会话过早关闭或内部服务器错误引起的。 ---> System.ServiceModel.CommunicationException: 服务器未提供有意义的回复;这可能是由协定不匹配、会话过早关闭或内部服务器错误引起的。
Server stack trace:
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.GetServiceList()
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.GetServiceList() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 60
在 QMAPP.ServicesAgent.ServiceAgent.Init() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 34
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.Init() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 58
在 QMAPP.FJC.Web.MvcApplication.Application_Start() 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Global.asax.cs:行号 104
日志时间:2019-06-13 16:59:07,693
日志级别:ERROR
日 志 类:errorinfo [(null)]
null null GetParamList null System.Exception: 未知的WCF服务错误:
WCF服务内部错误,请联系管理员上报错误! ---> System.Exception: WCF服务内部错误,请联系管理员上报错误! ---> System.ServiceModel.FaultException: Timeout 时间已到。在操作完成之前超时时间已过或服务器未响应。
Server stack trace:
在 System.ServiceModel.Channels.ServiceChannel.HandleReply(ProxyOperationRuntime operation, ProxyRpc& rpc)
在 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)
在 QMAPP.ServicesAgent.CenterGeneralService.IGeneralService.RecevieRequest(String request)
在 QMAPP.ServicesAgent.CenterGeneralService.GeneralServiceClient.RecevieRequest(String request) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\Service References\CenterGeneralService\Reference.cs:行号 56
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 142
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 158
在 QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:行号 80
--- 内部异常堆栈跟踪的结尾 ---
在 QMAPP.FJC.Web.Controllers.ParameterQueryController.GetParamList(ParameterQueryModel model) 位置 E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\ParameterQueryController.cs:行号 91
在 lambda_method(Closure , ControllerBase , Object[] )
在 System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
在 System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
在 System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass42.<BeginInvokeSynchronousActionMethod>b__41()
在 System.Web.Mvc.Async.AsyncResultWrapper.<>c__DisplayClass8`1.<BeginSynchronous>b__7(IAsyncResult _)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethod(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<>c__DisplayClass39.<BeginInvokeActionMethodWithFilters>b__33()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass4f.<InvokeActionMethodFilterAsynchronously>b__49()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass37.<BeginInvokeActionMethodWithFilters>b__36(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncResultWrapper.WrappedAsyncResult`1.End()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.EndInvokeActionMethodWithFilters(IAsyncResult asyncResult)
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<>c__DisplayClass2a.<BeginInvokeAction>b__20()
在 System.Web.Mvc.Async.AsyncControllerActionInvoker.<>c__DisplayClass25.<BeginInvokeAction>b__22(IAsyncResult asyncResult)