c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #16849
[Bug 715231] Re: OperationalError: fe_sendauth: no password supplied
Hello Azazahmed,
I don't know what is the problem, when I try starting the server, the
parameter database user is correct, but not the password (I checked that
the password is correct connecting manually to the postgres server), I
am starting to think that the problem is with postgres configuration,
but I have the same conf as in 6.0.1 version and works perfect. I tried
even to download the full code again and I have the same traceback. I
attach my configurations from openerp server and pg_hba.conf.
If all for you is working well, don't worry, I will investigate the
problem because It has to be mine. If you don't see nothing wrong then
close the issue.
Thanks.
** Attachment added: "configurations.txt"
https://bugs.launchpad.net/openobject-server/+bug/715231/+attachment/1863673/+files/configurations.txt
--
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:
Incomplete
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