Skip to content

[LogicException] Processor was not found. processorName: "Cake\Queue\Queue\Processor62545c83e06c5" in /var/www/html/vendor/enqueue/enqueue/ArrayProcessorRegistry.php on line 33 Stack Trace: #95

@CriztianiX

Description

@CriztianiX

Hi, running the worker i get the following:

./bin/cake worker -v
Exception: Processor was not found. processorName: "Cake\Queue\Queue\Processor62545c83e06c5"
In [/var/www/html/vendor/enqueue/enqueue/ArrayProcessorRegistry.php, line 33]

2022-04-11 14:12:14 error: [LogicException] Processor was not found. processorName: "Cake\Queue\Queue\Processor62545c83e06c5" in /var/www/html/vendor/enqueue/enqueue/ArrayProcessorRegistry.php on line 33
Stack Trace:
- /var/www/html/vendor/enqueue/enqueue/Client/DelegateProcessor.php:38
- /var/www/html/vendor/enqueue/enqueue/Consumption/QueueConsumer.php:197
- call_user_func - [internal], line ??- /var/www/html/vendor/enqueue/enqueue/Consumption/FallbackSubscriptionConsumer.php:47
- /var/www/html/vendor/enqueue/enqueue/Consumption/QueueConsumer.php:264
- /var/www/html/vendor/enqueue/simple-client/SimpleClient.php:209
- /var/www/html/vendor/cakephp/queue/src/Command/WorkerCommand.php:174
- /var/www/html/vendor/cakephp/cakephp/src/Console/BaseCommand.php:179
- /var/www/html/vendor/cakephp/cakephp/src/Console/CommandRunner.php:334
- /var/www/html/vendor/cakephp/cakephp/src/Console/CommandRunner.php:172
- /var/www/html/bin/cake.php:12

Trying to set a processor name i get the same result:

root@4ed66db55740:/var/www/html# ./bin/cake worker -p my_proc_name
Exception: Processor was not found. processorName: "Cake\Queue\Queue\Processor62545c83e06c5"
In [/var/www/html/vendor/enqueue/enqueue/ArrayProcessorRegistry.php, line 33]

2022-04-11 14:17:05 error: [LogicException] Processor was not found. processorName: "Cake\Queue\Queue\Processor62545c83e06c5" in /var/www/html/vendor/enqueue/enqueue/ArrayProcessorRegistry.php on line 33
Stack Trace:
- /var/www/html/vendor/enqueue/enqueue/Client/DelegateProcessor.php:38
- /var/www/html/vendor/enqueue/enqueue/Consumption/QueueConsumer.php:197
- call_user_func - [internal], line ??- /var/www/html/vendor/enqueue/enqueue/Consumption/FallbackSubscriptionConsumer.php:47
- /var/www/html/vendor/enqueue/enqueue/Consumption/QueueConsumer.php:264
- /var/www/html/vendor/enqueue/simple-client/SimpleClient.php:209
- /var/www/html/vendor/cakephp/queue/src/Command/WorkerCommand.php:174
- /var/www/html/vendor/cakephp/cakephp/src/Console/BaseCommand.php:179
- /var/www/html/vendor/cakephp/cakephp/src/Console/CommandRunner.php:334
- /var/www/html/vendor/cakephp/cakephp/src/Console/CommandRunner.php:172
- /var/www/html/bin/cake.php:12

The plugin version that I am running is 1.6.0 using sqs as transport (under localstack in development).
This bug(?) seemed to have been fixed in previous versions like 1.4.0 i think.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions