c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #00343
[Bug 651838] Re: [V5] NET-RPC connection error
*** This bug is a duplicate of bug 506385 ***
https://bugs.launchpad.net/bugs/506385
** This bug has been marked a duplicate of bug 506385
error: can't start new thread
* You can subscribe to bug 506385 by following this link: https://bugs.launchpad.net/openobject-server/+bug/506385/+subscribe
--
[V5] NET-RPC connection error
https://bugs.launchpad.net/bugs/651838
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to OpenERP OpenObject.
Status in OpenObject Server: New
Bug description:
server r 1876
python-2.5.2-26.4
OpenSuSE 11.0
sometimes the NET-RPC connection is "dead", XML-RPC (secure) still works
a restart of openerp server solves the problem
[2010-09-30 09:18:49,490] ^[[32m^[[49mINFO^[[0m:dbpool:Connecting to template1
[2010-09-30 09:18:49,536] ^[[32m^[[49mINFO^[[0m:dbpool:Closing all connections to template1
Closing connection <connection object at 0x348cf50; dsn: 'user=terp dbname=template1', closed: 0>
[2010-09-30 09:18:55,682] ^[[32m^[[49mINFO^[[0m:web-service:successful login from 'admin' using database 'holophon'
Traceback (most recent call last):
File "/usr/lib64/python2.5/SocketServer.py", line 222, in handle_request
self.process_request(request, client_address)
File "/usr/lib64/python2.5/SocketServer.py", line 477, in process_request
t.start()
File "/usr/lib64/python2.5/threading.py", line 440, in start
_start_new_thread(self.__bootstrap, ())
error: can't start new thread
Traceback (most recent call last):
File "/usr/lib64/python2.5/SocketServer.py", line 222, in handle_request
self.process_request(request, client_address)
File "/usr/lib64/python2.5/SocketServer.py", line 477, in process_request
t.start()
File "/usr/lib64/python2.5/threading.py", line 440, in start
_start_new_thread(self.__bootstrap, ())
error: can't start new thread
----------------------------------------
Exception happened during processing of request from ('192.168.254.98', 45346)
----------------------------------------
----------------------------------------
Exception happened during processing of request from ('192.168.254.98', 45347)
----------------------------------------
[2010-09-30 09:19:34,890] ^[[32m^[[49mINFO^[[0m:dbpool:Connecting to template1
[2010-09-30 09:19:34,898] ^[[32m^[[49mINFO^[[0m:dbpool:Closing all connections to template1
Closing connection <connection object at 0x348ca80; dsn: 'user=terp dbname=template1', closed: 0>
[2010-09-30 09:20:16,034] ^[[34m^[[49mDEBUG^[[0m:timers:Job scheduled in 299.965589046 seconds for ir_cron._poolJobs
Exception in thread Thread-1086:
Traceback (most recent call last):
File "/usr/lib64/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/usr/lib64/python2.5/threading.py", line 663, in run
self.function(*self.args, **self.kwargs)
File "/home/terp/OpenERP/openobject-server/bin/addons/base/ir/ir_cron.py", line 133, in _poolJobs
self.setAlarm(self._poolJobs, next_call, db_name, db_name)
File "/home/terp/OpenERP/branch/server/5.0/bin/netsvc.py", line 200, in setAlarm
timer.start()
File "/usr/lib64/python2.5/threading.py", line 440, in start
_start_new_thread(self.__bootstrap, ())
error: can't start new thread