← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 715231] Re: OperationalError: fe_sendauth: no password supplied

 

I have experienced the same problem. I guess unless there is a change in
the configuration files of openerp-server, if the configuration file
works with r3350
(launchpad_translations_on_behalf_of_openerp-20110208043554-9906z613ss1lyfct)
and not the following versions (where big refactoring happens) then it's
likely that the problem is in the code and not in the configuration
files.

I think someone should ReOpen this to resolve it, and not trying to
ignore it until the release stage.

-- 
You received this bug notification because you are a member of C2C
OERPScenario, which is subscribed to the OpenERP Project Group.
https://bugs.launchpad.net/bugs/715231

Title:
  OperationalError: fe_sendauth: no password supplied

Status in OpenERP Server:
  Invalid

Bug description:
  OpenERP 6.1-dev in Ubuntu10.10 64 bits

  When I try to connect to the server appears this Traceback:

  [2011-02-08 16:53:52,911][template1] ERROR:db.connection_pool:Connection to the database failed
  Traceback (most recent call last):
    File "/home/amosoviedo/openerp6-trunk/openobject-server/openerp/sql_db.py", line 303, in borrow
      result = psycopg2.connect(dsn=dsn, connection_factory=PsycoConnection)
  OperationalError: fe_sendauth: no password supplied

  My configuration file is the same as when I executed the server from
  bin directory (I changed the path to addons, that is my unique change
  in config file). The configuration file is loaded correctly, I see the
  parameters at start of server. It appeared with the new executable in
  root intallation openerp server.

  Thanks



References