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.
349 lines
35 KiB
349 lines
35 KiB
4 years ago
|
��־ʱ�䣺2019-03-27 09:29:09,812
|
||
|
��־������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-03-27 09:33:44,305
|
||
|
��־������ERROR
|
||
|
�� ־ �ࣺerrorinfo [(null)]
|
||
|
null null GetList null System.Exception: δ֪��WCF��������:
|
||
|
Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[QMAPP.FJC.Entity.FIS.FISAssembly]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
|
||
|
To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
|
||
|
Path 'Result', line 1, position 10. ---> Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[QMAPP.FJC.Entity.FIS.FISAssembly]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
|
||
|
To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
|
||
|
Path 'Result', line 1, position 10.
|
||
|
�� QMFrameWork.Common.Serialization.JsonConvertHelper.GetDeserialize[T](String info)
|
||
|
�� QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) λ�� E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:�к� 82
|
||
|
--- �ڲ��쳣��ջ���ٵĽ�β ---
|
||
|
�� QMAPP.FJC.Web.Controllers.FISPhraseController.GetList(Nullable`1 callBack) λ�� E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\FISPhraseController.cs:�к� 81
|
||
|
�� 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-03-27 09:34:01,124
|
||
|
��־������ERROR
|
||
|
�� ־ �ࣺerrorinfo [(null)]
|
||
|
null null GetList null System.Exception: δ֪��WCF��������:
|
||
|
Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[QMAPP.FJC.Entity.FIS.FISAssembly]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
|
||
|
To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
|
||
|
Path 'Result', line 1, position 10. ---> Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[QMAPP.FJC.Entity.FIS.FISAssembly]' because the type requires a JSON array (e.g. [1,2,3]) to deserialize correctly.
|
||
|
To fix this error either change the JSON to a JSON array (e.g. [1,2,3]) or change the deserialized type so that it is a normal .NET type (e.g. not a primitive type like integer, not a collection type like an array or List<T>) that can be deserialized from a JSON object. JsonObjectAttribute can also be added to the type to force it to deserialize from a JSON object.
|
||
|
Path 'Result', line 1, position 10.
|
||
|
�� QMFrameWork.Common.Serialization.JsonConvertHelper.GetDeserialize[T](String info)
|
||
|
�� QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction[ResultModel](String functionName, Object[] parameters) λ�� E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:�к� 82
|
||
|
--- �ڲ��쳣��ջ���ٵĽ�β ---
|
||
|
�� QMAPP.FJC.Web.Controllers.FISPhraseController.GetList(Nullable`1 callBack) λ�� E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\FISPhraseController.cs:�к� 81
|
||
|
�� 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-03-27 09:37:06,924
|
||
|
��־������ERROR
|
||
|
�� ־ �ࣺerrorinfo [(null)]
|
||
|
localhost admin Ӧ������ null System.Exception: δ֪��WCF��������:
|
||
|
δ֪��WCF��������:
|
||
|
λ�� http://localhost:8938/GeneralService.svc �� HTTP �����á�����������Ϊ�÷���̫æ��������Ϊδ�ҵ�����ָ����ַ���ս��㡣��ȷ����ַ��ȷ�������Ժ��ٴγ��Է��ʸ÷����� ---> 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.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:�к� 146
|
||
|
--- �ڲ��쳣��ջ���ٵĽ�β ---
|
||
|
�� QMAPP.ServicesAgent.ServiceAgent.InvokeServiceFunction(String functionName, Object[] parameters) λ�� E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:�к� 166
|
||
|
�� QMAPP.ServicesAgent.ServiceAgent.Init() λ�� E:\Projects\ADIENT_CD_MES\trunk\CDMES\AppCommon\QMAPP.ServicesAgent\ServiceAgent.cs:�к� 42
|
||
|
--- �ڲ��쳣��ջ���ٵĽ�β ---
|
||
|
�� 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-03-27 13:05:21,414
|
||
|
��־������ERROR
|
||
|
�� ־ �ࣺerrorinfo [(null)]
|
||
|
null null Edit 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.FISPhraseController.Edit() λ�� E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\FISPhraseController.cs:�к� 110
|
||
|
�� 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-03-27 13:08:16,432
|
||
|
��־������ERROR
|
||
|
�� ־ �ࣺerrorinfo [(null)]
|
||
|
null null Edit null System.InvalidOperationException: δ�ҵ���ͼ��Edit������ĸ����ͼ����û����ͼ����֧��������λ�á�����������λ��:
|
||
|
~/Views/FISPhrase/Edit.aspx
|
||
|
~/Views/FISPhrase/Edit.ascx
|
||
|
~/Views/Shared/Edit.aspx
|
||
|
~/Views/Shared/Edit.ascx
|
||
|
~/Views/FISPhrase/Edit.cshtml
|
||
|
~/Views/FISPhrase/Edit.vbhtml
|
||
|
~/Views/Shared/Edit.cshtml
|
||
|
~/Views/Shared/Edit.vbhtml
|
||
|
�� 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-03-27 13:33:02,406
|
||
|
��־������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-03-27 15:36:14,029
|
||
|
��־������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-03-27 15:40:03,737
|
||
|
��־������ERROR
|
||
|
�� ־ �ࣺerrorinfo [(null)]
|
||
|
null null Edit null System.Exception: δ֪��WCF��������:
|
||
|
WCF�����ڲ�����������ϵ����Ա�ϱ������� ---> System.Exception: WCF�����ڲ�����������ϵ����Ա�ϱ������� ---> System.ServiceModel.FaultException: ��������ѯ '(@Id nvarchar(4000))SELECT TOP 1 FA.Id
|
||
|
,FA.Name
|
||
|
,FA' ��Ҫ���� '@Id'����δ�ṩ�ò�����
|
||
|
|
||
|
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.FISPhraseController.Edit() λ�� E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\FISPhraseController.cs:�к� 110
|
||
|
�� 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-03-27 15:43:12,472
|
||
|
��־������ERROR
|
||
|
�� ־ �ࣺerrorinfo [(null)]
|
||
|
null null Edit null System.Exception: δ֪��WCF��������:
|
||
|
WCF�����ڲ�����������ϵ����Ա�ϱ������� ---> System.Exception: WCF�����ڲ�����������ϵ����Ա�ϱ������� ---> System.ServiceModel.FaultException: ��������ѯ '(@fId nvarchar(4000))SELECT TOP 1 FA.Id
|
||
|
,FA.Name
|
||
|
,F' ��Ҫ���� '@fId'����δ�ṩ�ò�����
|
||
|
|
||
|
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.FISPhraseController.Edit() λ�� E:\Projects\ADIENT_CD_MES\trunk\CDMES\APPQ5\QMAPP.FJC.Web\Controllers\FISPhraseController.cs:�к� 110
|
||
|
�� 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-03-27 15:45:02,991
|
||
|
��־������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-03-27 16:16:44,052
|
||
|
��־������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
|