Всем доброго вечера!
По неизвестной мне причине перестали работать Create event в редакторе процессов. В Create event выбрано событие, которое использует правило уведомлений.
В журнал исключений падает такая ошибка:
Сообщение:
:7: Simple\GRPC\Infrastructure\Exception\UnavailableGrpcServerException: GRPC Server "delay-queue" is unavailable. in /app/src/Modules/Queue/Infrastructure/Service/PublishMessageService.php:112
Stack trace:
#0 /app/src/Modules/Queue/Infrastructure/Service/PublishMessageService.php(81): Simple\Queue\Infrastructure\Service\PublishMessageService->publishMessageDto()
#1 /app/src/Modules/Event/Domain/EventHandler/RunEventEventHandler.php(38): Simple\Queue\Infrastructure\Service\PublishMessageService->publish()
#2 /app/src/Modules/EventEmitter/Infrastructure/Emitter/PhpEventEmitter.php(191): Simple\Event\Domain\EventHandler\RunEventEventHandler->handle()
#3 /app/src/Modules/EventEmitter/Infrastructure/Emitter/PhpEventEmitter.php(70): Simple\EventEmitter\Infrastructure\Emitter\PhpEventEmitter->runHandlers()
#4 /app/src/Modules/RecordManagement/Infrastructure/Manager/SystemEntityManager.php(291): Simple\EventEmitter\Infrastructure\Emitter\PhpEventEmitter->trigger()
#5 /app/src/Modules/RecordManagement/Infrastructure/Manager/SystemEntityManager.php(111): Simple\RecordManagement\Infrastructure\Manager\SystemEntityManager->performAfterInsert()
#6 /app/src/Modules/RecordManagement/Infrastructure/Manager/EntityManager.php(28): Simple\RecordManagement\Infrastructure\Manager\SystemEntityManager->save()
#7 /app/src/Modules/Event/Domain/Factory/SysEventFactory.php(35): Simple\RecordManagement\Infrastructure\Manager\EntityManager->save()
#8 /app/src/Modules/Event/Infrastructure/Command/EventQueueRegisterCommand.php(78): Simple\Event\Domain\Factory\SysEventFactory->createByEventSettings()
#9 /app/src/Modules/Api/Infrastructure/Manager/SimpleSystemManager.php(254): Simple\Event\Infrastructure\Command\EventQueueRegisterCommand->execute()
#10 [internal function]: Simple\Api\Infrastructure\Manager\SimpleSystemManager->eventQueueScheduled()
#11 /app/src/Modules/ScriptRunner/Infrastructure/Service/ScriptRunner.php(129): V8Js->executeString()
#12 /app/src/Modules/ScriptRunner/Infrastructure/Service/ScriptRunner.php(58): Simple\ScriptRunner\Infrastructure\Service\ScriptRunner->run()
#13 /app/src/Modules/ScriptRunner/Infrastructure/Service/CachedScriptRunner.php(33): Simple\ScriptRunner\Infrastructure\Service\ScriptRunner->runScript()
#14 /app/src/Modules/Workflow/Domain/Runner/ExecutingActivityRunner.php(43): Simple\ScriptRunner\Infrastructure\Service\CachedScriptRunner->runScript()
#15 /app/src/Modules/Workflow/Infrastructure/Service/ExecuteActivityService.php(72): Simple\Workflow\Domain\Runner\ExecutingActivityRunner->run()
#16 /app/src/Modules/Workflow/Domain/Service/ExecuteContextService.php(46): Simple\Workflow\Infrastructure\Service\ExecuteActivityService->execute()
#17 /app/src/Modules/Workflow/Infrastructure/Service/WorkflowRunner.php(190): Simple\Workflow\Domain\Service\ExecuteContextService->execute()
#18 /app/src/Modules/Workflow/Infrastructure/Service/WorkflowRunner.php(101): Simple\Workflow\Infrastructure\Service\WorkflowRunner->runContext()
#19 /app/src/Modules/Workflow/Infrastructure/Service/WorkflowRunner.php(69): Simple\Workflow\Infrastructure\Service\WorkflowRunner->runWorkflow()
#20 /app/common/services/sys/SysBusinessRuleService.php(309): Simple\Workflow\Infrastructure\Service\WorkflowRunner->runWorkFlows()
#21 /app/common/services/sys/SysBusinessRuleService.php(286): common\SysBusinessRuleService->runWorkflowAfter()
#22 /app/common/services/sys/SysBusinessRuleService.php(245): common\SysBusinessRuleService->runAfterEngines()
#23 /app/common/services/sys/SysBusinessRuleService.php(148): common\SysBusinessRuleService->runEngines()
#24 /app/common/services/sys/SysBusinessRuleService.php(119): common\SysBusinessRuleService->registerEventBusinessRulesInternal()
#25 /app/src/Modules/BusinessRule/Infrastructure/EventHandler/RunBusinessRulesEventHandler.php(50): common\SysBusinessRuleService->registerEventBusinessRules()
#26 /app/src/Modules/RecordManagement/Infrastructure/Manager/RecordManager.php(415): Simple\BusinessRule\Infrastructure\EventHandler\RunBusinessRulesEventHandler->handle()
#27 /app/src/Modules/RecordManagement/Infrastructure/Manager/RecordManager.php(367): Simple\RecordManagement\Infrastructure\Manager\RecordManager->fireAfterEvents()
#28 /app/src/Modules/RecordManagement/Infrastructure/Manager/RecordManager.php(134): Simple\RecordManagement\Infrastructure\Manager\RecordManager->performAfterInsert()
#29 /app/src/Modules/RecordManagement/Infrastructure/Manager/EntityManager.php(28): Simple\RecordManagement\Infrastructure\Manager\RecordManager->save()
#30 /app/src/Modules/RecordPage/Presentation/Controller/RecordController.php(458): Simple\RecordManagement\Infrastructure\Manager\EntityManager->save()
#31 /app/src/Modules/RecordPage/Presentation/Controller/RecordController.php(239): Simple\RecordPage\Presentation\Controller\RecordController->saveRecord()
#32 [internal function]: Simple\RecordPage\Presentation\Controller\RecordController->actionCreate()
#33 /app/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array()
#34 /app/vendor/yiisoft/yii2/base/Controller.php(181): yii\base\InlineAction->runWithParams()
#35 /app/vendor/yiisoft/yii2/base/Module.php(528): yii\base\Controller->runAction()
#36 /app/vendor/yiisoft/yii2/web/Application.php(104): yii\base\Module->runAction()
#37 /app/vendor/yiisoft/yii2/base/Application.php(392): yii\web\Application->handleRequest()
#38 /app/api/web/index.php(60): yii\base\Application->run()
#39 {main}
Файл:
/app/src/Modules/ScriptRunner/Infrastructure/Service/ScriptRunner.php
Строка:
129
Обратная трассировка:
#0 /app/src/Modules/ScriptRunner/Infrastructure/Service/ScriptRunner.php(129): V8Js->executeString()
#1 /app/src/Modules/ScriptRunner/Infrastructure/Service/ScriptRunner.php(58): Simple\ScriptRunner\Infrastructure\Service\ScriptRunner->run()
#2 /app/src/Modules/ScriptRunner/Infrastructure/Service/CachedScriptRunner.php(33): Simple\ScriptRunner\Infrastructure\Service\ScriptRunner->runScript()
#3 /app/src/Modules/Workflow/Domain/Runner/ExecutingActivityRunner.php(43): Simple\ScriptRunner\Infrastructure\Service\CachedScriptRunner->runScript()
#4 /app/src/Modules/Workflow/Infrastructure/Service/ExecuteActivityService.php(72): Simple\Workflow\Domain\Runner\ExecutingActivityRunner->run()
#5 /app/src/Modules/Workflow/Domain/Service/ExecuteContextService.php(46): Simple\Workflow\Infrastructure\Service\ExecuteActivityService->execute()
#6 /app/src/Modules/Workflow/Infrastructure/Service/WorkflowRunner.php(190): Simple\Workflow\Domain\Service\ExecuteContextService->execute()
#7 /app/src/Modules/Workflow/Infrastructure/Service/WorkflowRunner.php(101): Simple\Workflow\Infrastructure\Service\WorkflowRunner->runContext()
#8 /app/src/Modules/Workflow/Infrastructure/Service/WorkflowRunner.php(69): Simple\Workflow\Infrastructure\Service\WorkflowRunner->runWorkflow()
#9 /app/common/services/sys/SysBusinessRuleService.php(309): Simple\Workflow\Infrastructure\Service\WorkflowRunner->runWorkFlows()
#10 /app/common/services/sys/SysBusinessRuleService.php(286): common\SysBusinessRuleService->runWorkflowAfter()
#11 /app/common/services/sys/SysBusinessRuleService.php(245): common\SysBusinessRuleService->runAfterEngines()
#12 /app/common/services/sys/SysBusinessRuleService.php(148): common\SysBusinessRuleService->runEngines()
#13 /app/common/services/sys/SysBusinessRuleService.php(119): common\SysBusinessRuleService->registerEventBusinessRulesInternal()
#14 /app/src/Modules/BusinessRule/Infrastructure/EventHandler/RunBusinessRulesEventHandler.php(50): common\SysBusinessRuleService->registerEventBusinessRules()
#15 /app/src/Modules/RecordManagement/Infrastructure/Manager/RecordManager.php(415): Simple\BusinessRule\Infrastructure\EventHandler\RunBusinessRulesEventHandler->handle()
#16 /app/src/Modules/RecordManagement/Infrastructure/Manager/RecordManager.php(367): Simple\RecordManagement\Infrastructure\Manager\RecordManager->fireAfterEvents()
#17 /app/src/Modules/RecordManagement/Infrastructure/Manager/RecordManager.php(134): Simple\RecordManagement\Infrastructure\Manager\RecordManager->performAfterInsert()
#18 /app/src/Modules/RecordManagement/Infrastructure/Manager/EntityManager.php(28): Simple\RecordManagement\Infrastructure\Manager\RecordManager->save()
#19 /app/src/Modules/RecordPage/Presentation/Controller/RecordController.php(458): Simple\RecordManagement\Infrastructure\Manager\EntityManager->save()
#20 /app/src/Modules/RecordPage/Presentation/Controller/RecordController.php(239): Simple\RecordPage\Presentation\Controller\RecordController->saveRecord()
#21 [internal function]: Simple\RecordPage\Presentation\Controller\RecordController->actionCreate()
#22 /app/vendor/yiisoft/yii2/base/InlineAction.php(57): call_user_func_array()
#23 /app/vendor/yiisoft/yii2/base/Controller.php(181): yii\base\InlineAction->runWithParams()
#24 /app/vendor/yiisoft/yii2/base/Module.php(528): yii\base\Controller->runAction()
#25 /app/vendor/yiisoft/yii2/web/Application.php(104): yii\base\Module->runAction()
#26 /app/vendor/yiisoft/yii2/base/Application.php(392): yii\web\Application->handleRequest()
#27 /app/api/web/index.php(60): yii\base\Application->run()
#28 {main}
Помогите пожалуйста, в чем может быть проблема?