You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR 2014-10-26 00:55:23,686 [75 ] Default - One or more errors occurred.
1191
+
System.AggregateException: One or more errors occurred. ---> Abp.Runtime.Validation.AbpValidationException: Method arguments are not valid! See ValidationErrors for details.
1192
+
at Abp.WebApi.Controllers.Dynamic.Interceptors.AbpDynamicApiControllerInterceptor`1.Intercept(IInvocation invocation)
1193
+
at Castle.DynamicProxy.AbstractInvocation.Proceed()
1194
+
at Castle.Proxies.DynamicApiController`1Proxy_1.CreatePerson(CreatePersonInput input)
1195
+
at lambda_method(Closure , Object , Object[] )
1196
+
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters)
1197
+
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)
1198
+
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)
1199
+
--- End of inner exception stack trace ---
1200
+
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
1201
+
at System.Threading.Tasks.Task`1.GetResultCore(Boolean waitCompletionNotification)
1202
+
at System.Threading.Tasks.Task`1.get_Result()
1203
+
at Abp.WebApi.Controllers.Dynamic.Selectors.DyanamicHttpActionDescriptor.<ExecuteAsync>b__0(Task`1 task)
1204
+
at System.Threading.Tasks.ContinuationResultTaskFromResultTask`2.InnerInvoke()
1205
+
at System.Threading.Tasks.Task.Execute()
1206
+
--- End of stack trace from previous location where exception was thrown ---
1207
+
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
1208
+
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
1209
+
at System.Web.Http.Controllers.ApiControllerActionInvoker.<InvokeActionAsyncCore>d__0.MoveNext()
1210
+
--- End of stack trace from previous location where exception was thrown ---
1211
+
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
1212
+
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
1213
+
at System.Web.Http.Controllers.ActionFilterResult.<ExecuteAsync>d__2.MoveNext()
1214
+
--- End of stack trace from previous location where exception was thrown ---
1215
+
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
1216
+
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
1217
+
at System.Web.Http.Controllers.ExceptionFilterResult.<ExecuteAsync>d__0.MoveNext()
1218
+
---> (Inner Exception #0) Abp.Runtime.Validation.AbpValidationException: Method arguments are not valid! See ValidationErrors for details.
1219
+
at Abp.WebApi.Controllers.Dynamic.Interceptors.AbpDynamicApiControllerInterceptor`1.Intercept(IInvocation invocation)
1220
+
at Castle.DynamicProxy.AbstractInvocation.Proceed()
1221
+
at Castle.Proxies.DynamicApiController`1Proxy_1.CreatePerson(CreatePersonInput input)
1222
+
at lambda_method(Closure , Object , Object[] )
1223
+
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.<>c__DisplayClass10.<GetExecutor>b__9(Object instance, Object[] methodParameters)
1224
+
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ActionExecutor.Execute(Object instance, Object[] arguments)
1225
+
at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync(HttpControllerContext controllerContext, IDictionary`2 arguments, CancellationToken cancellationToken)<---
1226
+
1227
+
WARN 2014-10-26 00:55:23,709 [75 ] Default - There are 2 validation errors:
1228
+
WARN 2014-10-26 00:55:23,709 [75 ] Default - The Name field is required.
1229
+
WARN 2014-10-26 00:55:23,709 [75 ] Default - The Surname field is required.
0 commit comments