Hi Larson,<br><br>Thanks for reply.<br>As you said, I commented (enable_publish_xcapdiff=yes). Now Server is running. But giving the following warning.<br>**********************************************************************************************************************************************<br>
Starting OpenXCAP 1.0.7<br><b> warning: XCAP Root URI rejected: &#39;<a href="http://192.168.1.130/xcap-root">http://192.168.1.130/xcap-root</a>\nbackend = OpenSIPS&#39; (looks like &#39;<a href="http://192.168.1.130/xcap-root">http://192.168.1.130/xcap-root</a>&#39;)</b><br>
Supported Root URIs: <a href="http://192.168.1.130/xcap-root">http://192.168.1.130/xcap-root</a><br>xcap.server.HTTPFactory starting on 9222<br>**********************************************************************************************************************************************<br>
I enabled backend=OpenSIPS.<br>When I try to test the functionality of OpenXCAP with ./test.py, it is saying as follows.<br><br><b>Please specify XCAP root with --xcap-root. You can also put the default root in /root/.sipclient/config.ini.</b><br clear="all">
<br>However, I put xcap-root at /root/.sipclient/config.ini as specified below, before itself.<br><br><b>[Account_Jp]<br>sip_address=<a href="mailto:Jp@dev.ongobiz.com">Jp@dev.ongobiz.com</a><br>password=jp123<br>xcap_root = <a href="http://192.168.1.130:9222/xcap-root">http://192.168.1.130:9222/xcap-root</a><br>
<br></b>What the issue might me?<br><br>Thanks<br>JayaPrakash<br>
<br><br><div class="gmail_quote">On Fri, Apr 3, 2009 at 8:44 PM,  <span dir="ltr">&lt;<a href="mailto:duane.larson@gmail.com">duane.larson@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Jaya,
<br>
<br>I believe I ran into the same issue.  it is because you have (enable_publish_xcapdiff = yes) enabled in your openxcap config.
<br>Comment that out and see if Openxcap starts.  I don&#39;t know why it causes that.  I want to enable it, but it gives me the same error.
<br><div class="im">
<br>On Apr 3, 2009 8:21am, JayaPrakash &lt;<a href="mailto:jp.manchu@gmail.com" target="_blank">jp.manchu@gmail.com</a>&gt; wrote:
<br>&gt; Hi All,
<br>&gt; I have installed Opensips 1.5 in Debian 5.
<br>&gt; OpenXCAP 1.0.7, soap-simple-proxy 1.0.5 and opensips-mi-proxy 1.0.2 are installed and configured.
<br>&gt; 
<br>&gt; OpenXCAP&#39;s backend is set to opensips as described below.
<br>&gt; 
<br>&gt; 
<br>&gt; ****************************************************************************************************************
<br>&gt; ; The backend to be used for storage and authentication. Current supported
<br>&gt; ; values are Database and OpenSER. OpenSER backend inherits all the settings
<br>&gt; 
<br>&gt; 
<br>&gt; ; from the Database backend but performs extra actions related to the
<br>&gt; ; integration with OpenSER for which it read the settings from [OpenSER]
<br>&gt; ; section
<br>&gt;  backend = OpenSIPS.
<br>&gt; ****************************************************************************************************************
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; When OpenXCAP is try to start, it has given the following fatal error, saying there is no module named opensips. Opensips didn&#39;t start.
<br>&gt; **********************************************************backend=OpenSIPS*********************************************************
<br>&gt; 
<br>&gt; 
<br>&gt;  Log opened.
<br>&gt;  debian openxcap[22480]: Starting OpenXCAP 1.0.7
<br>&gt;  debian openxcap[22480]: fatal error: Cannot load &#39;opensips&#39; backend module: No module named opensips
<br>&gt; 
<br>&gt; 
<br>&gt; To correct this I changed the backend name to OpenSER. Then It has given the following errors.
<br>&gt; 
<br>&gt; 
<br>&gt; *********************************************************backend=OpenSER************************************************************
<br>&gt;  Log opened.
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: Starting OpenXCAP 1.0.7
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: Supported Root URIs: <a href="http://192.168.1.130/xcap-root" target="_blank">http://192.168.1.130/xcap-root</a>
<br>&gt; 
<br>&gt; 
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error: Traceback (most recent call last):
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:   File &quot;/usr/bin/openxcap&quot;, line 55, in 
<br></div><div class="im">&gt; Apr  3 17:04:09 debian openxcap[22429]: error:     from xcap.server import XCAPServer
<br>&gt; 
<br>&gt; 
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:   File &quot;/usr/lib/python2.5/site-packages/xcap/server.py&quot;, line 17, in 
<br></div><div class="im">&gt; Apr  3 17:04:09 debian openxcap[22429]: error:     from xcap import authentication
<br>&gt; 
<br>&gt; 
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:   File &quot;/usr/lib/python2.5/site-packages/xcap/authentication.py&quot;, line 22, in 
<br></div><div class="im">&gt; Apr  3 17:04:09 debian openxcap[22429]: error:     from xcap.appusage import getApplicationForURI, namespaces
<br>&gt; 
<br>&gt; 
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:   File &quot;/usr/lib/python2.5/site-packages/xcap/appusage/__init__.py&quot;, line 514, in 
<br></div><div class="im">&gt; Apr  3 17:04:09 debian openxcap[22429]: error:     theStorage = ServerConfig.backend.Storage()
<br>&gt; 
<br>&gt; 
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:   File &quot;/usr/lib/python2.5/site-packages/application/python/util.py&quot;, line 35, in __call__
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:     return cls._instance_creator(*args, **kw)
<br>&gt; 
<br>&gt; 
<br></div>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:   File &quot;&quot;, line 1, in __init__
<br><div class="im">&gt; Apr  3 17:04:09 debian openxcap[22429]: error:   File &quot;/usr/lib/python2.5/site-packages/application/python/util.py&quot;, line 29, in instance_creator
<br>&gt; 
<br>&gt; 
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:     cls._instances[key] = super(Singleton, cls).__call__(*args, **kwargs)
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:   File &quot;/usr/lib/python2.5/site-packages/xcap/interfaces/backend/openser.py&quot;, line 56, in __init__
<br>&gt; 
<br>&gt; 
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:     self.notifier = Notifier(root_uris[0], ManagementInterface().publish_xcapdiff)
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:   File &quot;/usr/lib/python2.5/site-packages/application/python/util.py&quot;, line 35, in __call__
<br>&gt; 
<br>&gt; 
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error:     return cls._instance_creator(*args, **kw)
<br>&gt; Apr  3 17:04:09 debian openxcap[22429]: error: TypeError: __init__() takes exactly 2 arguments (1 given)
<br>&gt; 
<br>&gt; I had issues while running Soap-simple-proxy too..
<br>&gt; 
<br>&gt; 
<br>&gt; *******************************************************************************************************************************************8
<br>&gt; Apr  3 17:40:31 debian soap-simple-proxy[22701]: Log opened.
<br>&gt; Apr  3 17:40:31 debian soap-simple-proxy[22701]: Starting Soap SIMPLE Proxy web service 1.0.5
<br>&gt; 
<br>&gt; 
<br>&gt; Apr  3 17:40:31 debian soap-simple-proxy[22701]: error: Traceback (most recent call last):
<br>&gt; Apr  3 17:40:31 debian soap-simple-proxy[22701]: error:   File &quot;/usr/bin/soap-simple-proxy&quot;, line 56, in 
<br>&gt; 
<br>&gt; 
<br></div><div class="im">&gt; Apr  3 17:40:31 debian soap-simple-proxy[22701]: error:     from ssp.soap.engine import SOAPServer
<br>&gt; Apr  3 17:40:31 debian soap-simple-proxy[22701]: error:   File &quot;/usr/lib/python2.5/site-packages/ssp/soap/engine.py&quot;, line 6, in 
<br>&gt; 
<br>&gt; 
<br></div><div class="im">&gt; Apr  3 17:40:31 debian soap-simple-proxy[22701]: error:     from ssp.soap import tweaks
<br>&gt; Apr  3 17:40:31 debian soap-simple-proxy[22701]: error:   File &quot;/usr/lib/python2.5/site-packages/ssp/soap/tweaks.py&quot;, line 5, in 
<br>&gt; 
<br>&gt; 
<br></div><div><div></div><div class="h5">&gt; Apr  3 17:40:31 debian soap-simple-proxy[22701]: error:     from SOAPpy.Config import Config
<br>&gt; Apr  3 17:40:31 debian soap-simple-proxy[22701]: error: ImportError: No module named SOAPpy.Config
<br>&gt; 
<br>&gt; Will you please suggest me how to correct these.
<br>&gt; 
<br>&gt; 
<br>&gt; 
<br>&gt; Thanks
<br>&gt; JayaPrakash
<br>&gt; 
<br>&gt; 
<br>&gt;</div></div></blockquote></div><br>