I didn't find anything related to Key Size.
Here is the full log :

11:14:21.686 DEBUG Exception:   Method: test
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException:
javax.naming.OperationNotSupportedException: [LDAP: error code 53 -
UNWILLING_TO_PERFORM: Bind failed: Cannot Bind for Dn uid=admin,ou=system]
        at
net.tirasa.connid.bundles.ldap.LdapConnection$AuthenticationResultType$3.propagate(LdapConnection.java:369)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection$AuthenticationResult.propagate(LdapConnection.java:393)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.connect(LdapConnection.java:137)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.getInitialContext(LdapConnection.java:128)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.checkAlive(LdapConnection.java:288)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnector.checkAlive(LdapConnector.java:96)
~[?:?]
        at
org.identityconnectors.framework.impl.api.local.ConnectorPoolManager$ConnectorPoolHandler.testObject(ConnectorPoolManager.java:149)
~[connector-framework-internal-1.4.2.0.jar:?]
        at
org.identityconnectors.framework.impl.api.local.ConnectorPoolManager$ConnectorPoolHandler.testObject(ConnectorPoolManager.java:83)
~[connector-framework-internal-1.4.2.0.jar:?]
        at
org.identityconnectors.framework.impl.api.local.ObjectPool.borrowObject(ObjectPool.java:250)
~[connector-framework-internal-1.4.2.0.jar:?]
        at
org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:87)
~[connector-framework-internal-1.4.2.0.jar:?]
        at com.sun.proxy.$Proxy277.test(Unknown Source) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source)
~[?:?]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_131]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
        at
org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy.invoke(ThreadClassLoaderManagerProxy.java:96)
~[connector-framework-internal-1.4.2.0.jar:?]
        at com.sun.proxy.$Proxy277.test(Unknown Source) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source)
~[?:?]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_131]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
        at
org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy.invoke(DelegatingTimeoutProxy.java:99)
~[connector-framework-internal-1.4.2.0.jar:?]
        at com.sun.proxy.$Proxy277.test(Unknown Source) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source)
~[?:?]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_131]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
        at
org.identityconnectors.framework.impl.api.LoggingProxy.invoke(LoggingProxy.java:83)
~[connector-framework-internal-1.4.2.0.jar:?]
        at com.sun.proxy.$Proxy277.test(Unknown Source) ~[?:?]
        at
org.identityconnectors.framework.impl.api.AbstractConnectorFacade.test(AbstractConnectorFacade.java:269)
~[connector-framework-internal-1.4.2.0.jar:?]
        at
org.apache.syncope.core.provisioning.java.AsyncConnectorFacade.test(AsyncConnectorFacade.java:129)
~[syncope-core-provisioning-java-2.0.3.jar:2.0.3]
        at
org.apache.syncope.core.provisioning.java.AsyncConnectorFacade$$FastClassBySpringCGLIB$$886ae36a.invoke(<generated>)
~[syncope-core-provisioning-java-2.0.3.jar:2.0.3]
        at
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
~[spring-core-4.3.7.RELEASE.jar:4.3.7.RELEASE]
        at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:721)
~[spring-aop-4.3.7.RELEASE.jar:4.3.7.RELEASE]
        at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
~[spring-aop-4.3.7.RELEASE.jar:4.3.7.RELEASE]
        at
org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:115)
~[spring-aop-4.3.7.RELEASE.jar:4.3.7.RELEASE]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
~[?:1.8.0_131]
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[?:1.8.0_131]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[?:1.8.0_131]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: javax.naming.OperationNotSupportedException: [LDAP: error code
53 - UNWILLING_TO_PERFORM: Bind failed: Cannot Bind for Dn
uid=admin,ou=system]
        at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3209)
~[?:1.8.0_131]
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3082)
~[?:1.8.0_131]
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2883)
~[?:1.8.0_131]
        at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2797)
~[?:1.8.0_131]
        at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:319) ~[?:1.8.0_131]
        at
com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:192)
~[?:1.8.0_131]
        at
com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:210)
~[?:1.8.0_131]
        at
com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:153)
~[?:1.8.0_131]
        at
com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:83)
~[?:1.8.0_131]
        at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
~[?:1.8.0_131]
        at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313)
~[?:1.8.0_131]
        at javax.naming.InitialContext.init(InitialContext.java:244)
~[?:1.8.0_131]
        at
javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:154)
~[?:1.8.0_131]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.createContext(LdapConnection.java:186)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.createContext(LdapConnection.java:173)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.connect(LdapConnection.java:133)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        ... 34 more
11:14:21.700 DEBUG Exception:   Method: test
org.identityconnectors.framework.common.exceptions.ConnectorSecurityException:
javax.naming.OperationNotSupportedException: [LDAP: error code 53 -
UNWILLING_TO_PERFORM: Bind failed: Cannot Bind for Dn uid=admin,ou=system]
        at
net.tirasa.connid.bundles.ldap.LdapConnection$AuthenticationResultType$3.propagate(LdapConnection.java:369)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection$AuthenticationResult.propagate(LdapConnection.java:393)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.connect(LdapConnection.java:137)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.getInitialContext(LdapConnection.java:128)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.checkAlive(LdapConnection.java:288)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnector.checkAlive(LdapConnector.java:96)
~[?:?]
        at
org.identityconnectors.framework.impl.api.local.ConnectorPoolManager$ConnectorPoolHandler.testObject(ConnectorPoolManager.java:149)
~[connector-framework-internal-1.4.2.0.jar:?]
        at
org.identityconnectors.framework.impl.api.local.ConnectorPoolManager$ConnectorPoolHandler.testObject(ConnectorPoolManager.java:83)
~[connector-framework-internal-1.4.2.0.jar:?]
        at
org.identityconnectors.framework.impl.api.local.ObjectPool.borrowObject(ObjectPool.java:250)
~[connector-framework-internal-1.4.2.0.jar:?]
        at
org.identityconnectors.framework.impl.api.local.operations.ConnectorAPIOperationRunnerProxy.invoke(ConnectorAPIOperationRunnerProxy.java:87)
~[connector-framework-internal-1.4.2.0.jar:?]
        at com.sun.proxy.$Proxy277.test(Unknown Source) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source)
~[?:?]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_131]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
        at
org.identityconnectors.framework.impl.api.local.operations.ThreadClassLoaderManagerProxy.invoke(ThreadClassLoaderManagerProxy.java:96)
~[connector-framework-internal-1.4.2.0.jar:?]
        at com.sun.proxy.$Proxy277.test(Unknown Source) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source)
~[?:?]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_131]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
        at
org.identityconnectors.framework.impl.api.DelegatingTimeoutProxy.invoke(DelegatingTimeoutProxy.java:99)
~[connector-framework-internal-1.4.2.0.jar:?]
        at com.sun.proxy.$Proxy277.test(Unknown Source) ~[?:?]
        at sun.reflect.GeneratedMethodAccessor153.invoke(Unknown Source)
~[?:?]
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
~[?:1.8.0_131]
        at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
        at
org.identityconnectors.framework.impl.api.LoggingProxy.invoke(LoggingProxy.java:83)
~[connector-framework-internal-1.4.2.0.jar:?]
        at com.sun.proxy.$Proxy277.test(Unknown Source) ~[?:?]
        at
org.identityconnectors.framework.impl.api.AbstractConnectorFacade.test(AbstractConnectorFacade.java:269)
~[connector-framework-internal-1.4.2.0.jar:?]
        at
org.apache.syncope.core.provisioning.java.AsyncConnectorFacade.test(AsyncConnectorFacade.java:129)
~[syncope-core-provisioning-java-2.0.3.jar:2.0.3]
        at
org.apache.syncope.core.provisioning.java.AsyncConnectorFacade$$FastClassBySpringCGLIB$$886ae36a.invoke(<generated>)
~[syncope-core-provisioning-java-2.0.3.jar:2.0.3]
        at
org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
~[spring-core-4.3.7.RELEASE.jar:4.3.7.RELEASE]
        at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:721)
~[spring-aop-4.3.7.RELEASE.jar:4.3.7.RELEASE]
        at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
~[spring-aop-4.3.7.RELEASE.jar:4.3.7.RELEASE]
        at
org.springframework.aop.interceptor.AsyncExecutionInterceptor$1.call(AsyncExecutionInterceptor.java:115)
~[spring-aop-4.3.7.RELEASE.jar:4.3.7.RELEASE]
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
~[?:1.8.0_131]
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[?:1.8.0_131]
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[?:1.8.0_131]
        at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
Caused by: javax.naming.OperationNotSupportedException: [LDAP: error code
53 - UNWILLING_TO_PERFORM: Bind failed: Cannot Bind for Dn
uid=admin,ou=system]
        at com.sun.jndi.ldap.LdapCtx.mapErrorCode(LdapCtx.java:3209)
~[?:1.8.0_131]
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:3082)
~[?:1.8.0_131]
        at com.sun.jndi.ldap.LdapCtx.processReturnCode(LdapCtx.java:2883)
~[?:1.8.0_131]
        at com.sun.jndi.ldap.LdapCtx.connect(LdapCtx.java:2797)
~[?:1.8.0_131]
        at com.sun.jndi.ldap.LdapCtx.<init>(LdapCtx.java:319) ~[?:1.8.0_131]
        at
com.sun.jndi.ldap.LdapCtxFactory.getUsingURL(LdapCtxFactory.java:192)
~[?:1.8.0_131]
        at
com.sun.jndi.ldap.LdapCtxFactory.getUsingURLs(LdapCtxFactory.java:210)
~[?:1.8.0_131]
        at
com.sun.jndi.ldap.LdapCtxFactory.getLdapCtxInstance(LdapCtxFactory.java:153)
~[?:1.8.0_131]
        at
com.sun.jndi.ldap.LdapCtxFactory.getInitialContext(LdapCtxFactory.java:83)
~[?:1.8.0_131]
        at
javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:684)
~[?:1.8.0_131]
        at
javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:313)
~[?:1.8.0_131]
        at javax.naming.InitialContext.init(InitialContext.java:244)
~[?:1.8.0_131]
        at
javax.naming.ldap.InitialLdapContext.<init>(InitialLdapContext.java:154)
~[?:1.8.0_131]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.createContext(LdapConnection.java:186)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.createContext(LdapConnection.java:173)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        at
net.tirasa.connid.bundles.ldap.LdapConnection.connect(LdapConnection.java:133)
~[net.tirasa.connid.bundles.ldap-1.5.1.jar:?]
        ... 34 more


On Fri, May 12, 2017 at 11:03 AM, Marco Di Sabatino Di Diodoro <
[email protected]> wrote:

> Hi Sasha,
>
> Il 12/05/2017 09:29, sasha gesta ha scritto:
>
> Hello,
>
> I tried to connect Syncope 2.0.3 to ApacheDS 2.0.0-M23, but it ended with
> unsuccessful bind to ldap server :
>
> Connection failure: ConnectorException [OperationNotSupportedException:
> [LDAP: error code 53 - UNWILLING_TO_PERFORM: Bind failed: Cannot Bind for
> Dn uid=admin,ou=system]]
>
> Connecting to ldap using JXplorer and the same settings was successful.
>
> With syncope version 2.0.2 it worked as it should. Binding was successful.
>
>
> Check in your logs if there are other errors, for example 
> java.security.InvalidKeyException:
> Illegal key size
>
> M
>
> Sasha
>
>
> --
> Dott. Marco Di Sabatino Di Diodoro
> Tel. +39 3939065570 <+39%20393%20906%205570>
>
> Tirasa S.r.l.
> Viale D'Annunzio 267 - 65127 Pescara
> Tel +39 0859116307 <+39%20085%20911%206307> / FAX +39 0859111173 
> <+39%20085%20911%201173>http://www.tirasa.net
>
> Apache Syncope PMC Memberhttp://people.apache.org/~mdisabatino/
>
>

Reply via email to