prima di tutto buon giorno a tutto il forum
premetto che ho seguito passo passo la guida per l'installazione
adesso dopo l'avvio da terminale mi si presenta una schermata così come sotto riportata
2014-05-06 11:17:10,633 2252 INFO ? openerp: OpenERP version 7.0
2014-05-06 11:17:10,633 2252 INFO ? openerp: addons paths: /home/ubuntu/lp/openerp/openerp/addons
2014-05-06 11:17:10,633 2252 INFO ? openerp: database hostname: 192.168.178.1
2014-05-06 11:17:10,633 2252 INFO ? openerp: database port: 5432
2014-05-06 11:17:10,633 2252 INFO ? openerp: database user: openerp
2014-05-06 11:17:12,392 2252 INFO ? openerp.addons.google_docs.google_docs: GData lib version `%s GData-Python/2.0.18` detected
2014-05-06 11:17:13,158 2252 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069
2014-05-06 11:17:13,158 2252 INFO ? openerp: OpenERP server is running, waiting for connections...
ora il mio problema si presenta nel momento in cui da browser faccio la chiamata IP:8069
di sotto riporto cosa mi dice (premetto comunque che sono crudo di linux )
2014-05-06 11:22:54,798 2252 ERROR ? openerp.sql_db: Connection to the database failed
Traceback (most recent call last):
File "/home/ubuntu/lp/openerp/openerp/sql_db.py", line 440, in borrow
result = psycopg2.connect(dsn=dsn, connection_factory=PsycoConnection)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: could not connect to server: Connessione rifiutata
Is the server running on host "192.168.178.1" and accepting
TCP/IP connections on port 5432?
2014-05-06 11:22:54,827 2252 ERROR ? openerp.netsvc: could not connect to server: Connessione rifiutata
Is the server running on host "192.168.178.1" and accepting
TCP/IP connections on port 5432?
Traceback (most recent call last):
File "/home/ubuntu/lp/openerp/openerp/netsvc.py", line 296, in dispatch_rpc
result = ExportService.getService(service_name).dispatch(method, params)
File "/home/ubuntu/lp/openerp/openerp/service/web_services.py", line 122, in dispatch
return fn(*params)
File "/home/ubuntu/lp/openerp/openerp/service/web_services.py", line 359, in exp_list
cr = db.cursor()
File "/home/ubuntu/lp/openerp/openerp/sql_db.py", line 484, in cursor
return Cursor(self.__pool, self.dbname, serialized=serialized)
File "/home/ubuntu/lp/openerp/openerp/sql_db.py", line 182, in __init__
self._cnx = pool.borrow(dsn(dbname))
File "/home/ubuntu/lp/openerp/openerp/sql_db.py", line 377, in _locked
return fun(self, *args, **kwargs)
File "/home/ubuntu/lp/openerp/openerp/sql_db.py", line 440, in borrow
result = psycopg2.connect(dsn=dsn, connection_factory=PsycoConnection)
File "/usr/lib/python2.7/dist-packages/psycopg2/__init__.py", line 179, in connect
connection_factory=connection_factory, async=async)
OperationalError: could not connect to server: Connessione rifiutata
Is the server running on host "192.168.178.1" and accepting
TCP/IP connections on port 5432?
2014-05-06 11:22:54,860 2252 INFO ? werkzeug: 192.168.178.1 - - [06/May/2014 11:22:54] "GET / HTTP/1.1" 500 -
2014-05-06 11:22:54,981 2252 INFO ? werkzeug: 192.168.178.1 - - [06/May/2014 11:22:54] "GET /favicon.ico HTTP/1.1" 404 -
ora mi sono piantato qui da una settimana.
Chiedo Aiuto