Hi Schumann Sebastian,
I too have the same problem regarding XCap Server project.
---------------------------------------------------------------------------------------- Following are the trace generated after running "python2.4 openxcap --no-fork" command:- ---------------------------------------------------------------------------------------- Starting Open XCAP 0.9.7 Traceback (most recent call last): File "/usr/local/bin/openxcap", line 56, in ? from xcap.server import XCAPServer File "/usr/local/lib/python2.4/site-packages/xcap/server.py", line 21, in ? from xcap import authentication File "/usr/local/lib/python2.4/site-packages/xcap/authentication.py", line 21, in ? from xcap.appusage import getApplicationForURI File "/usr/local/lib/python2.4/site-packages/xcap/appusage/__init__.py", line 491, in ? applications = {'xcap-caps': XCAPCapabilitiesApplication(), File "/usr/local/lib/python2.4/site-packages/xcap/appusage/__init__.py", line 64, in __init__ self.xml_schema = etree.XMLSchema(xml_schema_doc) File "xmlschema.pxi", line 67, in etree.XMLSchema.__init__ etree.XMLSchemaParseError: Document is not valid XML Schema ------------------------------------------------------------------------------------------
Following are the files which we are using:= ================================= openxcap-0.9.7 libxml2-2.6.30 twisted-web2-0.2.0+svn20070403.orig Python-2.4.2 lxml-1.3.4 zope.interface-3.3.0 python-application-1.0.9 MySQL-python-1.2.2 =================================
I followed the instructions from the openxcap webpage and did what instructed there but not able to make it work.
Please help me. I will be always greatful to that help.
regds Suraj
Schumann Sebastian wrote: Dear all
I have a big problem with openxcap. I don't get it work :( As I saw on their webpage, this mailing list can be posted for this concern as well.
I am using version 0.9.3 and acc. the installation file on http://www.openxcap.org all current dependencies from the Debian unstable distribution.
When I start /usr/bin/openxcap, the following error occurs in the syslog:
Sep 25 17:01:21 openxcap openxcap[11876]: [-] Log opened.
Sep 25 17:01:21 openxcap openxcap[11876]: [-] Starting Open XCAP 0.9.3
Sep 25 17:01:27 openxcap openxcap[11876]: [-] Traceback (most recent call last):
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File "/usr/bin/openxcap", line 56, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap.server import XCAPServer
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File "/usr/lib/python2.4/site-packages/xcap/server.py", line 21, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap import authentication
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File "/usr/lib/python2.4/site-packages/xcap/authentication.py", line 21, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] from xcap.appusage import getApplicationForURI
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File "/usr/lib/python2.4/site-packages/xcap/appusage/__init__.py", line 466, in ?
Sep 25 17:01:27 openxcap openxcap[11876]: [-] applications = {'xcap-caps': XCAPCapabilitiesApplication(),
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File "/usr/lib/python2.4/site-packages/xcap/appusage/__init__.py", line 64, in __init__
Sep 25 17:01:27 openxcap openxcap[11876]: [-] self.xml_schema = etree.XMLSchema(xml_schema_doc)
Sep 25 17:01:27 openxcap openxcap[11876]: [-] File "xmlschema.pxi", line 67, in etree.XMLSchema.__init__
Sep 25 17:01:27 openxcap openxcap[11876]: [-] etree.XMLSchemaParseError: Document is not valid XML Schema
As I wrote, I followed all instructions from the openxcap webpage but didn't find any hints how to make it work.
Any help on that would be appreciated.
Best regards
Sebastian