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

Error proceeding to checkout

0 Likes
264

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?

Accepted Solutions (0)

Answers (1)

Answers (1)

arvind-kumar_avinash
Active Contributor
0 Likes

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.