Issue #653 has been reported by Raphaël Ouazana. ---------------------------------------- Bug #653: Missing fetchedAttributes in OpenLDAP to AD tutorial http://tools.lsc-project.org/issues/653
Author: Raphaël Ouazana Status: Assigned Priority: Normal Assigned to: Clément OUDOT Category: Documentation Target version: 2.0.4 Problem in version: The fetchedAttributes tag is needed, else LSC with an exception: <pre> org.lsc.exception.LscConfigurationException: java.lang.reflect.InvocationTargetException at org.lsc.Task.<init>(Task.java:127) ~[lsc-core-2.0.3.jar:na] at org.lsc.SimpleSynchronize.init(SimpleSynchronize.java:103) ~[lsc-core-2.0.3.jar:na] at org.lsc.SimpleSynchronize.launch(SimpleSynchronize.java:145) ~[lsc-core-2.0.3.jar:na] at org.lsc.Launcher.run(Launcher.java:224) [lsc-core-2.0.3.jar:na] at org.lsc.Launcher.launch(Launcher.java:159) [lsc-core-2.0.3.jar:na] at org.lsc.Launcher.main(Launcher.java:142) [lsc-core-2.0.3.jar:na] Caused by: java.lang.reflect.InvocationTargetException: null at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.6.0_45] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) ~[na:1.6.0_45] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) ~[na:1.6.0_45] at java.lang.reflect.Constructor.newInstance(Constructor.java:513) ~[na:1.6.0_45] at org.lsc.Task.<init>(Task.java:107) ~[lsc-core-2.0.3.jar:na] ... 5 common frames omitted Caused by: java.lang.NullPointerException: null at org.lsc.jndi.AbstractSimpleJndiService.<init>(AbstractSimpleJndiService.java:166) ~[lsc-core-2.0.3.jar:na] at org.lsc.jndi.SimpleJndiDstService.<init>(SimpleJndiDstService.java:97) ~[lsc-core-2.0.3.jar:na] ... 10 common frames omitted </pre> Need to fix the documentation, and maybe the code to have a comprehensive error message. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://tools.lsc-project.org/my/account
_______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-dev mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-dev

