Skip to Content
0
Former Member
Sep 13, 2017 at 04:25 PM

Error: while installing the addon i am getting below errors

244 Views

No impex templates found for gskcockpits No impex templates found for gskstorefront copyAddOnToExtension addOnExtension=assistedservicestorefront addOnResource=/web/src/ target=gskstorefront Compile addonsrc gskstorefront - assistedservicestorefront Compiling 3 source files to C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\webroot\WEB-INF\classes ---------- 1. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 16) import de.hybris.platform.acceleratorstorefrontcommons.controllers.pages.AbstractSearchPageController; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import de.hybris.platform.acceleratorstorefrontcommons.controllers cannot be resolved ---------- 2. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 17) import de.hybris.platform.assistedservicefacades.AssistedServiceFacade; ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ The import de.hybris.platform.assistedservicefacades.AssistedServiceFacade cannot be resolved ---------- 3. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 48) public class CustomerListController extends AbstractSearchPageController ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ AbstractSearchPageController cannot be resolved to a type ---------- 4. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 60) private AssistedServiceFacade assistedServiceFacade; ^^^^^^^^^^^^^^^^^^^^^ AssistedServiceFacade cannot be resolved to a type ---------- 5. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 73) if (!assistedServiceFacade.isAssistedServiceAgentLoggedIn()) ^^^^^^^^^^^^^^^^^^^^^ AssistedServiceFacade cannot be resolved to a type ---------- 6. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 76) assistedServiceFacade.getAsmSession().setFlashErrorMessage("asm.emulate.error.agent_missed"); ^^^^^^^^^^^^^^^^^^^^^ AssistedServiceFacade cannot be resolved to a type ---------- 7. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 80) final List customerLists = customerListFacade.getCustomerListsForEmployee(assistedServiceFacade ^^^^^^^^^^^^^^^^^^^^^ AssistedServiceFacade cannot be resolved to a type ---------- 8. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 111) @RequestParam(value = "show", defaultValue = "Page") final ShowMode showMode, ^^^^^^^^ ShowMode cannot be resolved to a type ---------- 9. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 142) return customerListFacade.getPagedCustomersForCustomerListUID(customerListUid, assistedServiceFacade.getAsmSession() ^^^^^^^^^^^^^^^^^^^^^ AssistedServiceFacade cannot be resolved to a type ---------- 10. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 147) protected void populateModel(final Model model, final SearchPageData searchPageData, final ShowMode showMode) ^^^^^^^^ ShowMode cannot be resolved to a type ---------- 14. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 179) return Boolean.valueOf((showMode != ShowMode.All && // ^^^^^^^^ ShowMode cannot be resolved to a variable ---------- 15. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 181) && isShowAllAllowed(searchPageData)); ^^^^^^^^^^^^^^^^ The method isShowAllAllowed(SearchPageData) is undefined for the type CustomerListController ---------- 16. ERROR in C:\hybris\hybris6_2\hybris\bin\custom\gsk\gskstorefront\web\addonsrc\assistedservicestorefront\de\hybris\platform\assistedservicestorefront\controllers\CustomerListController.java (at line 185) protected Boolean calculateShowPaged(final SearchPageData