Hi Experts,
After server startup i am trying to hit B2B website but getting below error in logs. I can see that it unable to compile class for jsp file.Is there any way we can resolve it?
Any help would be appreciated!!
INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | Jun 27, 2020 10:02:50 AM org.apache.catalina.core.StandardWrapperValve invoke INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | SEVERE: Servlet.service() for servlet [DispatcherServlet] in context with path [/merchandiseb2bstorefront] threw exception [Unable to compile class for JSP: INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | An error occurred at line: [1] in the generated java file: [/opt/Hybris1905/hybris/bin/platform/tomcat/work/Catalina/localhost/merchandiseb2bstorefront/org/apache/jsp/tag/web/responsive/common/header/addonScripts_tag.java] INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | The type de.hybris.platform.cms2.model.contents.components.AbstractCMSComponentModel cannot be resolved. It is indirectly referenced from required .class files INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | An error occurred at line: [7] in the jsp file: [/WEB-INF/tags/responsive/common/header/addonScripts.tag] INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | The method setComponent(AbstractCMSComponentModel) from the type CMSComponentTag refers to the missing type AbstractCMSComponentModel INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | 4: INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | 5: INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | 6: <cms:pageSlot position="PlaceholderContentSlot" var="component"> INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | 7: <cms:component component="${component}"/> INFO | jvm 1 | main | 2020/06/27 10:02:50.804 | 8: </cms:pageSlot>