2016-07-23 13:45 GMT+02:00 DAS AP <[email protected]>: > Hi > > > Can anyone suggest the solution for the error , > Jul 23 17:01:19 - ERROR - Unable to load configuration > (org.lsc.exception.LscConfigurationException: Configuration exception: > src-resolve: Cannot resolve the name 'lsc:connectionType' to a(n) 'type > definition' component.) > org.lsc.exception.LscConfigurationException: Configuration exception: > src-resolve: Cannot resolve the name 'lsc:connectionType' to a(n) 'type > definition' component. > > > > at org.lsc.Launcher.launch(Launcher.java:158) [lsc-core-2.1.3.jar:na] > at org.lsc.Launcher.main(Launcher.java:141) [lsc-core-2.1.3.jar:na] > Caused by: org.xml.sax.SAXParseException: src-resolve: Cannot resolve the > name 'lsc:connectionType' to a(n) 'type definition' component. > > > at > com.sun.org.apache.xerces.internal.impl.xs.XMLSchemaLoader.loadGrammar(Unknown > Source) ~[na:1.8.0_45] > at > com.sun.org.apache.xerces.internal.jaxp.validation.XMLSchemaFactory.newSchema(Unknown > Source) ~[na:1.8.0_45] > at > org.lsc.configuration.JaxbXmlConfigurationHelper.getConfiguration(JaxbXmlConfigurationHelper.java:151) > ~[lsc-core-2.1.3.jar:na] > ... 5 common frames omitted > >
There is no "connectionType" parameter in lsc.xml. You should have an error in your lsc.xml Try to validate your config with : lsc - f /path/to/config -v Clément. _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] http://lists.lsc-project.org/listinfo/lsc-users

