← Back to team overview

openerp-india team mailing list archive

[Bug 1091969] Re: if list_db=False in config database admin crash and AccessDenied error shows up during login

 

Hello ,

I have checked this issue with latest code and I face this issue with trunk.
Its look like same issue (  lp:922024  ). So I am confirming this issue for latest 
trunk.

Thanks.

** Changed in: openobject-server
   Importance: Undecided => Medium

** Changed in: openobject-server
       Status: New => Confirmed

** Changed in: openobject-server
     Assignee: (unassigned) => OpenERP's Framework R&D (openerp-dev-framework)

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

Title:
  if list_db=False in config database admin crash and AccessDenied error
  shows up during login

Status in OpenERP Server:
  Confirmed

Bug description:
  When i set the list_db to False in the config file the database admin
  function not shows up (it remains empty page), and during the login i
  got this error message. When i enable the list_db, it works well both
  the database administration functions and the login. I used the dec 18
  evening trunk version, about a week ago everything worked fine as i
  remember.

  Client Traceback (most recent call last):
    File "/openerp_70_demo/lib/python2.7/site-packages/openerp-7.0alpha-py2.7.egg/openerp/addons/web/http.py", line 195, in dispatch
      response["result"] = method(self, **self.params)
    File "/openerp_70_demo/lib/python2.7/site-packages/openerp-7.0alpha-py2.7.egg/openerp/addons/web/controllers/main.py", line 710, in get_list
      return db_list(req)
    File "/openerp_70_demo/lib/python2.7/site-packages/openerp-7.0alpha-py2.7.egg/openerp/addons/web/controllers/main.py", line 87, in db_list
      dbs = proxy.list()
    File "/openerp_70_demo/lib/python2.7/site-packages/openerp-7.0alpha-py2.7.egg/openerp/addons/web/session.py", line 28, in proxy_method
      result = self.session.send(self.service_name, method, *args)
    File "/openerp_70_demo/lib/python2.7/site-packages/openerp-7.0alpha-py2.7.egg/openerp/addons/web/session.py", line 95, in send
      raise xmlrpclib.Fault('AccessDenied', str(e))

  
  Server Access denied.

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


References