on ‎2020 Jan 10 9:26 AM
Hello SAP CX Commerce Experts,
I am doing a PoC using "multicountrysampledataaddon", after I have done the local setup, the below URLs can access the respective sites are displaying.
https://localhost:9002/yacceleratorstorefront/?site=electronics&clear=true
https://localhost:9002/yacceleratorstorefront/?site=electronics-eu&clear=true
https://localhost:9002/yacceleratorstorefront/?site=electronics-uk&clear=true
https://localhost:9002/yacceleratorstorefront/?site=electronics-de&clear=true
https://localhost:9002/yacceleratorstorefront/?site=electronics-us&clear=true
But when I click on the checkout button from the cart page, the checkout flow got the below error at the console for site=electronics-eu or site=electronics-uk or site=electronics-de
Error:
SEVERE: Servlet.service() for servlet [jsp] threw exception javax.servlet.ServletException: File [/WEB-INF/views/responsive/cms/assistedservicecomponent.jsp] not found at org.apache.jasper.servlet.JspServlet.handleMissingResource(JspServlet.java:408) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:375) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:330)
But the default site such as site=electronics is working.
Any sussgetions?
Request clarification before answering.
It seems assistedservicestorefront addon is missing in your localextensions.xml. In addition to including it in the localextensions.xml, you also need to install this addon using the following command:
ant addoninstall -Daddonnames="assistedservicestorefront" -DaddonStorefront.yacceleratorstorefront="name-of-your-storefront"Check https://help.sap.com/viewer/b490bb4e85bc42a7aa09d513d0bcb18e/1905/en-US/8adf7365866910149ceb975f778d... for more information on ant addoninstall.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.