{"id":192226,"date":"2019-08-20T07:29:57","date_gmt":"2019-08-20T07:29:57","guid":{"rendered":"https:\/\/webkul.com\/blog\/?p=192226"},"modified":"2023-08-25T10:59:38","modified_gmt":"2023-08-25T10:59:38","slug":"how-to-resolve-multi-akeneo-cache-conflict-at-single-instance","status":"publish","type":"post","link":"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/","title":{"rendered":"How To Resolve Multi Akeneo Cache Conflict at a Single Instance"},"content":{"rendered":"\n<p>If you have multiple Akeneo instances over the same server. Sometimes cache will be a conflict and throws the errors like (domain\u00a0is currently unable to handle this request. HTTP ERROR 500). It may be an issue due to the multi akeneo cache conflict.  You can split the cache using the following steps:<\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Create the&nbsp;<strong>config_cache.yml<\/strong>&nbsp;file inside the app\/config of your PIM directory and add the following lines <\/li>\n<\/ol>\n\n\n\n<pre>   doctrine_cache:\n       providers:\n           pim:\n               chain:\n                   providers: [doctrine_cache.providers.pim_apcu, doctrine_cache.providers.pim_array]\n               namespace: '%database_name%'\n<\/pre>\n\n\n\n<p><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Copy the&nbsp;<strong>config_cache.yml<\/strong>&nbsp;file inside the app\/config of your PIM directory.<\/li>\n\n\n\n<li>Edit the\u00a0<strong>config_prod.yml<\/strong>\u00a0and the following line inside the import section.\n<ul class=\"wp-block-list\">\n<li>imports:\n<ul class=\"wp-block-list\">\n<li>&#8211; { resource: config.yml }<\/li>\n\n\n\n<li>&#8211; <strong>{ resource: config_cache.yml }<\/strong><\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Run the following command using the terminal at your PIM root directory. ( Note: Please note that neither the Apache user or the CLI should be the root user of the system. )\n<ol class=\"wp-block-list\">\n<li><strong><code>php bin\/console cache:clear --env=prod &amp;&amp; php bin\/console pim:installer:assets --symlink --clean --env=prod &amp;&amp; yarn run webpack &amp;&amp; php bin\/console d:s:u --force<\/code><\/strong><\/li>\n<\/ol>\n<\/li>\n<\/ol>\n\n\n\n<p>after running the above commands if still face same HTTP ERROR 500. you can check the correct permissions to all directories and Akeneno requirements are fulfilled.<\/p>\n\n\n\n<p>     <strong>php bin\/console pim:installer:check-requirements<\/strong><\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you have multiple Akeneo instances over the same server. Sometimes cache will be a conflict and throws the errors like (domain\u00a0is currently unable to handle this request. HTTP ERROR 500). It may be an issue due to the multi akeneo cache conflict. You can split the cache using the following steps: doctrine_cache: providers: pim: <a href=\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/\">[&#8230;]<\/a><\/p>\n","protected":false},"author":189,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[3649,9580],"class_list":["post-192226","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-akeneo","tag-cache-conflict"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How To Resolve Multi Akeneo Cache Conflict at a Single Instance - Webkul Blog<\/title>\n<meta name=\"description\" content=\"Encounter Akeneo cache conflict if you have multiple Akeneo instances on a single server. \u00a0Learn how to address this issue and ensure seamless performance.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How To Resolve Multi Akeneo Cache Conflict at a Single Instance - Webkul Blog\" \/>\n<meta property=\"og:description\" content=\"Encounter Akeneo cache conflict if you have multiple Akeneo instances on a single server. \u00a0Learn how to address this issue and ensure seamless performance.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/\" \/>\n<meta property=\"og:site_name\" content=\"Webkul Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/webkul\/\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-20T07:29:57+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-25T10:59:38+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"630\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Navneet Kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@webkul\" \/>\n<meta name=\"twitter:site\" content=\"@webkul\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Navneet Kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/\"},\"author\":{\"name\":\"Navneet Kumar\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/fba361b1101985561e7a6e0685079a8c\"},\"headline\":\"How To Resolve Multi Akeneo Cache Conflict at a Single Instance\",\"datePublished\":\"2019-08-20T07:29:57+00:00\",\"dateModified\":\"2023-08-25T10:59:38+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/\"},\"wordCount\":185,\"commentCount\":2,\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"keywords\":[\"Akeneo\",\"Cache Conflict\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/\",\"url\":\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/\",\"name\":\"How To Resolve Multi Akeneo Cache Conflict at a Single Instance - Webkul Blog\",\"isPartOf\":{\"@id\":\"https:\/\/webkul.com\/blog\/#website\"},\"datePublished\":\"2019-08-20T07:29:57+00:00\",\"dateModified\":\"2023-08-25T10:59:38+00:00\",\"description\":\"Encounter Akeneo cache conflict if you have multiple Akeneo instances on a single server. \u00a0Learn how to address this issue and ensure seamless performance.\",\"breadcrumb\":{\"@id\":\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/webkul.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How To Resolve Multi Akeneo Cache Conflict at a Single Instance\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/webkul.com\/blog\/#website\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"name\":\"Webkul Blog\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/webkul.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/webkul.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/webkul.com\/blog\/#organization\",\"name\":\"WebKul Software Private Limited\",\"url\":\"https:\/\/webkul.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"contentUrl\":\"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png\",\"width\":380,\"height\":380,\"caption\":\"WebKul Software Private Limited\"},\"image\":{\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/webkul\/\",\"https:\/\/x.com\/webkul\",\"https:\/\/www.instagram.com\/webkul\/\",\"https:\/\/www.linkedin.com\/company\/webkul\",\"https:\/\/www.youtube.com\/user\/webkul\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/fba361b1101985561e7a6e0685079a8c\",\"name\":\"Navneet Kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g\",\"caption\":\"Navneet Kumar\"},\"url\":\"https:\/\/webkul.com\/blog\/author\/navneetkumar-symfony813\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How To Resolve Multi Akeneo Cache Conflict at a Single Instance - Webkul Blog","description":"Encounter Akeneo cache conflict if you have multiple Akeneo instances on a single server. \u00a0Learn how to address this issue and ensure seamless performance.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/","og_locale":"en_US","og_type":"article","og_title":"How To Resolve Multi Akeneo Cache Conflict at a Single Instance - Webkul Blog","og_description":"Encounter Akeneo cache conflict if you have multiple Akeneo instances on a single server. \u00a0Learn how to address this issue and ensure seamless performance.","og_url":"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/","og_site_name":"Webkul Blog","article_publisher":"https:\/\/www.facebook.com\/webkul\/","article_published_time":"2019-08-20T07:29:57+00:00","article_modified_time":"2023-08-25T10:59:38+00:00","og_image":[{"width":1200,"height":630,"url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-og.png","type":"image\/png"}],"author":"Navneet Kumar","twitter_card":"summary_large_image","twitter_creator":"@webkul","twitter_site":"@webkul","twitter_misc":{"Written by":"Navneet Kumar","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/#article","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/"},"author":{"name":"Navneet Kumar","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/fba361b1101985561e7a6e0685079a8c"},"headline":"How To Resolve Multi Akeneo Cache Conflict at a Single Instance","datePublished":"2019-08-20T07:29:57+00:00","dateModified":"2023-08-25T10:59:38+00:00","mainEntityOfPage":{"@id":"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/"},"wordCount":185,"commentCount":2,"publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"keywords":["Akeneo","Cache Conflict"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/","url":"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/","name":"How To Resolve Multi Akeneo Cache Conflict at a Single Instance - Webkul Blog","isPartOf":{"@id":"https:\/\/webkul.com\/blog\/#website"},"datePublished":"2019-08-20T07:29:57+00:00","dateModified":"2023-08-25T10:59:38+00:00","description":"Encounter Akeneo cache conflict if you have multiple Akeneo instances on a single server. \u00a0Learn how to address this issue and ensure seamless performance.","breadcrumb":{"@id":"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/webkul.com\/blog\/how-to-resolve-multi-akeneo-cache-conflict-at-single-instance\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/webkul.com\/blog\/"},{"@type":"ListItem","position":2,"name":"How To Resolve Multi Akeneo Cache Conflict at a Single Instance"}]},{"@type":"WebSite","@id":"https:\/\/webkul.com\/blog\/#website","url":"https:\/\/webkul.com\/blog\/","name":"Webkul Blog","description":"","publisher":{"@id":"https:\/\/webkul.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/webkul.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/webkul.com\/blog\/#organization","name":"WebKul Software Private Limited","url":"https:\/\/webkul.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","contentUrl":"https:\/\/cdnblog.webkul.com\/blog\/wp-content\/uploads\/2021\/08\/webkul-logo-accent-sq.png","width":380,"height":380,"caption":"WebKul Software Private Limited"},"image":{"@id":"https:\/\/webkul.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/webkul\/","https:\/\/x.com\/webkul","https:\/\/www.instagram.com\/webkul\/","https:\/\/www.linkedin.com\/company\/webkul","https:\/\/www.youtube.com\/user\/webkul\/"]},{"@type":"Person","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/fba361b1101985561e7a6e0685079a8c","name":"Navneet Kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/webkul.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d0ebf451d594c29d21e3f35988748bf30377c55a864d36dfe98891688ac796d6?s=96&d=https%3A%2F%2Fcdnblog.webkul.com%2Fblog%2Fwp-content%2Fuploads%2F2019%2F10%2Fmike.png&r=g","caption":"Navneet Kumar"},"url":"https:\/\/webkul.com\/blog\/author\/navneetkumar-symfony813\/"}]}},"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/192226","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/users\/189"}],"replies":[{"embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/comments?post=192226"}],"version-history":[{"count":13,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/192226\/revisions"}],"predecessor-version":[{"id":397102,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/posts\/192226\/revisions\/397102"}],"wp:attachment":[{"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/media?parent=192226"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/categories?post=192226"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/webkul.com\/blog\/wp-json\/wp\/v2\/tags?post=192226"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}