OpenERP v7 Windows, installation error

Bug #1081829 reported by Sylvain Plante
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Triaged
Undecided
Unassigned

Bug Description

OpenERP v7 Trunk 6.2dev-20121116-000101

Setup in windows is missing some piece to make the application working.

See the included log file for detail.

I am running a fresh install windows 2003 server with all patchs and services pack installed. There is nothing else on this server.

Should be an easy installation.

Here is the content of the config file

openerp-server.conf

[options]
without_demo = False
unaccent = False
db_template = template1
db_password = openpgpwd
xmlrpcs = True
xmlrpcs_interface =
syslog = False
logrotate = True
xmlrpcs_port = 8071
test_report_directory = False
list_db = True
timezone = False
xmlrpc_interface =
test_file = False
smtp_password = False
secure_pkey_file = server.pkey
xmlrpc_port = 8069
workers = 0
log_level = info
xmlrpc = True
admin_passwd = admin
smtp_port = 25
smtp_server = localhost
static_http_url_prefix = None
limit_request = 8192
test_commit = False
proxy_mode = False
demo = {}
dbfilter = .*
login_message = False
import_partial =
pidfile = None
db_maxconn = 64
osv_memory_count_limit = False
reportgz = False
osv_memory_age_limit = 1.0
netrpc_port = 8070
db_port = 5432
db_name = False
debug_mode = False
netrpc = True
limit_time_real = 60
limit_memory_hard = 805306368
logfile = C:\Program Files\OpenERP7\Server\server\openerp-server.log
csv_internal_sep = ,
limit_time_cpu = 60
pg_path = C:\Program Files\OpenERP7\Server\PostgreSQL\bin
limit_memory_soft = 671088640
static_http_enable = False
translate_modules = ['all']
smtp_ssl = False
server_wide_modules = None
netrpc_interface =
smtp_user = False
log_handler = [':INFO']
db_user = openpg
db_host = localhost
test_enable = False
max_cron_threads = 4
static_http_document_root = None
email_from = False
addons_path = C:\Program Files\OpenERP7\Server\server\openerp\addons
secure_cert_file = server.cert

Revision history for this message
Sylvain Plante (sylvain-plante) wrote :
Revision history for this message
Nhomar - Vauxoo (nhomar) wrote :

This for sure is a problem with the python path, is not being imported in the python enviroment.

I confirm this issue happend to me too !!

Revision history for this message
Sylvain Plante (sylvain-plante) wrote :

Thank you for the comment.

I think I made a really stupid error... Is there any Python environment installed with the windows «allinone» package?

Python is available by default on Linux but not on Windows... I overlook it in the required environment or maybe they did not mention it because it is so obvious.

So I did not install any Python environment before installing OpenERP! I did it after to poke around and try to find out why the web module is missing.

I need to reinstall and try again!

Revision history for this message
Sylvain Plante (sylvain-plante) wrote :

Ok!

Anybody being able to run this thing in Windows?

I thought that I had made a mistake by not installing a Python environment... Well after spending the whole weekend recovering from an update to XenServer 6.1 that turned bad, I finally got the chance to try it again. This time I installed the Activestate Python interpreter before installing OpenERP.

Well it did not change nothing cause while OpenERP is in Python if I am not mistaking, it is compiled so it does not need the interpreter.

So I would appreciate any insight from you guys.

Revision history for this message
Alexandre Fayolle - camptocamp (alexandre-fayolle-c2c) wrote :

From reading the log you attached to this bug report and the source code of the stdlib getpass and pwd modules, it looks like you need to set *one* of the following environment variables for the user running OpenERP:

LOGNAME, USER, LNAME or USERNAME

The docstring seems to indicate that USERNAME is the preferred one on Windows.

Revision history for this message
Sylvain Plante (sylvain-plante) wrote :

Dear Alexandre,

You save my day!

I actually added the USERNAME environment variable to the sytem variable using the predefined %USERNAME%.

When I pointed my browser to http://localhost:8069 it shown a page talking about installing the Google Chrome Framework.

I was a bit surprise but I installed it and it work!

Thank you!

Regards

Revision history for this message
Amit Parik (amit-parik) wrote :

As per your last comment I am closing this issue.

Thanks!

Changed in openobject-server:
status: New → Invalid
Revision history for this message
Sylvain Plante (sylvain-plante) wrote :

Hello Amit,

Sorry to disagree but why is it classified as invalid? I had a real problem that is related to the installation script. Is there anybody that will fix that? Did I miss something?

Regards

Changed in openobject-server:
status: Invalid → New
Changed in openobject-server:
status: New → Triaged
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Related questions

Bug attachments

Remote bug watches

Bug watches keep track of this bug in other bug trackers.