on 2023 Mar 14 7:29 PM
Hi, community! Here's my situation:
After installing the cx recipe, I attempted -unsuccesfully- to create a custom module -b2cvideogames- with ant modulegen and the "accelerator" option. Apparently, the build failed because of the "yb2bacceleratorstorefront" within my hybris/bin/custom directory. I deleted it and also commented these extensions from config/localextensions.xml:
<!-- <extension name='yacceleratorbackoffice' />-->
<!-- <extension name='yacceleratorinitialdata' />-->
<!-- <extension name='yacceleratorstorefront' />-->
<!-- <extension name='yb2bacceleratorstorefront' />-->
<!-- <extension name='yacceleratorcore' />-->
<!-- <extension name='yacceleratorordermanagement' /> -->
<!-- <extension name='yacceleratorfacades' /> -->
And added these ones at the end of the file:
<extension name="b2cvideogamescore" />
<extension name="b2cvideogamesbackoffice" />
<extension name="b2cvideogamesfacades" />
<extension name="b2cvideogamesfulfilmentprocess" />
<extension name="b2cvideogamesinitialdata" />
<extension name="b2cvideogamesstorefront" />
I can navigate through HAC and Backoffice. My main issue is Smart Edit. I get these exceptions when trying to customize any site:
SERVER: Servlet.service() for servlet [jsp] throw an exception
javax.servlet.ServletException: JSP File not found
My main guess is that I have to do something with my b2cvideogamesstorefront extension. How can I fix it?
Thanks in advance.
Request clarification before answering.
User | Count |
---|---|
2 | |
2 | |
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.