cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Hybris Commerce when hitting the Homepage

0 Likes
1,112

Error when Hitting the HomePage

WARN [hybrisHTTP15] [DefaultCMSComponentRendererRegistry] Error processing component tag. currentComponent [ProfileTagScriptComponentModel (8796128314428@1)] exception: File [/WEB-INF/views/responsive/cms/profiletagscriptcomponent.jsp] not found INFO [update-backofficeIndex-CronJob::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] (update-backofficeIndex-CronJob) [SolrIndexerJob] Started indexer cronjob. INFO [update-backofficeIndex-CronJob::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] (update-backofficeIndex-CronJob) [SolrIndexerJob] Finished indexer cronjob. INFO [update-electronicsIndex-cronJob::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] (update-electronicsIndex-cronJob) [SolrIndexerJob] Started indexer cronjob. INFO [update-apparel-ukIndex-cronJob::de.hybris.platform.servicelayer.internal.jalo.ServicelayerJob] (update-apparel-ukIndex-cronJob) [SolrIndexerJob] Started indexer cronjob.

Accepted Solutions (0)

Answers (1)

Answers (1)

Do the following steps:

1. Open the extensioninfo.xml file in your storefront project then add the "profiletagaddon" extension (if not existed)

<requires-extension name="profiletagaddon"/>

2. Open the cmd at platform directory then run:

ant addoninstall -Daddonnames="profiletagaddon" -DaddonStorefront.yacceleratorstorefront="<replace_by_your_storefront_ext_name>"

3. Execute: ant all

4. Start server: hybrisserver.bat

5. Update the profiletagaddon ext

> Go to HAC > Platform > Update > select options: Update running system, Create essential data, and Localize types. In the project data settings, select the profiletagaddon check box > Click Update