cancel
Showing results for 
Search instead for 
Did you mean: 

ASM module build issue in Hybris 5.7

Former Member
0 Kudos

I have installed the ASM addon on my custom storefront but while building my application I am getting the following build error "de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController" can not be resolved.

The above file is part of the Hybris extension "acceleratorstorefrontcommons". Looks like it is somehow unable to generate the .class file for de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController

Do let me know if any of you happened face this issue and how were you able to resolve the same. I am working on Hybris 5.7 code base.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Looks like this issue is not related to ASM? Please check whether you are getting this without ASM installation.

Former Member
0 Kudos

Hi Lokesh,

This particular class de.hybris.platform.acceleratorstorefrontcommons.controllers.AbstractController is not used by any other extensions in my application other than ASM module. So I get this error only when I use it with ASM.

It looks like this class is not getting compiled and ultimately not generating the .class file

Former Member
0 Kudos

Remove 'acceleratorstorefrontcommons' from storefront extensioninfo.xml as this extension will be already available in assistedstorefront extension info xml. Below is the accessible hierarchy Strofront should have asm dependency in extension info. assistedstorefront should have dependency to acceleratorstorefrontcommons.

Try this and let me know?

Former Member
0 Kudos

Hi Lokesh,

I have exactly the same setup as you have mentioned above. Still it fails with the build error when I build my application. Looks like 'acceleratorstorefrontcommons' extension does not get built fully. So the corresponding .class file is missing and giving the above build error.

Former Member
0 Kudos

Then No clue friend. I feel It's not about the class file generation, there is some configuration missing related to 'acceleratorstorefrontcommons'. Better you do fresh Hybris setup if that's something possible.