Hi All,<br>I have installed Opensips 1.5 in Debian 5.<br>OpenXCAP 1.0.7, soap-simple-proxy 1.0.5 and opensips-mi-proxy 1.0.2 are installed and configured.<br><br>OpenXCAP's backend is set to opensips as described below.<br>
****************************************************************************************************************<br>; The backend to be used for storage and authentication. Current supported<br>; values are Database and OpenSER. OpenSER backend inherits all the settings<br>
; from the Database backend but performs extra actions related to the<br>; integration with OpenSER for which it read the settings from [OpenSER]<br>; section<br> backend = OpenSIPS.<br>****************************************************************************************************************<br>
<br><br>When OpenXCAP is try to start, it has given the following fatal error, saying there is no module named opensips. Opensips didn't start.<br>**********************************************************backend=OpenSIPS*********************************************************<br>
Log opened.<br> debian openxcap[22480]: Starting OpenXCAP 1.0.7<br> debian openxcap[22480]: fatal error: Cannot load 'opensips' backend module: No module named opensips<br><br><br>To correct this I changed the backend name to OpenSER. Then It has given the following errors.<br>
*********************************************************backend=OpenSER************************************************************<br> Log opened.<br>Apr 3 17:04:09 debian openxcap[22429]: Starting OpenXCAP 1.0.7<br>Apr 3 17:04:09 debian openxcap[22429]: Supported Root URIs: <a href="http://192.168.1.130/xcap-root">http://192.168.1.130/xcap-root</a><br>
Apr 3 17:04:09 debian openxcap[22429]: error: Traceback (most recent call last):<br>Apr 3 17:04:09 debian openxcap[22429]: error: File "/usr/bin/openxcap", line 55, in <module><br>Apr 3 17:04:09 debian openxcap[22429]: error: from xcap.server import XCAPServer<br>
Apr 3 17:04:09 debian openxcap[22429]: error: File "/usr/lib/python2.5/site-packages/xcap/server.py", line 17, in <module><br>Apr 3 17:04:09 debian openxcap[22429]: error: from xcap import authentication<br>
Apr 3 17:04:09 debian openxcap[22429]: error: File "/usr/lib/python2.5/site-packages/xcap/authentication.py", line 22, in <module><br>Apr 3 17:04:09 debian openxcap[22429]: error: from xcap.appusage import getApplicationForURI, namespaces<br>
Apr 3 17:04:09 debian openxcap[22429]: error: File "/usr/lib/python2.5/site-packages/xcap/appusage/__init__.py", line 514, in <module><br>Apr 3 17:04:09 debian openxcap[22429]: error: theStorage = ServerConfig.backend.Storage()<br>
Apr 3 17:04:09 debian openxcap[22429]: error: File "/usr/lib/python2.5/site-packages/application/python/util.py", line 35, in __call__<br>Apr 3 17:04:09 debian openxcap[22429]: error: return cls._instance_creator(*args, **kw)<br>
Apr 3 17:04:09 debian openxcap[22429]: error: File "<string>", line 1, in __init__<br>Apr 3 17:04:09 debian openxcap[22429]: error: File "/usr/lib/python2.5/site-packages/application/python/util.py", line 29, in instance_creator<br>
Apr 3 17:04:09 debian openxcap[22429]: error: cls._instances[key] = super(Singleton, cls).__call__(*args, **kwargs)<br>Apr 3 17:04:09 debian openxcap[22429]: error: File "/usr/lib/python2.5/site-packages/xcap/interfaces/backend/openser.py", line 56, in __init__<br>
Apr 3 17:04:09 debian openxcap[22429]: error: self.notifier = Notifier(root_uris[0], ManagementInterface().publish_xcapdiff)<br>Apr 3 17:04:09 debian openxcap[22429]: error: File "/usr/lib/python2.5/site-packages/application/python/util.py", line 35, in __call__<br>
Apr 3 17:04:09 debian openxcap[22429]: error: return cls._instance_creator(*args, **kw)<br>Apr 3 17:04:09 debian openxcap[22429]: error: TypeError: __init__() takes exactly 2 arguments (1 given)<br><br>I had issues while running Soap-simple-proxy too..<br>
*******************************************************************************************************************************************8<br>Apr 3 17:40:31 debian soap-simple-proxy[22701]: Log opened.<br>Apr 3 17:40:31 debian soap-simple-proxy[22701]: Starting Soap SIMPLE Proxy web service 1.0.5<br>
Apr 3 17:40:31 debian soap-simple-proxy[22701]: error: Traceback (most recent call last):<br>Apr 3 17:40:31 debian soap-simple-proxy[22701]: error: File "/usr/bin/soap-simple-proxy", line 56, in <module><br>
Apr 3 17:40:31 debian soap-simple-proxy[22701]: error: from ssp.soap.engine import SOAPServer<br>Apr 3 17:40:31 debian soap-simple-proxy[22701]: error: File "/usr/lib/python2.5/site-packages/ssp/soap/engine.py", line 6, in <module><br>
Apr 3 17:40:31 debian soap-simple-proxy[22701]: error: from ssp.soap import tweaks<br>Apr 3 17:40:31 debian soap-simple-proxy[22701]: error: File "/usr/lib/python2.5/site-packages/ssp/soap/tweaks.py", line 5, in <module><br>
Apr 3 17:40:31 debian soap-simple-proxy[22701]: error: from SOAPpy.Config import Config<br>Apr 3 17:40:31 debian soap-simple-proxy[22701]: error: ImportError: No module named SOAPpy.Config<br><br>Will you please suggest me how to correct these.<br>
<br><br clear="all">Thanks<br>JayaPrakash<br>