Questo sito utilizza cookie per le proprie funzionalità e per inviarti pubblicità e servizi in linea con le tue preferenze. Chiudendo questo banner, scorrendo questa pagina o cliccando qualunque suo elemento acconsenti all’uso dei cookie.

Accedendo al link http://www.odoo-italia.org/index.php/home/cookie-policy puoi leggere in dettaglio le modalità di trattamento dei cookie da parte dell'Associazione Odoo Italia.

Benvenuto, Ospite
Nome utente: Password: Ricordami

ARGOMENTO: problema alla creazione database

problema alla creazione database 9 Anni 3 Mesi fa #932

  • fabcri
  • Avatar di fabcri
  • Offline
  • Senior Boarder
  • Messaggi: 47
  • Karma: 0
Lancio la creazione del database dopo un po si blocca tutto.

Da terminale vedo cosa restituisce il server openerp-server:

fabio@toshiba:~$ openerp-server -r openerp -w openerp
[2009-10-22 18:39:56,969] INFO:server:version - 5.0.0
[2009-10-22 18:39:56,973] INFO:server:addons_path - /usr/lib/openerp-server/addons
[2009-10-22 18:39:56,973] INFO:server:database hostname - localhost
[2009-10-22 18:39:56,974] INFO:server:database port - 5432
[2009-10-22 18:39:56,974] INFO:server:database user - openerp
[2009-10-22 18:39:56,974] INFO:objects:initialising distributed objects services
/usr/lib/openerp-server/addons/__init__.py:26: DeprecationWarning: the sets module is deprecated
from sets import Set
[2009-10-22 18:39:57,242] INFO:web-services:starting XML-RPC services, port 8069
[2009-10-22 18:39:57,242] INFO:web-services:starting NET-RPC service, port 8070
[2009-10-22 18:39:57,242] INFO:web-services:the server is running, waiting for connections...
[2009-10-22 18:40:08,238] INFO:dbpool:Connecting to template1
[2009-10-22 18:40:08,246] INFO:dbpool:Closing all connections to template1
Closing connection <connection object at 0x22c7940; dsn: 'user=openerp password=xxxxxxx dbname=template1', closed: 0>
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
[2009-10-22 18:40:29,286] INFO:dbpool:Connecting to template1
[2009-10-22 18:40:29,301] INFO:dbpool:Closing all connections to template1
Closing connection <connection object at 0x22c7940; dsn: 'user=openerp password=xxxxxxx dbname=template1', closed: 0>
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
[2009-10-22 18:40:29,310] INFO:dbpool:Connecting to template1
[2009-10-22 18:40:29,819] INFO:dbpool:Closing all connections to template1
Closing connection <connection object at 0x22c7940; dsn: 'user=openerp password=xxxxxxx dbname=template1', closed: 0>
[2009-10-22 18:40:29,820] INFO:web-services:CREATE DATABASE: openerp
[2009-10-22 18:40:29,821] INFO:dbpool:Connecting to openerp
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
[2009-10-22 18:40:30,978] INFO:init:module base: registering objects
[2009-10-22 18:40:31,234] INFO:init:module base: loading objects
[2009-10-22 18:40:31,286] INFO:init:module base: creating or updating database tables
[2009-10-22 18:40:32,024] INFO:orm:column 'type' in table 'ir_actions' changed size
[2009-10-22 18:40:32,150] INFO:orm:column 'report_xsl' in table 'ir_act_report_xml' changed size
[2009-10-22 18:40:32,185] INFO:orm:column 'report_xml' in table 'ir_act_report_xml' changed size
[2009-10-22 18:40:32,232] INFO:orm:column 'domain' in table 'ir_act_window' changed size
[2009-10-22 18:40:33,378] INFO:orm:column 'key2' in table 'ir_values' changed size
[2009-10-22 18:40:35,906] INFO:orm:column 'name' in table 'res_groups' changed size
[2009-10-22 18:40:35,961] INFO:orm:column 'name' in table 'res_roles' changed size
/usr/lib/openerp-server/tools/misc.py:695: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
if hasattr(e, 'message'):
/usr/lib/openerp-server/tools/misc.py:696: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
return ustr(e.message)
[2009-10-22 18:40:36,078] ERROR:web-services:[01]: CREATE DATABASE
[2009-10-22 18:40:36,079] ERROR:web-services:[02]: Traceback (most recent call last):
[2009-10-22 18:40:36,079] ERROR:web-services:[03]: File "/usr/lib/openerp-server/service/web_services.py", line 90, in __call__
[2009-10-22 18:40:36,079] ERROR:web-services:[04]: update_module=True)[1]
[2009-10-22 18:40:36,079] ERROR:web-services:[05]: File "/usr/lib/openerp-server/pooler.py", line 61, in restart_pool
[2009-10-22 18:40:36,079] ERROR:web-services:[06]: return get_db_and_pool(db_name, force_demo, status, update_module=update_module)
[2009-10-22 18:40:36,079] ERROR:web-services:[07]: File "/usr/lib/openerp-server/pooler.py", line 40, in get_db_and_pool
[2009-10-22 18:40:36,079] ERROR:web-services:[08]: addons.load_modules(db, force_demo, status, update_module)
[2009-10-22 18:40:36,080] ERROR:web-services:[09]: File "/usr/lib/openerp-server/addons/__init__.py", line 676, in load_modules
[2009-10-22 18:40:36,080] ERROR:web-services:[10]: has_updates = load_module_graph(cr, graph, status, perform_checks=False, report=report)
[2009-10-22 18:40:36,080] ERROR:web-services:[11]: File "/usr/lib/openerp-server/addons/__init__.py", line 598, in load_module_graph
[2009-10-22 18:40:36,080] ERROR:web-services:[12]: init_module_objects(cr, m, modules)
[2009-10-22 18:40:36,080] ERROR:web-services:[13]: File "/usr/lib/openerp-server/addons/__init__.py", line 350, in init_module_objects
[2009-10-22 18:40:36,080] ERROR:web-services:[14]: result = obj._auto_init(cr, {'module': module_name})
[2009-10-22 18:40:36,080] ERROR:web-services:[15]: File "/usr/lib/openerp-server/osv/orm.py", line 1543, in _auto_init
[2009-10-22 18:40:36,080] ERROR:web-services:[16]: default = self._defaults[k](self, cr, 1, {})
[2009-10-22 18:40:36,081] ERROR:web-services:[17]: File "/usr/lib/openerp-server/addons/base/res/res_user.py", line 152, in _get_company
[2009-10-22 18:40:36,081] ERROR:web-services:[18]: return self.pool.get('res.users').browse(cr, uid, uid, context).company_id.id
[2009-10-22 18:40:36,081] ERROR:web-services:[19]: File "/usr/lib/openerp-server/osv/orm.py", line 216, in __getattr__
[2009-10-22 18:40:36,081] ERROR:web-services:[20]: return self[name]
[2009-10-22 18:40:36,081] ERROR:web-services:[21]: File "/usr/lib/openerp-server/osv/orm.py", line 182, in __getitem__
[2009-10-22 18:40:36,081] ERROR:web-services:[22]: datas = self._table.read(self._cr, self._uid, ids, fffields, context=self._context, load="_classic_write")
[2009-10-22 18:40:36,081] ERROR:web-services:[23]: File "/usr/lib/openerp-server/addons/base/res/res_user.py", line 127, in read
[2009-10-22 18:40:36,082] ERROR:web-services:[24]: result = super(users, self).read(cr, uid, ids, fields, context, load)
[2009-10-22 18:40:36,082] ERROR:web-services:[25]: File "/usr/lib/openerp-server/osv/orm.py", line 1888, in read
[2009-10-22 18:40:36,082] ERROR:web-services:[26]: result = self._read_flat(cr, user, select, fields, context, load)
[2009-10-22 18:40:36,082] ERROR:web-services:[27]: File "/usr/lib/openerp-server/osv/orm.py", line 1942, in _read_flat
[2009-10-22 18:40:36,082] ERROR:web-services:[28]: self._order))
[2009-10-22 18:40:36,082] ERROR:web-services:[29]: File "/usr/lib/openerp-server/sql_db.py", line 76, in wrapper
[2009-10-22 18:40:36,082] ERROR:web-services:[30]: return f(self, *args, **kwargs)
[2009-10-22 18:40:36,082] ERROR:web-services:[31]: File "/usr/lib/openerp-server/sql_db.py", line 118, in execute
[2009-10-22 18:40:36,082] ERROR:web-services:[32]: res = self._obj.execute(query, params)
[2009-10-22 18:40:36,083] ERROR:web-services:[33]: ProgrammingError: la colonna "context_lang" non esiste
[2009-10-22 18:40:36,083] ERROR:web-services:[34]: LINE 1: ...text_tz","name","company_id","signature","active","context_l...
[2009-10-22 18:40:36,083] ERROR:web-services:[35]: ^
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored
Exception RuntimeError: 'maximum recursion depth exceeded while calling a Python object' in <type 'exceptions.AttributeError'> ignored


PS. Uso il client gtk
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:problema alla creazione database 9 Anni 3 Mesi fa #934

  • enlightx
  • Avatar di enlightx
  • Online
  • Platinum Boarder
  • Messaggi: 6064
  • Ringraziamenti ricevuti 638
  • Karma: 85
sembra che tu stia usando la versione 5.0.0 di openerp.

prova con la 5.0.6
Davide Corio
Odoo Solution Architect
email: Questo indirizzo email è protetto dagli spambots. È necessario abilitare JavaScript per vederlo.
web: www.davidecorio.com
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:problema alla creazione database 9 Anni 3 Mesi fa #937

  • fabcri
  • Avatar di fabcri
  • Offline
  • Senior Boarder
  • Messaggi: 47
  • Karma: 0
io sto usando la versione 5.0.0 su ubuntu 9.4.
Ho fatto un'installazione dei pacchetti automaticamente.
Posso aggiornare il tutto alla versione 5.0.6 senza disinstallare la versione 5.0.0 ?
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:problema alla creazione database 9 Anni 3 Mesi fa #945

  • lucasub
  • Avatar di lucasub
  • Online
  • Moderator
  • Messaggi: 131
  • Ringraziamenti ricevuti 4
  • Karma: 1
Ciao fabcri,

prelevai pacchetti dal sito ufficiale openerp.com e installa quelli.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:problema alla creazione database 9 Anni 3 Mesi fa #946

  • enlightx
  • Avatar di enlightx
  • Online
  • Platinum Boarder
  • Messaggi: 6064
  • Ringraziamenti ricevuti 638
  • Karma: 85
la versione ubuntu e la versione originali utilizzano path diversi. come sottolineiamo spesso, non usare i pacchetti ubuntu
Davide Corio
Odoo Solution Architect
email: Questo indirizzo email è protetto dagli spambots. È necessario abilitare JavaScript per vederlo.
web: www.davidecorio.com
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.

Re:problema alla creazione database 9 Anni 3 Mesi fa #949

  • fabcri
  • Avatar di fabcri
  • Offline
  • Senior Boarder
  • Messaggi: 47
  • Karma: 0
ok, scusate ma essendo nuovo del forum non lo sapevo. Installero' la versione originale.
L\'Amministratore ha disattivato l\'accesso in scrittura al pubblico.
Tempo creazione pagina: 0.160 secondi

Odoo Italia Associazione - C.F: 94200470485 - Sede: Viale dei Cadorna, 83 - Firenze - Italy

Protected by R Antispam