← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 779461] [NEW] [6.1 trunk]: create new database error

 

Public bug reported:

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

** Affects: openobject-server
     Importance: Undecided
         Status: New

-- 
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:
  New

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