On 17/07/2019 13:54, Mike Hollingsworth wrote: > Here are the xml files. I will run again once I change the log file location > > On Wed, Jul 17, 2019 at 2:00 AM Soisik Froger <[email protected] > <mailto:[email protected]>> wrote: > > On 16/07/2019 21:04, Mike Hollingsworth wrote: > > We are using on ubuntu server with openldap and receive this error > > Connecting to LDAP server > ldap://mcsd-ds01:389/dc=local,dc=mcschools,dc=us as > cn=admin,dc=local,dc=mcschools,dc=us > > Jul 16 13:58:43 - ERROR - org.lsc.exception.LscConfigurationException: > Configuration exception: Something bad happened while building the > SqlMapClient instance.java.lang.RuntimeException: Error occurred. Cause: > com.ibatis.common.xml.NodeletException: Error parsing XML. Cause: > java.lang.RuntimeException: Error parsing XPath '/sqlMapConfig/sqlMap'. > Cause: java.net.UnknownHostException: etc > > /usr/bin/lsc: line 73: /var/log/lsc/lsc.log: Permission denied > > > > Thanks > > > > Mike Hollingsworth
Hi, Seems etc/ get resolved as a host, eg the URL syntax: protocol://hostname/file Maybe try this : <sqlMap url="file:///etc/lsc/sql-map-config.d/InetOrgPerson.xml"/> Regards -- Soisik Froger | Software Architect [email protected] Worteks | https://www.worteks.com _______________________________________________________________ Ldap Synchronization Connector (LSC) - http://lsc-project.org lsc-users mailing list [email protected] https://lists.lsc-project.org/cgi-bin/mailman/listinfo/lsc-users

