Comment 11 for bug 715231

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

Still have problem as with revision-id: launchpad_translations_on_behalf_of_openerp-20110305045223en91ygfu
oggcmjgl (3363). The following trace is immediately generated when connecting to OpenERP server. Rolling back to r3350 and still use the same configuration file, and it works again. Therefore I ReOpen this for investigation.

[2011-03-06 22:40:44,840][?] INFO:server:OpenERP server is running, waiting for
connections...
[2011-03-06 22:41:02,695][template1] ERROR:db.connection_pool:Connection to the
database failed
Traceback (most recent call last):
  File "/var/local/software/openerp-trunk/server/openerp/sql_db.py", line 303, i
n borrow
    result = psycopg2.connect(dsn=dsn, connection_factory=PsycoConnection)
OperationalError: fe_sendauth: no password supplied

[2011-03-06 22:41:02,696][template1] DEBUG:web-services:netrpc: rpc-dispatching
exception
Traceback (most recent call last):
  File "/var/local/software/openerp-trunk/server/openerp/service/netrpc_server.p
y", line 70, in run
    result = self.dispatch(msg[0], msg[1], msg[2:])
  File "/var/local/software/openerp-trunk/server/openerp/netsvc.py", line 420, i
n dispatch
    raise OpenERPDispatcherException(e, tb_s)
OpenERPDispatcherException