13:28:59 [Warn] Com.Ctrip.Framework.Apollo.ContentConfigAdapter Can not find content SELECT [WorkFlow_Id],[WorkName],[WorkTable],[WorkTableName],[Weight],[Enable],[AuditingEdit],[NodeConfig],[LineConfig],[Remark],[CreateID],[Creator],[CreateDate],[ModifyID],[Modifier],[ModifyDate] FROM [Sys_WorkFlow] WHERE ([WorkTable] IN ('Sys_User')) [13:28:59 WRN] Increasing the MaxRequestBodySize conflicts with the max value for IIS limit maxAllowedContentLength. HTTP requests that have a content length greater than maxAllowedContentLength will still be rejected by IIS. You can disable the limit by either removing or setting the maxAllowedContentLength value to a higher limit. SELECT [Id],[TaskName],[GroupName],[Method],[TimeOut],[CronExpression],[ApiUrl],[PostData],[AuthKey],[AuthValue],[Describe],[LastRunTime],[Status],[CreateID],[Creator],[CreateDate],[ModifyID],[Modifier],[ModifyDate] FROM [Sys_QuartzOptions] WHERE ( 1 = 1 ) [13:28:59 INF] Default Quartz.NET properties loaded from embedded resource file [13:28:59 INF] Initialized Scheduler Signaller of type: Quartz.Core.SchedulerSignalerImpl [13:28:59 INF] Quartz Scheduler created [13:28:59 INF] RAMJobStore initialized. [13:28:59 INF] Quartz Scheduler 3.14.0.0 - 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED' initialized [13:28:59 INF] Using thread pool 'Quartz.Simpl.DefaultThreadPool', size: 10 [13:28:59 INF] Using job store 'Quartz.Simpl.RAMJobStore', supports persistence: False, clustered: False [13:28:59 INF] JobFactory set to: VOL.Core.Quartz.IOCJobFactory 1 作业启动:1秒执行一次 [13:29:00 INF] User profile not available. Using 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ASP.NET\4.0.30319.0\AutoGenKeys\S-1-5-82-1244035270-1600919445-1766703946-3408201521-3712849726\DataProtection' as key repository and Windows DPAPI to encrypt keys at rest. [13:29:00 INF] Application started. Press Ctrl+C to shut down. [13:29:00 INF] Hosting environment: Production [13:29:00 INF] Content root path: C:\ERP\BPM\APIServer [13:29:00 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 206.3836 ms [13:29:00 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [13:29:00 INF] 校验规则引擎规则:{"Id":"CB8498126","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"34291"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [13:29:00 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [13:29:00 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [13:29:00 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [13:29:00 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [13:29:00 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [13:29:00 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [13:29:00 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USMDX99"],"Remark":""}} [13:29:00 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [13:29:00 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 370.8102 ms [13:29:00 INF] CookieName: CNERPSSOCookie [13:29:00 INF] ERPSSOCookie: null [13:29:00 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [13:29:01 INF] 校验规则引擎规则:{"Id":"CB8498126","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"34291"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [13:29:01 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [13:29:01 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8498126:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [13:29:01 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 35.0303 ms VOL.Exceptions.UnknownException: CB8498126:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [13:29:01 INF] CookieName: CNERPSSOCookie [13:29:01 INF] ERPSSOCookie: null 服务器处理出现异常:CB8498126:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/20 13:29:02 [13:29:42 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 8.7694 ms [13:29:42 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [13:29:42 INF] 校验规则引擎规则:{"Id":"CB8498126","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"34291"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [13:29:42 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [13:29:42 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [13:29:42 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [13:29:42 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [13:29:42 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [13:29:42 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [13:29:42 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USMDX99"],"Remark":""}} [13:29:42 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [13:29:42 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 105.9060 ms [13:29:42 INF] CookieName: CNERPSSOCookie [13:29:42 INF] ERPSSOCookie: null [13:29:42 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [13:29:42 INF] 校验规则引擎规则:{"Id":"CB8498126","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"34291"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [13:29:42 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [13:29:42 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8498126:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [13:29:42 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 36.0653 ms VOL.Exceptions.UnknownException: CB8498126:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [13:29:42 INF] CookieName: CNERPSSOCookie [13:29:42 INF] ERPSSOCookie: null 服务器处理出现异常:CB8498126:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 1,current time: 2025/9/20 13:29:43 Begin BulkCopy name:[Sys_Log] ,count: 1,current time: 2025/9/20 13:29:44 [13:34:04 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 8.7382 ms [13:34:04 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [13:34:04 INF] 校验规则引擎规则:{"Id":"CB8498126","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"34291"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [13:34:04 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [13:34:04 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [13:34:04 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [13:34:04 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [13:34:04 INF] 开始执行规则引擎:际客百盈美中代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7")) [13:34:04 INF] 开始执行规则引擎:兆丰美中代销,Rule:input1.OrderPlace.ConvertToString()=="ZFUSDX" AND Utils.StartWith(input1.PostalCode.ConvertToString(),"3,4,5,6,7") [13:34:04 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USMDX99"],"Remark":""}} [13:34:04 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [13:34:04 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [13:34:04 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 132.0967 ms [13:34:04 INF] CookieName: CNERPSSOCookie [13:34:04 INF] ERPSSOCookie: null [13:34:04 INF] 校验规则引擎规则:{"Id":"CB8498126","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"34291"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [13:34:04 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [13:34:04 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8498126:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [13:34:04 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 97.5153 ms VOL.Exceptions.UnknownException: CB8498126:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [13:34:04 INF] CookieName: CNERPSSOCookie [13:34:04 INF] ERPSSOCookie: null 服务器处理出现异常:CB8498126:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/20 13:34:06 [13:42:57 INF] HTTP GET /api/JKRulePool/GetAllRulePool responded 200 in 66.8032 ms [13:42:57 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [13:42:57 INF] 校验规则引擎规则:{"Id":"CB8497775","WorkflowName":"代销发货仓规则","Items":[{"Label":"PostalCode","Value":"23602"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [13:42:57 INF] 开始执行规则引擎:际客百盈欧洲代销分仓规则,Rule:(input1.OrderPlace.ConvertToString()=="EUDX") [13:42:57 INF] 开始执行规则引擎:兆丰欧洲代销,Rule:(input1.OrderPlace.ConvertToString()=="ZFEUDX") [13:42:57 INF] 开始执行规则引擎:际客百盈美东代销,Rule:(input1.OrderPlace.ConvertToString()=="USDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [13:42:57 INF] 开始执行规则引擎:兆丰美东代销,Rule:(Utils.ConvertToString(input1.OrderPlace)=="ZFUSDX") AND (Utils.StartWith(input1.PostalCode.ConvertToString(),"0,1,2")) [13:42:57 INF] 校验规则引擎规则响应内容:{"ActionCode":"SG001","ActionData":{"PostalRoute":[],"CanFreightIsZero":null,"IsAutoCheckPostalRoute":null,"IsInventoryPriority":false,"LogicWarehouse":["USEDX99"],"Remark":""}} [13:42:57 INF] 提交事务:/api/JKWorkflowRule/CheckWorkflowRule [13:42:57 INF] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 200 in 44.8736 ms [13:42:57 INF] CookieName: CNERPSSOCookie [13:42:57 INF] ERPSSOCookie: null [13:42:57 INF] 启动事务:/api/JKWorkflowRule/CheckWorkflowRule [13:42:57 INF] 校验规则引擎规则:{"Id":"CB8497775","WorkflowName":"代销物流规则","Items":[{"Label":"PostalCode","Value":"23602"},{"Label":"OrderPlace","Value":"ZFUSDX"}]} [13:42:57 INF] 开始执行规则引擎:际客百盈物流规则,Rule:(input1.OrderPlace.ConvertToString()=="USDX" OR input1.OrderPlace.ConvertToString()=="EUDX") AND ((input1.PostalCode.ConvertToString()!="Z+FSELF" AND input1.PostalCode.ConvertToString()!="Z+SELF")) [13:42:57 ERR] 回滚事务 VOL.Exceptions.UnknownException: CB8497775:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 [13:42:57 ERR] HTTP POST /api/JKWorkflowRule/CheckWorkflowRule responded 500 in 29.0198 ms VOL.Exceptions.UnknownException: CB8497775:校验失败,无符合条件的规则 at JK.RuleRegines.Services.JKWorkflowRuleService.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, Func`2 func, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.RuleRegines\Services\JKRuleEngines\Partial\JKWorkflowRuleService.cs:line 335 at JK.RuleRegines.Controllers.JKWorkflowRuleController.CheckWorkflowRuleAsync(CheckWorkflowRuleInput input, CancellationToken cancellationToken) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.WebApi\Controllers\RuleRegines\Partial\JKWorkflowRuleController.cs:line 107 at lambda_method706(Closure, Object) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.AwaitableObjectResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context) at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 36 at VOL.Core.DBManager.SqlSugarTransition.Invoke(HttpContext context) in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\DBManager\SqlSugarTransition.cs:line 44 at VOL.Core.Middleware.HttpRequestMiddleware.<>c__DisplayClass1_0.<b__1>d.MoveNext() in E:\Jenkins\.jenkins\workspace\BPM_Master_APIServer\JK.Core\Middleware\HttpRequestMiddleware.cs:line 19 --- End of stack trace from previous location --- at Serilog.AspNetCore.RequestLoggingMiddleware.Invoke(HttpContext httpContext) [13:42:57 INF] CookieName: CNERPSSOCookie [13:42:57 INF] ERPSSOCookie: null 服务器处理出现异常:CB8497775:校验失败,无符合条件的规则 Begin BulkCopy name:[Sys_Log] ,count: 2,current time: 2025/9/20 13:42:58 [14:02:58 INF] Application is shutting down...