NoClassDefFoundError com.day.crx.security.ldap.jmx.LDAPUserMBean - JMX TOOL
Hi,
I getting NoClassDefFoundError when trying to use com.day.crx.security.ldap.jmx.LDAPUserMBean class to connect to LDAP from OSGI Scheduler.
I have placed <Import-Package> com.day.crx.security.ldap.jmx.LDAPUserMBean;resolution:=optional, </Import-Package> in maven but in bundle I see it could not resolve it.
| Imported Packages | com.adobe.cq.launches.api from com.adobe.cq.cq-launches-api (238) com.day.cq.audit from com.day.cq.cq-audit (165) com.day.cq.commons from com.day.cq.cq-commons (178) com.day.cq.commons.jcr from com.day.cq.cq-commons (178) com.day.cq.replication from com.day.cq.cq-replication (88) com.day.cq.search from com.day.cq.cq-search (200) com.day.cq.security from com.day.cq.cq-security-api (205) com.day.cq.tagging from com.day.cq.cq-tagging (208) com.day.cq.wcm.api from com.day.cq.wcm.cq-wcm-api (271) com.day.cq.wcm.api.components from com.day.cq.wcm.cq-wcm-api (271) com.day.cq.wcm.api.designer from com.day.cq.wcm.cq-wcm-api (271) com.day.crx.security.ldap.jmx -- Cannot be resolved com.day.crx.security.ldap.jmx.LDAPUserMBean -- Cannot be resolved but is not required com.day.crx.security.ldap.sync,version=[2.4,3) from com.day.crx.sling.server (60) com.day.durbo,version=[2.1,3) from day-commons-durbo (106) com.day.image from day-commons-gfx (107) com.day.text,version=[1.1,2) from com.day.commons.da |
Any pointer to resolve this would be greatly appreciated.
