c2c-oerpscenario team mailing list archive
-
c2c-oerpscenario team
-
Mailing list archive
-
Message #23725
[Bug 779461] Re: [6.1 trunk]: create new database error
Bogdan,
It seems you're right there is a problem.
Nevertheless, please consider in your next bug reports to mention some
more information.
In this case, you could have said:
- it is a new problem appearing with a recent version of the trunk (server or client or both ?);
- it is easily reproducible
Thanks
** Changed in: openobject-server
Status: Invalid => Confirmed
--
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/779461
Title:
[6.1 trunk]: create new database error
Status in OpenERP Server:
Confirmed
Bug description:
hi there!
when creating a new database, the server throws this error.
[2011-05-08 11:20:00,137][?] INFO:server:OpenERP server is running, waiting for connections...
[2011-05-08 14:27:52,170][bs_test_minimal] ERROR:db.connection_pool:Connection to the database failed
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/openerp_server-6.1_dev-py2.7.egg/openerp/sql_db.py", line 303, in borrow
result = psycopg2.connect(dsn=dsn, connection_factory=PsycoConnection)
OperationalError: FATAL: database "bs_test_minimal" does not exist
[2011-05-08 14:27:53,791][template1] INFO:web-services:CREATE DATABASE: bs_test_minimal
[2011-05-08 14:28:30,486][bs_test_minimal] INFO:init:module base: loading objects
afterwards everything goes on as expected...
thank you
bogdan
Follow ups
References