Hi,
I am trying to install and configure OpenXCAP 0.9.9 on Ubuntu 8.04.1 but I encounter a problem after starting the service. In fact, when I look at the log file, OpenXCAP tell me this :
Log opened. Log opened. Starting Open XCAP 0.9.9 Starting Open XCAP 0.9.9
and after some minutes :
Traceback (most recent call last): Traceback (most recent call last): File "/usr/bin/openxcap", line 56, in <module> File "/usr/bin/openxcap", line 56, in <module> from xcap.server import XCAPServer from xcap.server import XCAPServer File "/usr/lib/python2.5/site-packages/xcap/server.py", line 21, in <module> File "/usr/lib/python2.5/site-packages/xcap/server.py", line 21, in <module> from xcap import authentication from xcap import authentication File "/usr/lib/python2.5/site-packages/xcap/authentication.py", line 21, in <module> File "/usr/lib/python2.5/site-packages/xcap/authentication.py", line 21, in <module> from xcap.appusage import getApplicationForURI from xcap.appusage import getApplicationForURI File "/usr/lib/python2.5/site-packages/xcap/appusage/__init__.py", line 494, in <module> File "/usr/lib/python2.5/site-packages/xcap/appusage/__init__.py", line 494, in <module> 'resource-lists': ResourceListsApplication(open(os.path.join(schemas_directory, 'resource-lists.xsd'), 'r').read(), Storage()), 'resource-lists': ResourceListsApplication(open(os.path.join(schemas_directory, 'resource-lists.xsd'), 'r').read(), Storage()), File "/usr/lib/python2.5/site-packages/xcap/appusage/__init__.py", line 64, in __init__ File "/usr/lib/python2.5/site-packages/xcap/appusage/__init__.py", line 64, in __init__ self.xml_schema = etree.XMLSchema(xml_schema_doc) self.xml_schema = etree.XMLSchema(xml_schema_doc) File "xmlschema.pxi", line 67, in etree.XMLSchema.__init__ File "xmlschema.pxi", line 67, in etree.XMLSchema.__init__ etree.XMLSchemaParseError: Document is not valid XML Schema etree.XMLSchemaParseError: Document is not valid XML Schema
I know I am not the first to have the problem and I searched in the mailing list and on Google to solve it. I tried some solutions without success.
Do you have any idea that could help me ?
Thanks
-- Rémi Druilhe