Aggiornamento situazione:
Finalmente smanettando un pò sono riuscito ad intallare odoo 11 ... ora pero ho un altro problema ... quando cerco di installare un modulo (in questo caso l'ecommerce) ma mi è successo anche con il modulo di fatturazione, il server odoo mi cade e in terminale ottengo:
2018-01-22 20:16:50,864 1323 ERROR DemoDB1 odoo.http: Exception during JSON request handling.
Traceback (most recent call last):
File "/opt/odoo/odoo/odoo/modules/registry.py", line 59, in __new__
return cls.registries[db_name]
File "/opt/odoo/odoo/odoo/tools/func.py", line 68, in wrapper
return func(self, *args, **kwargs)
File "/opt/odoo/odoo/odoo/tools/lru.py", line 44, in __getitem__
a = self.d[obj].me
KeyError: 'DemoDB1'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/odoo/odoo/odoo/http.py", line 1445, in dispatch
odoo.registry(db).check_signaling()
File "/opt/odoo/odoo/odoo/__init__.py", line 76, in registry
return modules.registry.Registry(database_name)
File "/opt/odoo/odoo/odoo/modules/registry.py", line 61, in __new__
return cls.new(db_name)
File "/opt/odoo/odoo/odoo/modules/registry.py", line 73, in new
registry.init(db_name)
File "/opt/odoo/odoo/odoo/modules/registry.py", line 145, in init
with closing(self.cursor()) as cr:
File "/opt/odoo/odoo/odoo/modules/registry.py", line 476, in cursor
return self._db.cursor()
File "/opt/odoo/odoo/odoo/sql_db.py", line 634, in cursor
return Cursor(self.__pool, self.dbname, self.dsn, serialized=serialized)
File "/opt/odoo/odoo/odoo/sql_db.py", line 178, in __init__
self._cnx = pool.borrow(dsn)
File "/opt/odoo/odoo/odoo/sql_db.py", line 517, in _locked
return fun(self, *args, **kwargs)
File "/opt/odoo/odoo/odoo/sql_db.py", line 585, in borrow
**connection_info)
File "/usr/local/lib/python3.5/dist-packages/psycopg2/__init__.py", line 130, in connect
conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
psycopg2.OperationalError: FATAL: the database system is shutting down
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/odoo/odoo/odoo/http.py", line 646, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo/odoo/odoo/http.py", line 307, in _handle_exception
raise pycompat.reraise(type(exception), exception, sys.exc_info()[2])
File "/opt/odoo/odoo/odoo/tools/pycompat.py", line 87, in reraise
raise value
File "/opt/odoo/odoo/odoo/http.py", line 1434, in _dispatch_nodb
func, arguments = self.nodb_routing_map.bind_to_environ(request.httprequest.environ).match()
File "/usr/local/lib/python3.5/dist-packages/werkzeug/routing.py", line 1581, in match
raise NotFound()
werkzeug.exceptions.NotFound: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again.
dove potrei avere sbagliato?