Expand my Community achievements bar.

SOLVED

AEM 6.4 migration ContextHub

Avatar

Level 3

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

1784528_pastedImage_3.png

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

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

View solution in original post

3 Replies

Avatar

Correct answer by
Employee Advisor

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

Avatar

Level 4

Hello, @Jaideep_Brar and @manojd55574250, 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.