-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reindex issue #59
Comments
Hello @jjdiaz, Regards, |
Hi, Akeneo version: Versión (EE): 2.0.20 Hazel Versión (CE): 2.0.20 Rebel Rabbit I use the extended Attribute to store urls from Cloudinary DAM. After executing: curl -XPUT "http://localhost:9200/akeneo_pim_product/_settings" -d '{ "index" : { "max_result_window" : 50000 } }' I got the error on the attached picture |
Another issue that I have is when deleting an Extended Attribute from de UI. The log indicates:
|
@jjdiaz, the logs shown in your last comment make me think of a cache issue, did you clear your prod cache? Also, if you recently updated from an earlier version of the bundle, you should also reset your elasticsearch indexes, as mentioned in the README: php bin/console cache:clear --no-warmup --env=prod
php bin/console akeneo:elasticsearch:reset-indexes --env=prod
php bin/console pim:product-model:index --all --env=prod
php bin/console pim:product:index --all --env=prod |
I have this problem when installing.
Creating database schema... In Connection.php line 610: {"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"unknown setting [index.mapping.total_fields.limit.0] did you mean any of [index.mapping.total_fields.limit, index.mapping.nested_fields.limit]?"}],"type":"illegal_argument_exception","reason":"unkno The command terminated with an error code: 400. I must remove index parameters from pim_parameters.yml for normal installation
|
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
The text was updated successfully, but these errors were encountered: