I am able to get HMC/MCC login screen but when I login it says Webpage unavailable. My Hybris version is 6.2
My localextension.xml files looks like below :
<extension dir="C:\Hybris620\hybris\bin/custom/training/trainingfulfilmentprocess"/>
<extension dir="C:\Hybris620\hybris\bin/custom/training/trainingcore"/>
<extension dir="C:\Hybris620\hybris\bin/custom/training/traininginitialdata"/>
<extension dir="C:\Hybris620\hybris\bin/custom/training/trainingfacades"/>
<extension dir="C:\Hybris620\hybris\bin/custom/training/trainingtest"/>
<extension dir="C:\Hybris620\hybris\bin/custom/training/trainingstorefront"/>
<extension dir="C:\Hybris620\hybris\bin/custom/training/trainingcockpits"/>
Also I am able to open all Hybris URL's except HMC/MCC
My local properties file looks like below :
# place your custom properties into this file instead of modifying the project.properties
# all properties in this file have higher `enter code here`priority and will overwrite the platform/project.properties settings.
mykey=myvalue
solrserver.instances.default.autostart=false
#hac.webroot=/hac
Also my Hybris initialization did not go well . It was stuck in Localizing types phase for hours.
I tried below resolution steps with no luck :
Adding mcc and hmc extensions in localextensions xml file
Adding hac.webroot=/hac and hmc.webroot=/hmc in local properties file
To access the hmc and mcc you need to add the extensions in your
localextensions.xml
(for hmc you can remove some extensions depending on your needs)Then you must end the initialization with success.
For that, if you use HSQLDB you must use more than one processor on your computer or the init will be stuck forever on "localizing type". If you can't add processor, you'll have to switch to another DB (mysql for example).