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

Setting up hybris for test

former_member293029
Discoverer
0 Kudos
1,142

Hi Experts,
I am new to hybris and I am trying to set up a hybris system for test. i installed hybris 1905 using b2c_acc_plus recipe. however in HAC yacceleratorstorefront extension shows inactive and the i am getting server error while accessing yacceleratorstorefront url? Am i missing something here?

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Martin,

I believe you have done what Arvind said.

to run the SAP Commerce navigate to the path where you have installed the hybris

1.open the CMD.

2. Navigate to the directory of Commerce : e.g C:\hybris\bin\platform>

3. Start the server first using the following example : C:\hybris\bin\platform> hybrisserver.bat

4.Once server has started you can be able to access the storefront.

Best Regards

Mafoko Leshaba

former_member293029
Discoverer
0 Kudos

Hi Arvind,

I did exactly as you mentioned. Still the yacceleratorstorefront extension not active.

Thanks,

Martin

arvind-kumar_avinash
Active Contributor
0 Kudos

Use the following command if you are using windows:

install.bat -r b2c_acc_plus -A local_property:initialpassword.admin=nimda && install.bat -r b2c_acc_plus initialize -A local_property:initialpassword.admin=nimda

If you are using Mac/Linux, you should use the following command:

./install.sh -r b2c_acc_plus -A local_property:initialpassword.admin=nimda && ./install.sh -r b2c_acc_plus initialize -A local_property:initialpassword.admin=nimda

It may take up to one hour (in my Mac it takes less than half an hour) depending on your system (laptop) configuration. Once the installation is completed, start the server again and let me know if you still face any problem. Note that you need to put & save the following entry in the hosts file before you try accessing the websites:

127.0.0.1   apparel-uk.local apparel-de.local electronics.local

If everything goes without any error, you should be able to access any of the following websites:

  1. http://electronics.local:9001/yacceleratorstorefront/
  2. http://apparel-uk.local:9001/yacceleratorstorefront/
  3. http://apparel-de.local:9001/yacceleratorstorefront/