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

javax.servlet.ServletException when including custom module

0 Kudos
216

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.

Accepted Solutions (0)

Answers (0)