I'm interested in running Community 9.0 on Windows Server 2003 (I realize this is not ideal, but this is what I have to work with).
I have successfully run the windows installer, but when I open http://localhost:5432, I get an 'ERR_CONNECTION_REFUSED' message.
Looking in the openerp-server.log, I can see the following error:
OperationalError: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
2016-05-25 16:07:50,714 1596 INFO ? openerp.addons.bus.models.bus: Bus.loop listen imbus on db postgres
2016-05-25 16:07:51,651 1596 INFO ? openerp.sql_db: Connection to the database failed
2016-05-25 16:07:51,651 1596 ERROR ? openerp.addons.bus.models.bus: Bus.loop error, sleep and retry
Traceback (most recent call last):
File "C:\Program Files\Odoo 9.0-20160523\server\openerp\addons\bus\models\bus.py", line 168, in run
File "C:\Program Files\Odoo 9.0-20160523\server\openerp\addons\bus\models\bus.py", line 146, in loop
File "C:\Program Files\Odoo 9.0-20160523\server\.\openerp\sql_db.py", line 630, in cursor
File "C:\Program Files\Odoo 9.0-20160523\server\.\openerp\sql_db.py", line 164, in __init__
File "C:\Program Files\Odoo 9.0-20160523\server\.\openerp\sql_db.py", line 513, in _locked
File "C:\Program Files\Odoo 9.0-20160523\server\.\openerp\sql_db.py", line 581, in borrow
File "psycopg2\__init__.pyc", line 164, in connect
OperationalError: could not connect to server: Connection refused (0x0000274D/10061)
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
Any idea about what could be causing this? Could it be related to postgre? I don't see the postgre processes running on the machine. Is there anything that needs to be done to configure the database after installing Odoo, or is that handled during the installation?
Any help would be appreciated.