Hello all,<br>I am having issues while starting openxcap server<br><br>The syslog reports:<br><br>Jun  8 06:41:02 ip-10-56-65-60 openxcap[14219]: Starting OpenXCAP 2.0.0<br>Jun  8 06:41:02 ip-10-56-65-60 openxcap[14219]: using set_wakeup_fd<br>
Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]: fatal error: failed to create OpenXCAP 2.0.0: Document is empty, line 1, column 1<br>Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]: Traceback (most recent call last):<br>Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]:   File &quot;/usr/local/bin/openxcap&quot;, line 64, in &lt;module&gt;<br>
Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]:     from xcap.server import XCAPServer<br>Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]:   File &quot;/usr/local/lib/python2.6/dist-packages/xcap/server.py&quot;, line 20, in &lt;module&gt;<br>
Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]:     from xcap import authentication<br>Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]:   File &quot;/usr/local/lib/python2.6/dist-packages/xcap/authentication.py&quot;, line 28, in &lt;module&gt;<br>
Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]:     from xcap.appusage import getApplicationForURI, namespaces, public_get_applications<br>Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]:   File &quot;/usr/local/lib/python2.6/dist-packages/xcap/appusage/__init__.py&quot;, line 357, in &lt;module&gt;<br>
Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]:     XCAPDirectoryApplication.id:        XCAPDirectoryApplication(storage)<br>Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]:   File &quot;/usr/local/lib/python2.6/dist-packages/xcap/appusage/__init__.py&quot;, line 59, in __init__<br>
Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]:     self.xml_schema = etree.XMLSchema(xml_schema_doc)<br>Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]:   File &quot;xmlschema.pxi&quot;, line 103, in lxml.etree.XMLSchema.__init__ (src/lxml/lxml.etree.c:117017)<br>
Jun  8 06:41:32 ip-10-56-65-60 openxcap[14219]: XMLSchemaParseError: Document is empty, line 1, column 1<br><br>I have modified the xcap-directory.xsd file to point to the schema location from the local file.<br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; line is also included in the xcap-directory.xsd file<br>
<br>Appreciate all assistance.<br><br><br><br><br><br><br>