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

cannot load extension mysupport because: java.lang.ClassNotFoundException: de.hybris.platform.mysupport.jalo.MysupportManager

0 Likes
956

We want to extend CustomerSupportBackoffice Functionality. For that, we had created custom template of the extension CustomerSupportBackoffice by adding following meta key in extensioninfo.xml file of CustomerSupportBackoffice extension.

 <meta key="extgen-template-extension" value="true"/>

Also we added extgen.properties file as it was missing in CustomerSupportBackoffice extension. extgen.properties content:-

 YEXTNAME_TOKEN=customersupportbackoffice
 YPACKAGE_TOKEN=de.hybris.customersupportbackoffice
 YMANAGER_TOKEN=CustomersupportbackofficeManager
 YCLASSPREFIX_TOKEN=Customersupportbackoffice
 YGENERATED_TOKEN=Generated
  • After build system CustomerSupportBackoffice template was available in default templates.

  • By extending that template we created new extension "mysupport" using extgen command.

  • After that we rebuild the system.

But while restarting the server we are facing following issue :-

WARN [localhost-startStop-1] [CoreUtilities] cannot load extension mysupport (and others?) because: java.lang.ClassNotFoundException: de.hybris.platform.mysupport.jalo.MysupportManager WARN [localhost-startStop-1] [CoreUtilities] If you receive this error while starting from ee, you need to add the project that WARN [localhost-startStop-1] [CoreUtilities] contains the mysupport extension to the java build path of your project from where you have WARN [localhost-startStop-1] [CoreUtilities] started this class. (project->right click->properties->build path->tab Projects.

Also, we are not able see "mysupport" extension on HAC in update tab.

Accepted Solutions (0)

Answers (0)