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

Not able to access b2c storefront in 1905

Former Member
0 Likes
6,085

I have installed b2c accelerator in 1905 using the recipe by following the instructions given in: https://help.sap.com/viewer/a74589c3a81a4a95bf51d87258c0ab15/1905/en-US/cb3ff964e4784073a70f06165efb... I have also modified the host file and local.properties accordingly to get the apparel and electronics storefront. ref: https://help.sap.com/viewer/4c33bf189ab9409e84e589295c36d96e/1905/en-US/8ab6a84e86691014b935a582ca5e...

Still when I'm trying to access electronics storefront, I'm getting 404. Can anyone please help on this? Thanks in advance!

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Likes

I have found the source of the problem. I was getting another error during the server restart - Context initialization failed (https://experts.hybris.com/questions/112538/im-getting-context-initialization-failed-in-hybris.html?... Due to this, the homepage request was not getting served.

Since this is resolved now, I'm able to access apparel-uk ootb storefront homepage using the url https://apparel-uk.local:9002/yacceleratorstorefront/en/

arvind-kumar_avinash
Active Contributor
0 Likes

What was the source of the problem?

Former Member
0 Likes

the addon profiletagaddon was throwing the error. I have uninstalled the addons profiletagaddon and merchandisingaddon and reinstalled them. Found it was no longer throwing the error.

0 Likes

Hi

what command you use to solve this issue.

please tell me I'm facing the same

0 Likes

try this:

  • ant addonuninstall -Daddonnames="profiletagaddon,merchandisingaddon" -DaddonStorefront.yacceleratorstorefront="yacceleratorstorefront"
  • ant addoninstall -Daddonnames="profiletagaddon,merchandisingaddon" -DaddonStorefront.yacceleratorstorefront="yacceleratorstorefront"
former_member674349
Participant
0 Likes

Please check your host file entry for localhost mapping to electronics.local.

Former Member
0 Likes

I have added the mentioned entries respectively in the host file and in the local.properties as well. Still getting the same result. electronics.local is not throwing me a DNS error.

VinayKumarS
Active Contributor
0 Likes
Former Member
0 Likes

Currently the website.electronics.https key is holding the value https://electronics.local:9002/yacceleratorstorefront. Do you want me to replace it with https://electronics.local:9002/trainingstorefront?site=electronics ?

Former Member
0 Likes

try ant initialize !

Former Member
0 Likes

I did perform ant initialization. But in the end server got restarted automatically, JVM had an unexpected exit. I have tried doing platform update too, but the result was same. Please see this link: https://answers.sap.com/questions/12772172/updateinitialization-not-getting-completed-in-1905.html