Clarity

 View Only

GEL Issue - Ldap connection

  • 1.  GEL Issue - Ldap connection

    Posted Feb 05, 2020 11:42 AM
    I am getting error on below code

    <core:new className="javax.naming.ldap.InitialLdapContext" var="ldapContext">
    <core:arg type="java.util.Hashtable" value="${ldapEnv}"/>
    <core:arg value="${ldapControlArray}"/>
    </core:new>

    error-
    LDAP Error: org.apache.commons.jelly.JellyTagException: null:153:84: <core:new> null

    Is this related to Java library ? or any other cause..please suggest.