I am trying to start up openxcap on a server that it used to work on without issue. It starts up and then after 20 seconds or so it crashes. In syslog I am seeing the following error
<br />
<br />
<br />May 25 10:18:00 xcap01 openxcap[701]: Starting OpenXCAP 2.0.0
<br />May 25 10:18:01 xcap01 openxcap[701]: using set_wakeup_fd
<br />May 25 10:18:32 xcap01 openxcap[701]: fatal error: failed to create OpenXCAP 2.0.0: Document is empty, line 1, column 1
<br />May 25 10:18:32 xcap01 openxcap[701]: Traceback (most recent call last):
<br />May 25 10:18:32 xcap01 openxcap[701]: File "/usr/bin/openxcap", line 64, in <module>
<br />May 25 10:18:32 xcap01 openxcap[701]: from xcap.server import XCAPServer
<br />May 25 10:18:32 xcap01 openxcap[701]: File "/usr/lib/pymodules/python2.6/xcap/server.py", line 20, in <module>
<br />May 25 10:18:32 xcap01 openxcap[701]: from xcap import authentication
<br />May 25 10:18:32 xcap01 openxcap[701]: File "/usr/lib/pymodules/python2.6/xcap/authentication.py", line 28, in <module>
<br />May 25 10:18:32 xcap01 openxcap[701]: from xcap.appusage import getApplicationForURI, namespaces, public_get_applications
<br />May 25 10:18:32 xcap01 openxcap[701]: File "/usr/lib/pymodules/python2.6/xcap/appusage/__init__.py", line 357, in <module>
<br />May 25 10:18:32 xcap01 openxcap[701]: XCAPDirectoryApplication.id: XCAPDirectoryApplication(storage)
<br />May 25 10:18:32 xcap01 openxcap[701]: File "/usr/lib/pymodules/python2.6/xcap/appusage/__init__.py", line 59, in __init__
<br />May 25 10:18:32 xcap01 openxcap[701]: self.xml_schema = etree.XMLSchema(xml_schema_doc)
<br />May 25 10:18:32 xcap01 openxcap[701]: File "xmlschema.pxi", line 105, in lxml.etree.XMLSchema.__init__ (src/lxml/lxml.etree.c:128508)
<br />May 25 10:18:32 xcap01 openxcap[701]: XMLSchemaParseError: Document is empty, line 1, column 1