<div>That fixed it.  OpenXCAP worked a while back so I am not sure how it got messed up.</div>
<div> </div>
<div>Thanks for the fix Dani<br><br></div>
<div class="gmail_quote">On Mon, Jun 6, 2011 at 8:07 AM, Dani Popa <span dir="ltr">&lt;<a href="mailto:dani.popa@gmail.com">dani.popa@gmail.com</a>&gt;</span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div bgcolor="#ffffff" text="#000000">when start openxcap, it try to take schema from <a href="http://www.w3.org/2001/xml.xsd" target="_blank">www.w3.org/2001/xml.xsd</a> and <a href="http://www.w3.org/" target="_blank">www.w3.org</a> doesn&#39;t responde. <br>
<br>I changed schemaLocation  in &quot;/usr/local/pymodules/python2.6/xcap/appusage/xml-schemas/xcap-directory.xsd&quot; and pointed to local file.<br><br>Dani 
<div>
<div></div>
<div class="h5"><br><br>On 06/06/11 03:01, <a href="mailto:duane.larson@gmail.com" target="_blank">duane.larson@gmail.com</a> wrote: </div></div>
<blockquote type="cite">
<div>
<div></div>
<div class="h5">That was missing from the file on the first line, but it still crashes. Here is what it looks like now <br><br>/usr/share/pyshared/xcap/appusage/xml-schemas/xcap-directory.xsd <br><br><br>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt; <br>
&lt;xs:schema targetNamespace=&quot;urn:oma:xml:xdm:xcap-directory&quot; <br>xmlns=&quot;urn:oma:xml:xdm:xcap-directory&quot; <br>xmlns:xs=<a href="http://www.w3.org/2001/XMLSchema" target="_blank">&quot;http://www.w3.org/2001/XMLSchema&quot;</a> <br>
elementFormDefault=&quot;qualified&quot; attributeFormDefault=&quot;unqualified&quot;&gt; <br><br>&lt;xs:import namespace=<a href="http://www.w3.org/XML/1998/namespace" target="_blank">&quot;http://www.w3.org/XML/1998/namespace&quot;</a> <br>
schemaLocation=<a href="http://www.w3.org/2001/xml.xsd" target="_blank">&quot;http://www.w3.org/2001/xml.xsd&quot;</a>/&gt; <br><br>&lt;xs:element name=&quot;xcap-directory&quot;&gt; <br>&lt;xs:complexType&gt; <br>&lt;xs:sequence minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt; <br>
&lt;xs:element name=&quot;folder&quot;&gt; <br>&lt;xs:complexType&gt; <br>&lt;xs:choice&gt; <br>&lt;xs:sequence minOccurs=&quot;0&quot; maxOccurs=&quot;unbounded&quot;&gt; <br>&lt;xs:element name=&quot;entry&quot;&gt; <br>
&lt;xs:complexType&gt; <br>&lt;xs:attribute name=&quot;uri&quot; type=&quot;xs:anyURI&quot; use=&quot;required&quot;/&gt; <br>&lt;xs:attribute name=&quot;etag&quot; type=&quot;xs:string&quot; use=&quot;required&quot;/&gt; <br>
&lt;xs:attribute name=&quot;last-modified&quot; type=&quot;xs:dateTime&quot;/&gt; <br>&lt;xs:attribute name=&quot;size&quot; type=&quot;xs:nonNegativeInteger&quot;/&gt; <br>&lt;xs:anyAttribute processContents=&quot;lax&quot;/&gt; <br>
&lt;/xs:complexType&gt; <br>&lt;/xs:element&gt; <br>&lt;/xs:sequence&gt; <br>&lt;xs:element name=&quot;error-code&quot; type=&quot;xs:string&quot;/&gt; <br>&lt;/xs:choice&gt; <br>&lt;xs:attribute name=&quot;auid&quot; type=&quot;xs:string&quot; use=&quot;required&quot;/&gt; <br>
&lt;/xs:complexType&gt; <br>&lt;/xs:element&gt; <br>&lt;/xs:sequence&gt; <br>&lt;/xs:complexType&gt; <br>&lt;/xs:element&gt; <br>&lt;/xs:schema&gt; <br><br><br><br><br><br>And here is what the syslog says when it crashes. <br>
<br>Jun 5 18:58:15 xcap01 openxcap[5705]: fatal error: failed to create OpenXCAP 2.0.0: Document is empty, line 1, column 1 <br>Jun 5 18:58:15 xcap01 openxcap[5705]: Traceback (most recent call last): <br>Jun 5 18:58:15 xcap01 openxcap[5705]: File &quot;/usr/bin/openxcap&quot;, line 64, in &lt;module&gt; <br>
Jun 5 18:58:15 xcap01 openxcap[5705]: from xcap.server import XCAPServer <br>Jun 5 18:58:15 xcap01 openxcap[5705]: File &quot;/usr/lib/pymodules/python2.6/xcap/server.py&quot;, line 20, in &lt;module&gt; <br>Jun 5 18:58:15 xcap01 openxcap[5705]: from xcap import authentication <br>
Jun 5 18:58:15 xcap01 openxcap[5705]: File &quot;/usr/lib/pymodules/python2.6/xcap/authentication.py&quot;, line 28, in &lt;module&gt; <br>Jun 5 18:58:15 xcap01 openxcap[5705]: from xcap.appusage import getApplicationForURI, namespaces, public_get_applications <br>
Jun 5 18:58:15 xcap01 openxcap[5705]: File &quot;/usr/lib/pymodules/python2.6/xcap/appusage/__init__.py&quot;, line 357, in &lt;module&gt; <br>Jun 5 18:58:15 xcap01 openxcap[5705]: XCAPDirectoryApplication.id: XCAPDirectoryApplication(storage) <br>
Jun 5 18:58:15 xcap01 openxcap[5705]: File &quot;/usr/lib/pymodules/python2.6/xcap/appusage/__init__.py&quot;, line 59, in __init__ <br>Jun 5 18:58:15 xcap01 openxcap[5705]: self.xml_schema = etree.XMLSchema(xml_schema_doc) <br>
Jun 5 18:58:15 xcap01 openxcap[5705]: File &quot;xmlschema.pxi&quot;, line 105, in lxml.etree.XMLSchema.__init__ (src/lxml/lxml.etree.c:128508) <br>Jun 5 18:58:15 xcap01 openxcap[5705]: XMLSchemaParseError: Document is empty, line 1, column 1 <br>
<br><br><br><br>On Jun 3, 2011 5:33am, Saúl Ibarra Corretgé <a href="mailto:saul@ag-projects.com" target="_blank">&lt;saul@ag-projects.com&gt;</a> wrote: <br>&gt; Hi, <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; On May 25, 2011, at 5:28 PM, <a href="mailto:duane.larson@gmail.com" target="_blank">duane.larson@gmail.com</a> wrote: <br>
&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; &gt; 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>
&gt; <br>&gt; <br>&gt; &gt; <br>&gt; <br>&gt; <br>&gt; &gt; <br>&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:00 xcap01 openxcap[701]: Starting OpenXCAP 2.0.0 <br>&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:01 xcap01 openxcap[701]: using set_wakeup_fd <br>
&gt; <br>&gt; <br>&gt; &gt; 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>&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: Traceback (most recent call last): <br>
&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: File &quot;/usr/bin/openxcap&quot;, line 64, in <br>&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: from xcap.server import XCAPServer <br>
&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: File &quot;/usr/lib/pymodules/python2.6/xcap/server.py&quot;, line 20, in <br>&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: from xcap import authentication <br>
&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: File &quot;/usr/lib/pymodules/python2.6/xcap/authentication.py&quot;, line 28, in <br>&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: from xcap.appusage import getApplicationForURI, namespaces, public_get_applications <br>
&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: File &quot;/usr/lib/pymodules/python2.6/xcap/appusage/__init__.py&quot;, line 357, in <br>&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: XCAPDirectoryApplication.id: XCAPDirectoryApplication(storage) <br>
&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: File &quot;/usr/lib/pymodules/python2.6/xcap/appusage/__init__.py&quot;, line 59, in __init__ <br>&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: self.xml_schema = etree.XMLSchema(xml_schema_doc) <br>
&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: File &quot;xmlschema.pxi&quot;, line 105, in lxml.etree.XMLSchema.__init__ (src/lxml/lxml.etree.c:128508) <br>&gt; <br>&gt; <br>&gt; &gt; May 25 10:18:32 xcap01 openxcap[701]: XMLSchemaParseError: Document is empty, line 1, column <br>
&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; Looks like xcap-directory.xsd schema file lacks the initial XML document declaration. Can you add this at the top of that file (check the location with dpkg -L openxcap): <br>
&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; Add it as the first line and please let me know if it worked for you. <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>
&gt; <br>&gt; <br>&gt; <br>&gt; Regards, <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; -- <br>&gt; <br>&gt; <br>&gt; Saúl Ibarra Corretgé <br>&gt; <br>&gt; <br>&gt; AG Projects <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>
&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; <br>&gt; _______________________________________________ <br>&gt; <br>&gt; <br>&gt; Users mailing list <br>&gt; <br>&gt; <br>&gt; <a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a> <br>
&gt; <br>&gt; <br>&gt; <a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a> <br>&gt; <br>&gt; <br>&gt; </div></div><pre><fieldset></fieldset>
_______________________________________________
Users mailing list
<div class="im"><a href="mailto:Users@lists.opensips.org" target="_blank">Users@lists.opensips.org</a>
<a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a>
</div></pre></blockquote></div><br>_______________________________________________<br>Users mailing list<br><a href="mailto:Users@lists.opensips.org">Users@lists.opensips.org</a><br><a href="http://lists.opensips.org/cgi-bin/mailman/listinfo/users" target="_blank">http://lists.opensips.org/cgi-bin/mailman/listinfo/users</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>--<br>*--*--*--*--*--*<br>Duane<br>*--*--*--*--*--*<br>--<br>