![](https://secure.gravatar.com/avatar/c4f717df75734f21bc056ff24639c864.jpg?s=120&d=mm&r=g)
9 Jun
2017
9 Jun
'17
12:34 a.m.
always keep the mailing list in the loop! in order for others to help or learn On 06/08/2017 07:27 PM, John Chen wrote:
Hans-Rudolf
This is the error I get when I start the Galaxy server.
...
xml.etree.ElementTree.ParseError: mismatched tag: line 8, column 105
This is very informative. Looking at line 8 in your file: <server><a class="moz-txt-link-freetext" href="ldap://ldap.xxx.xx">ldap://ldap.xxx.xx</server> The element "a" is not terminated What happens, if you try just <server>ldap://ldap.xxx.xx</server> Regards, Hans-Rudolf