AEM 6.4 migration ContextHub | Community
Skip to main content
Level 2
July 4, 2019
Solved

AEM 6.4 migration ContextHub

  • July 4, 2019
  • 1 reply
  • 5030 views

Hello All,

As part of AEM 6.3 to 6.4 migration. we are trying to move persistence cache ContextHub. But it's not working. This worked like a charm in AEM 6.3

Following steps has been performed to achieve.

  • Moved custom ContextHub form '/etc/cloudsettings/default/contexthub' to new '/libs/settings/cloudsettings/legacy/contexthub'

Is there anything I am missing. After Update, I don't see any OOTB ContextHub, custom ContextHub or custom store loading.

I tried to load default kernel.js location its erroring 404 error. Attached screenshot.

http://localhost:4502/etc/cloudsettings.kernel.js/libs/settings/cloudsettings/legacy/contexthub

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by user05162

As per the repository restructuring document[1], only "/etc/segmentation/contexthub" needs to be moved. That being said, you should never change anything under /libs directory. Always create an overlay under /apps and then make the changes.

You can also check [2] for more details related to the error

[1] Pomocník pre Adobe Experience Manager | Repository Restructuring in AEM 6.4

[2]Re: /etc/cloudsettings/default/contexthub.kernel.js is not loadingin AEM 6.4

ContextHub Diagnostics

1 reply

user05162Adobe EmployeeAccepted solution
Adobe Employee
July 4, 2019

As per the repository restructuring document[1], only "/etc/segmentation/contexthub" needs to be moved. That being said, you should never change anything under /libs directory. Always create an overlay under /apps and then make the changes.

You can also check [2] for more details related to the error

[1] Pomocník pre Adobe Experience Manager | Repository Restructuring in AEM 6.4

[2]Re: /etc/cloudsettings/default/contexthub.kernel.js is not loadingin AEM 6.4

ContextHub Diagnostics

arturl43391132
Level 4
April 15, 2020

Hello, @user05162 and @mdevapathni, we moved /etc/cloudsettings and /etc/segmentation/contexthub to new locations according to repository restructuring. But we have still the same problem: 
Cannot serve request to /etc/cloudsettings.kernel.js/conf/global/settings/cloudsettings/default/contexthub on this server. 404

 

Do you have any ideas how to fix it?

 

Thanks.