This question has been flagged
3 Replies
44688 Views

I am using a Windows 7 Pro as OS, after installing Openerp 7, a receive this message. Can some one help me to solve this probleme ?

OpenERP Server Error Client Traceback (most recent call last): File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server\openerp\addons\web\http.py", line 204, in dispatch File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server\openerp\addons\web\controllers\main.py", line 759, in get_list File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server\openerp\addons\web\controllers\main.py", line 89, in db_list File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server\openerp\addons\web\session.py", line 31, in proxy_method File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server\openerp\addons\web\session.py", line 104, in send

Server Traceback (most recent call last): File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server\openerp\addons\web\session.py", line 90, in send File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server.\openerp\netsvc.py", line 293, in dispatch_rpc File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server.\openerp\service\web_services.py", line 122, in dispatch File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server.\openerp\service\web_services.py", line 359, in exp_list File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server.\openerp\sql_db.py", line 484, in cursor File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server.\openerp\sql_db.py", line 182, in __init__ File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server.\openerp\sql_db.py", line 377, in _locked File "C:\Program Files\OpenERP 7.0-20130506-231027\Server\server.\openerp\sql_db.py", line 440, in borrow File "psycopg2__init__.pyc", line 178, in connect OperationalError: could not connect to server: Connection refused (0x0000274D/10061) Is the server running on host "localhost" (::1) and accepting TCP/IP connections on port 5432? 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?

Avatar
Discard

see my comment here. http://help.openerp.com/question/25461/internal-service-postgresql-x64-92-does-not-start-automatically-what-can-i-do/. will solve the problem. I use windows 7.

also same here. http://help.openerp.com/question/23644/internal-server-error-right-after-installation-of-openerp-70-win7-x64/#23798. windows default issue.

Best Answer

PostgreSQL is not installed on your system . if it is them there is no user call OpenERP on that or the password in openerp-server.conf is not matching with the password of OpenERP user on postgresql

Avatar
Discard
Author Best Answer

Thanks you for diffent answers, i finally installed on ubuntu server and it's running fine. thank you angain

Avatar
Discard
Best Answer

Postgres isn't running, or has some odd configuration issues? Check your running processes for psql.exe or postgres.exe. If it's running, your database password is probably wrong. The all-in-one installer for Windows is a bit unreliable in my experience. Try uninstalling everything completely and starting from scratch with a new download of the latest version if you're not getting anywhere?

(I'd advise against running the server on Windows at all, personally.)

Avatar
Discard

+1 "(I'd advise against running the server on Windows at all, personally.)" - you will get better performance running an Ubuntu VM on Windows.