Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

LDAP configuration issue

Avatar

Level 3

Hi All,

I am trying to integrate LDAP with AEM 6.0. I have referred the link : http://docs.adobe.com/docs/en/aem/6-0/administer/security/ldap-config.html for the same.

But, seems it is not working for me. Can anyone please tell me which ApacheDS ldap version is suitable for this? I tried with "ApacheDS 2.0.0-M19". But I am getting the below Warning message in the log while installing:

TATUS | wrapper  | 2014/12/19 17:38:11 | ApacheDS - default installed.
STATUS | wrapper  | 2014/12/19 17:38:25 | Starting the ApacheDS - default service...
STATUS | wrapper  | 2014/12/19 17:38:25 | --> Wrapper Started as Service
STATUS | wrapper  | 2014/12/19 17:38:25 | Launching a JVM...
INFO   | jvm 1    | 2014/12/19 17:38:27 | Wrapper (Version 3.2.3) http://wrapper.tanukisoftware.org
INFO   | jvm 1    | 2014/12/19 17:38:27 |   Copyright 1999-2006 Tanuki Software, Inc.  All Rights Reserved.
INFO   | jvm 1    | 2014/12/19 17:38:27 | 
INFO   | jvm 1    | 2014/12/19 17:38:27 | 
INFO   | jvm 1    | 2014/12/19 17:38:27 | WARNING - Unable to load the Wrapper's native library 'wrapper.dll'.
INFO   | jvm 1    | 2014/12/19 17:38:27 |           The file is located on the path at the following location but
INFO   | jvm 1    | 2014/12/19 17:38:27 |           could not be loaded:
INFO   | jvm 1    | 2014/12/19 17:38:27 |             C:\Program Files (x86)\ApacheDS\bin\..\lib\wrapper.dll
INFO   | jvm 1    | 2014/12/19 17:38:27 |           Please verify that the file is readable by the current user
INFO   | jvm 1    | 2014/12/19 17:38:27 |           and that the file has not been corrupted in any way.
INFO   | jvm 1    | 2014/12/19 17:38:27 |           One common cause of this problem is running a 32-bit version
INFO   | jvm 1    | 2014/12/19 17:38:27 |           of the Wrapper with a 64-bit version of Java, or vica versa.
INFO   | jvm 1    | 2014/12/19 17:38:27 |           This is a 64-bit JVM.
INFO   | jvm 1    | 2014/12/19 17:38:27 |           Reported cause:
INFO   | jvm 1    | 2014/12/19 17:38:27 |             C:\Program Files (x86)\ApacheDS\lib\wrapper.dll: Can't load IA 32-bit .dll on a AMD 64-bit platform
INFO   | jvm 1    | 2014/12/19 17:38:27 |           System signals will not be handled correctly. 

1 Accepted Solution

Avatar

Correct answer by
Level 9

It seems that Apache DS is not supported on 64-bit system. They don't have a support unit M16, please check ApacheDS 2.0.0-M19 release notes whether it is supported.

Here is a reference to the article on 64 bit issue

http://mail-archives.apache.org/mod_mbox/directory-dev/201405.mbox/%3CB829AA42-0D4A-4132-B334-5112B1...directory-dev/201405.mbox/%3CB829AA42-0D4A-4132-B334-5112B1F2A6C3@gmx.de%3E

Your options are

1. Contact Apache for DS 64 bit support

2. Try with 32 bit JVM

Thanks

View solution in original post

1 Reply

Avatar

Correct answer by
Level 9

It seems that Apache DS is not supported on 64-bit system. They don't have a support unit M16, please check ApacheDS 2.0.0-M19 release notes whether it is supported.

Here is a reference to the article on 64 bit issue

http://mail-archives.apache.org/mod_mbox/directory-dev/201405.mbox/%3CB829AA42-0D4A-4132-B334-5112B1...directory-dev/201405.mbox/%3CB829AA42-0D4A-4132-B334-5112B1F2A6C3@gmx.de%3E

Your options are

1. Contact Apache for DS 64 bit support

2. Try with 32 bit JVM

Thanks