Alexey
Alexey

Reputation: 1539

Only hAC is available after setting up system with a standard recipe

After executing the below commands using one of the recipes available in the standard hybris 6.4 package, only hAC is accessible, but the frontend, backoffice and hMC are not. If I try to open, e.g., the backoffice, it gets me to hAC.

These are the commands:

install.bat -r <recipe> initialize
install.bat -r <recipe> start

What do I miss to make the above components available?

Upvotes: 0

Views: 359

Answers (1)

Vikrant
Vikrant

Reputation: 1889

Can you provide some more information about - generated localextensions.xml. Also, can you check if the workspace contains models (signifying the ant clean all was completed successfully)

Also, please go to HAC->Platform->Extensions and see if the backoffice, storefront are deployed.

Sometimes, the installation recipe does not functions correctly due to which some installation steps are skipped. You are advised to do ant clean initialize and check again.

Please let me know if you still face issues.

Cheers!

Upvotes: 1

Related Questions