on ‎2019 Apr 18 12:44 PM
Hi all, I'm facing the below mentioned error during server start up in 6.3 version. I'm unable to find this class / jar corresponding to it in the codebase.
SEVERE: Exception sending context initialized event to listener instance of class de.hybris.platform.spring.HybrisContextLoaderListener java.lang.NoClassDefFoundError: de/hybris/platform/ldap/model/LDIFMediaModel at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:264) at de.hybris.platform.spring.LazyInitOverrideBeanFactoryPostProcessor.forName(LazyInitOverrideBeanFactoryPostProcessor.java:90) at java.util.Optional.map(Optional.java:215) at de.hybris.platform.spring.LazyInitOverrideBeanFactoryPostProcessor.postProcessBeanFactory(LazyInitOverrideBeanFactoryPostProcessor.java:59) at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:283) at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:178)
Request clarification before answering.
Hi - The class LDIFMediaModel is generated by Hybris based on the following definition in ldap-items.xml. Please include ldap extension in localextensions.xml and rebuild the system.
<itemtype code="LDIFMedia" generate="true" autocreate="true"
jaloclass="de.hybris.platform.ldap.jalo.LDIFMedia"
extends="Media">
<attributes>
<attribute qualifier="catalogVersion" type="CatalogVersion" redeclare="true">
<modifiers read="true" write="true" initial="false" search="true" optional="true" unique="true"/>
<persistence type="property"/>
</attribute>
</attributes>
</itemtype>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.