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 "/usr/local/bin/openxcap", line 64, in <module><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 "/usr/local/lib/python2.6/dist-packages/xcap/server.py", line 20, in <module><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 "/usr/local/lib/python2.6/dist-packages/xcap/authentication.py", line 28, in <module><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 "/usr/local/lib/python2.6/dist-packages/xcap/appusage/__init__.py", line 357, in <module><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 "/usr/local/lib/python2.6/dist-packages/xcap/appusage/__init__.py", 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 "xmlschema.pxi", 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><?xml version="1.0" encoding="UTF-8"?> line is also included in the xcap-directory.xsd file<br>
<br>Appreciate all assistance.<br><br><br><br><br><br><br>