and in v5 a problem

Exception in thread Thread-2265:
Traceback (most recent call last):
  File "/usr/lib64/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/terp/OpenERP/branch/server/5.0/bin/netsvc.py", line 454, in run
    result = self.dispatch(msg[0], msg[1], msg[2:])
  File "/home/terp/OpenERP/branch/server/5.0/bin/netsvc.py", line 294, in 
dispatch
    raise Exception('AccessDenied')
Exception: AccessDenied

-- 
You received this bug notification because you are a member of OpenERP
CTP, which is subscribed to OpenERP Server.
https://bugs.launchpad.net/bugs/574874

Title:
  NETRPC Server Hangs and XMLRPC errors on SIGINT with python 2.6.5

Status in OpenERP Server:
  Fix Released
Status in OpenERP Server 5.0 series:
  Invalid

Bug description:
  Mac OS X 10.6.3
  Python 2.6.5 and dependencies built from MacPorts

  When invoked with --no-xmlrpc, upon SIGINT, server hangs indefinitely.
  Server must be killed with SIGTERM.

  [phellerws2:openerp-5.0-stable/server/bin] pheller% olbpy ./openerp-server.py 
--no-xmlrpc
  [2010-05-03 21:49:03,512] INFO:server:version - 5.0.9
  [2010-05-03 21:49:03,512] INFO:server:addons_path - 
/Users/pheller/Projects/src/openerp-5.0-stable/server/bin/addons
  [2010-05-03 21:49:03,512] INFO:server:database hostname - localhost
  [2010-05-03 21:49:03,512] INFO:server:database port - 5432
  [2010-05-03 21:49:03,512] INFO:server:database user - pheller
  [2010-05-03 21:49:03,512] INFO:objects:initialising distributed objects 
services
  [2010-05-03 21:49:03,650] INFO:web-services:starting NET-RPC service, port 
8070
  [2010-05-03 21:49:03,650] INFO:web-services:the server is running, waiting 
for connections...
  ^C[2010-05-03 21:49:05,775] INFO:shutdown:Shutdown Server! - SIGINT
  ^Z
  Suspended
  [phellerws2:openerp-5.0-stable/server/bin] pheller% kill -9 %1
  [phellerws2:openerp-5.0-stable/server/bin] pheller% jobs
  [1]    Killed                        /opt/local/bin/python 
./openerp-server.py --no-xmlrpc

  
  When invoked with --no-netrpc, upon SIGINT, server errors with the following 
message, then exits:

  [phellerws2:openerp-5.0-stable/server/bin] pheller% olbpy ./openerp-server.py 
--no-netrpc
  [2010-05-03 21:48:02,478] INFO:server:version - 5.0.9
  [2010-05-03 21:48:02,478] INFO:server:addons_path - 
/Users/pheller/Projects/src/openerp-5.0-stable/server/bin/addons
  [2010-05-03 21:48:02,478] INFO:server:database hostname - localhost
  [2010-05-03 21:48:02,478] INFO:server:database port - 5432
  [2010-05-03 21:48:02,478] INFO:server:database user - pheller
  [2010-05-03 21:48:02,478] INFO:objects:initialising distributed objects 
services
  [2010-05-03 21:48:02,644] INFO:web-services:starting XML-RPC services, port 
8069
  [2010-05-03 21:48:02,644] INFO:web-services:the server is running, waiting 
for connections...
  ^C[2010-05-03 21:48:40,968] INFO:shutdown:Shutdown Server! - SIGINT
  Exception in thread Thread-1:
  Traceback (most recent call last):
    File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/threading.py",
 line 532, in __bootstrap_inner
      self.run()
    File "/Users/pheller/Projects/src/openerp-5.0-stable/server/bin/netsvc.py", 
line 355, in run
      self.server.handle_request()
    File 
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/SocketServer.py",
 line 262, in handle_request
      fd_sets = select.select([self], [], [], timeout)
  error: (9, 'Bad file descriptor')

  [phellerws2:openerp-5.0-stable/server/bin] pheller%

To manage notifications about this bug go to:
https://bugs.launchpad.net/openobject-server/+bug/574874/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~openerp-dev-gtk
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~openerp-dev-gtk
More help   : https://help.launchpad.net/ListHelp

Reply via email to