← Back to team overview

c2c-oerpscenario team mailing list archive

[Bug 791818] Re: [6.1 trunk]: confusing error message "Database cannot be accessed or does not exist"

 

Hello Bogdan,

I already mentioned before about conflicts but you told me that your
updated code is clean but which is not true as for your last comment.
You just defined that your file is going to be corrupted but this is not
the OpenERP fault and OpenERP will not maintain all this stuff. It's
clearly user fault that he/she did not remove all the related conflicts
which remains in addons code.You have to remove all those conflicts by
running 'bzr resolve all' command.For more you can type bzr help
commands.

I am not consider this issue as a bug of OpenERP because your file is
not completely loaded in the server due to the wrong syntax of python.

Hope this time you agree with me.

Thanks.

** Changed in: openobject-client
       Status: Incomplete => Invalid

-- 
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/791818

Title:
  [6.1 trunk]: confusing error message "Database cannot be accessed or
  does not exist"

Status in OpenERP GTK Client:
  Invalid

Bug description:
  hi there,

  trying to open the client, i get this message:
  Database cannot be accessed or does not exist

  Please double-check the database name or contact your administrator to
  verify the database status.

  however, when I check the log, I get this:

  [2011-06-02 13:57:32,770][bs_02] INFO:init:module account: registering objects
  [2011-06-02 13:57:33,194][bs_02] CRITICAL:init:[01]: 
  [2011-06-02 13:57:33,195][bs_02] CRITICAL:init:[02]: Environment Information : 
  [2011-06-02 13:57:33,195][bs_02] CRITICAL:init:[03]: System : Linux-2.6.38-8-generic-i686-with-Ubuntu-11.04-natty
  [2011-06-02 13:57:33,195][bs_02] CRITICAL:init:[04]: OS Name : posix
  [2011-06-02 13:57:33,195][bs_02] CRITICAL:init:[05]: Distributor ID:	Ubuntu
  [2011-06-02 13:57:33,195][bs_02] CRITICAL:init:[06]: Description:	Ubuntu 11.04
  [2011-06-02 13:57:33,195][bs_02] CRITICAL:init:[07]: Release:	11.04
  [2011-06-02 13:57:33,195][bs_02] CRITICAL:init:[08]: Codename:	natty
  [2011-06-02 13:57:33,196][bs_02] CRITICAL:init:[09]: Operating System Release : 2.6.38-8-generic
  [2011-06-02 13:57:33,196][bs_02] CRITICAL:init:[10]: Operating System Version : #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011
  [2011-06-02 13:57:33,196][bs_02] CRITICAL:init:[11]: Operating System Architecture : 32bit
  [2011-06-02 13:57:33,196][bs_02] CRITICAL:init:[12]: Operating System Locale : fr_CH.UTF8
  [2011-06-02 13:57:33,196][bs_02] CRITICAL:init:[13]: Python Version : 2.7.1+
  [2011-06-02 13:57:33,196][bs_02] CRITICAL:init:[14]: OpenERP-Server Version : 6.1-dev
  [2011-06-02 13:57:33,197][bs_02] CRITICAL:init:[15]: Couldn't load module account
  [2011-06-02 13:57:33,576][bs_02] CRITICAL:init:[01]: 
  [2011-06-02 13:57:33,576][bs_02] CRITICAL:init:[02]: Environment Information : 
  [2011-06-02 13:57:33,577][bs_02] CRITICAL:init:[03]: System : Linux-2.6.38-8-generic-i686-with-Ubuntu-11.04-natty
  [2011-06-02 13:57:33,577][bs_02] CRITICAL:init:[04]: OS Name : posix
  [2011-06-02 13:57:33,577][bs_02] CRITICAL:init:[05]: Distributor ID:	Ubuntu
  [2011-06-02 13:57:33,578][bs_02] CRITICAL:init:[06]: Description:	Ubuntu 11.04
  [2011-06-02 13:57:33,578][bs_02] CRITICAL:init:[07]: Release:	11.04
  [2011-06-02 13:57:33,578][bs_02] CRITICAL:init:[08]: Codename:	natty
  [2011-06-02 13:57:33,578][bs_02] CRITICAL:init:[09]: Operating System Release : 2.6.38-8-generic
  [2011-06-02 13:57:33,578][bs_02] CRITICAL:init:[10]: Operating System Version : #42-Ubuntu SMP Mon Apr 11 03:31:50 UTC 2011
  [2011-06-02 13:57:33,579][bs_02] CRITICAL:init:[11]: Operating System Architecture : 32bit
  [2011-06-02 13:57:33,579][bs_02] CRITICAL:init:[12]: Operating System Locale : fr_CH.UTF8
  [2011-06-02 13:57:33,579][bs_02] CRITICAL:init:[13]: Python Version : 2.7.1+
  [2011-06-02 13:57:33,579][bs_02] CRITICAL:init:[14]: OpenERP-Server Version : 6.1-dev
  [2011-06-02 13:57:33,579][bs_02] CRITICAL:init:[15]: expected an indented block
  [2011-06-02 13:57:33,579][bs_02] CRITICAL:init:[16]: ('/home/openerp/addons/account/report/account_profit_loss.py', 114, 0, '<<<<<<< TREE\n')

  which is obviously NOT a db problem, but a dirty bzr update.

  while it is a "minor" error, the system throws a completely different
  error message! I think that this should be improved.

  thank you!
  Bogdan


References