2013/1/23 Mat Cantin <[email protected]>: > Greetings, > > I'm trying to setup the LSC connector for the first time but I'm running > into an error message that I can't decipher. When I run "lsc -c all -s all > -n" to test my lsc.xml file I get the following messages on the console: > > Jan 23 11:11:55 - DEBUG - Loading XML configuration from: /etc/lsc/lsc.xml > Jan 23 11:11:55 - INFO - Reflections took 294 ms to scan 1 urls, producing > 60 keys and 226 values > Jan 23 11:11:55 - DEBUG - Importing XML schema file: > schemas/lsc-core-2.0.xsd > Jan 23 11:11:55 - INFO - Logging configuration successfully loaded from > /etc/lsc/logback.xml > Jan 23 11:11:55 - INFO - LSC configuration successfully loaded from > /etc/lsc/ > Jan 23 11:11:55 - ERROR - org.lsc.exception.LscConfigurationException: > java.lang.reflect.InvocationTargetException > > Info on my system: > Clean install of CentOS 6.3 > OpenJDK (java version "1.6.0_24") installed from CentOS repos and on a > separate clean system tried Java 1.7 RPM from the Oracle site with same java > error when running lsc. > > I've attached my lsc.xml file in case it helps. > > If anyone can give some pointers on how troubleshoot this java error it > would be greatly appreciated.
You can simply use lsc -v to validate your lsc.xml file. Turn on debug in logback.xml if you don't see any probing message. Reading your lsc.xml it seems you do not define any attribute in your services (ldapSourceService and ldapDestinationService), try to correct this. Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

