Hi all<br><br>I&#39;m just a newbie with OpenSIPS, but I got it working fine. The problem is that I need to connect it with OpenXCAP, and I can&#39;t find a way to make it work, even alone. When I try to run OpenXCAP by itself, with the xmlrpc_url line commented in the config file, I get this error:<br>
<br>Starting OpenXCAP 1.1.2<br>fatal error: failed to create OpenXCAP 1.1.2: unsupported operand type(s) for +: &#39;NoneType&#39; and &#39;str&#39;<br>Traceback (most recent call last):<br>  File &quot;/usr/bin/openxcap&quot;, line 61, in &lt;module&gt;<br>
    from xcap.server import XCAPServer<br>  File &quot;/usr/lib/python2.5/site-packages/xcap/server.py&quot;, line 18, in &lt;module&gt;<br>    from xcap import authentication<br>  File &quot;/usr/lib/python2.5/site-packages/xcap/authentication.py&quot;, line 23, in &lt;module&gt;<br>
    from xcap.appusage import getApplicationForURI, namespaces<br>  File &quot;/usr/lib/python2.5/site-packages/xcap/appusage/__init__.py&quot;, line 515, in &lt;module&gt;<br>    theStorage = ServerConfig.backend.Storage()<br>
  File &quot;/usr/lib/pymodules/python2.5/application/python/util.py&quot;, line 35, in __call__<br>    return cls._instance_creator(*args, **kw)<br>  File &quot;&lt;string&gt;&quot;, line 1, in __init__<br>  File &quot;/usr/lib/pymodules/python2.5/application/python/util.py&quot;, line 29, in instance_creator<br>
    cls._instances[key] = super(Singleton, cls).__call__(*args, **kwargs)<br>  File &quot;/usr/lib/python2.5/site-packages/xcap/interfaces/backend/opensips.py&quot;, line 40, in __init__<br>    self._mi = ManagementInterface(Config.xmlrpc_url)<br>
  File &quot;/usr/lib/pymodules/python2.5/application/python/util.py&quot;, line 35, in __call__<br>    return cls._instance_creator(*args, **kw)<br>  File &quot;&lt;string&gt;&quot;, line 1, in __init__<br>  File &quot;/usr/lib/pymodules/python2.5/application/python/util.py&quot;, line 29, in instance_creator<br>
    cls._instances[key] = super(Singleton, cls).__call__(*args, **kwargs)<br>  File &quot;/usr/lib/python2.5/site-packages/xcap/interfaces/opensips.py&quot;, line 54, in __init__<br>    self.proxy = xmlrpc.Proxy(url + &#39;/RPC2&#39;)<br>
TypeError: unsupported operand type(s) for +: &#39;NoneType&#39; and &#39;str&#39;<br><br>And, of course, when I get this line uncommented I get a segmentation fault. <br>It looks like that module needs the url string, but when it has, then OpenXCAP crashes suddenly, and I get no clue on why has failed. Anyway, OpenSIPS works properly, with xml_rpc module running as well. I hope it has an easy solution.<br>
<br>Thanks a million in advance<br><br>Pablo<br>