There is another problem I am working on now - some issue with MySQLdb, however dsn in config.ini is correct:
# /usr/local/bin/openxcap --no-fork Starting OpenXCAP 1.1.2 xcap.server.HTTPFactory starting on 443 TLS started error: Traceback (most recent call last): error: File "/usr/local/lib/python2.5/threading.py", line 446, in run error: self.__target(*self.__args, **self.__kwargs) error: File "/usr/local/lib/python2.5/site-packages/twisted/python/threadpool.py", line 161, in _worker error: context.call(ctx, function, *args, **kwargs) error: File "/usr/local/lib/python2.5/site-packages/twisted/python/context.py", line 59, in callWithContext error: return self.currentContext().callWithContext(ctx, func, *args, **kw) error: File "/usr/local/lib/python2.5/site-packages/twisted/python/context.py", line 37, in callWithContext error: return func(*args,**kw) error: --- <exception caught here> --- error: File "/usr/local/lib/python2.5/site-packages/twisted/internet/threads.py", line 24, in _putResultInDeferred error: result = f(*args, **kwargs) error: File "/usr/local/lib/python2.5/site-packages/twisted/enterprise/adbapi.py", line 372, in _runInteraction error: conn = Connection(self) error: File "/usr/local/lib/python2.5/site-packages/twisted/enterprise/adbapi.py", line 33, in __init__ error: self.reconnect() error: File "/usr/local/lib/python2.5/site-packages/twisted/enterprise/adbapi.py", line 70, in reconnect error: self._connection = self._pool.connect() error: File "/usr/local/lib/python2.5/site-packages/twisted/enterprise/adbapi.py", line 342, in connect error: conn = self.dbapi.connect(*self.connargs, **self.connkw) error: File "build/bdist.linux-i686/egg/MySQLdb/__init__.py", line 81, in Connect error: File "build/bdist.linux-i686/egg/MySQLdb/connections.py", line 188, in __init__ error: exceptions.TypeError: 'reconnect' is an invalid keyword argument for this function -- Sincerely, Andrew Pogrebennyk _______________________________________________ Users mailing list [email protected] http://lists.opensips.org/cgi-bin/mailman/listinfo/users
