Well, yes, the backend is OpenSIPS, and actually I&#39;ve just realized that the problem is not in that point: if it has an url, the python script continues.<br>The version that I have installed for python-application is 1.2.3 and for python-gnutls is 1.2.0. Perhaps these versions are not right? <br>
<br>Thank you for answering so fast!<br><br>Best regards<br><br>Pablo<br><br><div class="gmail_quote">2010/4/6 Saúl Ibarra Corretgé <span dir="ltr">&lt;<a href="mailto:saul@ag-projects.com">saul@ag-projects.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Hi,<br>
<div><div></div><div class="h5"><br>
On 6/4/10 10:51 AM, Pablo Martin Rodriguez wrote:<br>
&gt; Hi all<br>
&gt;<br>
&gt; I&#39;m just a newbie with OpenSIPS, but I got it working fine. The problem<br>
&gt; is that I need to connect it with OpenXCAP, and I can&#39;t find a way to<br>
&gt; make it work, even alone. When I try to run OpenXCAP by itself, with the<br>
&gt; xmlrpc_url line commented in the config file, I get this error:<br>
&gt;<br>
&gt; Starting OpenXCAP 1.1.2<br>
&gt; fatal error: failed to create OpenXCAP 1.1.2: unsupported operand<br>
&gt; type(s) for +: &#39;NoneType&#39; and &#39;str&#39;<br>
&gt; Traceback (most recent call last):<br>
&gt;    File &quot;/usr/bin/openxcap&quot;, line 61, in &lt;module&gt;<br>
&gt;      from xcap.server import XCAPServer<br>
&gt;    File &quot;/usr/lib/python2.5/site-packages/xcap/server.py&quot;, line 18, in<br>
&gt; &lt;module&gt;<br>
&gt;      from xcap import authentication<br>
&gt;    File &quot;/usr/lib/python2.5/site-packages/xcap/authentication.py&quot;, line<br>
&gt; 23, in &lt;module&gt;<br>
&gt;      from xcap.appusage import getApplicationForURI, namespaces<br>
&gt;    File &quot;/usr/lib/python2.5/site-packages/xcap/appusage/__init__.py&quot;,<br>
&gt; line 515, in &lt;module&gt;<br>
&gt;      theStorage = ServerConfig.backend.Storage()<br>
&gt;    File &quot;/usr/lib/pymodules/python2.5/application/python/util.py&quot;, line<br>
&gt; 35, in __call__<br>
&gt;      return cls._instance_creator(*args, **kw)<br>
&gt;    File &quot;&lt;string&gt;&quot;, line 1, in __init__<br>
&gt;    File &quot;/usr/lib/pymodules/python2.5/application/python/util.py&quot;, line<br>
&gt; 29, in instance_creator<br>
&gt;      cls._instances[key] = super(Singleton, cls).__call__(*args, **kwargs)<br>
&gt;    File<br>
&gt; &quot;/usr/lib/python2.5/site-packages/xcap/interfaces/backend/opensips.py&quot;,<br>
&gt; line 40, in __init__<br>
&gt;      self._mi = ManagementInterface(Config.xmlrpc_url)<br>
&gt;    File &quot;/usr/lib/pymodules/python2.5/application/python/util.py&quot;, line<br>
&gt; 35, in __call__<br>
&gt;      return cls._instance_creator(*args, **kw)<br>
&gt;    File &quot;&lt;string&gt;&quot;, line 1, in __init__<br>
&gt;    File &quot;/usr/lib/pymodules/python2.5/application/python/util.py&quot;, line<br>
&gt; 29, in instance_creator<br>
&gt;      cls._instances[key] = super(Singleton, cls).__call__(*args, **kwargs)<br>
&gt;    File &quot;/usr/lib/python2.5/site-packages/xcap/interfaces/opensips.py&quot;,<br>
&gt; line 54, in __init__<br>
&gt;      self.proxy = xmlrpc.Proxy(url + &#39;/RPC2&#39;)<br>
&gt; TypeError: unsupported operand type(s) for +: &#39;NoneType&#39; and &#39;str&#39;<br>
&gt;<br>
&gt; And, of course, when I get this line uncommented I get a segmentation<br>
&gt; fault.<br>
&gt; It looks like that module needs the url string, but when it has, then<br>
&gt; OpenXCAP crashes suddenly, and I get no clue on why has failed. Anyway,<br>
&gt; OpenSIPS works properly, with xml_rpc module running as well. I hope it<br>
&gt; has an easy solution.<br>
&gt;<br>
<br>
</div></div>I assume you are using OpenSIPS as the backend, right? If so, you&#39;ll<br>
need to specify the xmlrpc_url. Which versions of python-application and<br>
python-gnutls are you using? There is a known issue causing the segfault<br>
you mention.<br>
<br>
<br>
Regards,<br>
<font color="#888888"><br>
--<br>
Saúl Ibarra Corretgé<br>
AG Projects<br>
<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>
</font></blockquote></div><br>