-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi,
If I try
bin/console pim:product-model:index --all --env=prod
and then
bin/console pim:product:index --all --env=prod
I get the next error:
`27776 products to index
Indexing products 1 to 100
14:48:35 ERROR [console] Error thrown while running command "pim:product:index --all --env=prod". Message: "{"type":"mapper_parsing_exception","reason":"failed to parse [values.cloudinary_main_url-textCollection.<all_channels>]","caused_by":{"type":"illegal_state_exception","reason":"Can't get text on a START_OBJECT at 1:6130"}}" ["error" => Akeneo\Bundle\ElasticsearchBundle\Exception\IndexationException { …},"command" => "pim:product:index --all --env=prod","message" => "{"type":"mapper_parsing_exception","reason":"failed to parse [values.cloudinary_main_url-textCollection.<all_channels>]","caused_by":{"type":"illegal_state_exception","reason":"Can't get text on a START_OBJECT at 1:6130"}}"] []
In Client.php line 277:
{"type":"mapper_parsing_exception","reason":"failed to parse [values.cloudinary_main_url-textCollection.<all_channels>]","caused_by":{"type":"illegal_state_exception","reason":"Can't get text on a START_OBJECT at 1:6130
"}}
pim:product:index [-1|--all] [-h|--help] [-q|--quiet] [-v|vv|vvv|--verbose] [-V|--version] [--ansi] [--no-ansi] [-n|--no-interaction] [-e|--env ENV] [--no-debug] [--] []...
`
Please, help. The configuration on pim_parameters.yml and AppKernel.php is ok and according whit de doc.
BR