hello,
when i execute "bin/kylin.sh start", "tomcat/logs/kylin.log" output
"Constructor threw exception; nested exception is
java.lang.IllegalArgumentException: An LDAP connection URL must be supplied.".
so i configure conf/kylin.properties like this :
---------------------------------------------------
## Config for Restful APP ##
# database connection settings:
ldap.server=192.168.1.201
ldap.username=admin
ldap.password=tsrMLkQhZHQVeyJl2sB+MvaPQP56RGH3
ldap.user.searchBase=
ldap.user.searchPattern=
ldap.user.groupSearchBase=
ldap.service.searchBase=OU=
ldap.service.searchPattern=
ldap.service.groupSearchBase=
acl.adminRole=
acl.defaultRole=
ganglia.group=
ganglia.port=8664
-----------------------------------------------------
but "tomcat/logs/kylin.log" output
"[ERROR][org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:307)]
- Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Invalid bean
definition with name 'ldapSource' defined in class path resource
[kylinSecurity.xml]: Input length must be multiple of 16 when decrypting with
padded cipher"
how can i configure the part of ldap in kylin.properties ?
is all config of ldap necessary ?
is there a model or example which i can follow?
thank you very much!