Skip to Content
Menu
This question has been flagged
6 Replies
2230 Views

Hello specialists, how is it possible to access O10 on a Win 2016 Server (VM)?

I worked directly on the virtual machine and tried http://localhost:8069 and (as sample!) http://11.178.151.0251:8069 but got error 500 (Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.).

From an remote PC with trying (again as sample!) http://11.178.151.0251:8069 an loading error (Connection failure: A connection failure occurred on loading. After several attempts, document loading was canceled.) is arising.

The following software is installed:

odoo_10.0.latest
PostgreSQL-9.6.3-1-win64-bigsql
python-3.6.1-amd64
nginx-1.12.0

Maybe I oversee some small configurations and I ask for your hints. Thank you very much!

Avatar
Discard
Best Answer

Odoo works on python-2.7 not 3
please check if you meet all the dependencies said on this link.

Avatar
Discard
Author

python-2.7.13 is installed too . how to set that in Odoo?

you dont have to set python in odoo.

make 2.7 as default when you run in your server

also check if you have installed all python dependencies

Author

I´m not sure how to check the python dependencies - the 2.7. is on top on my system-variables: http://prntscr.com/f95buq

Author

Maybe that is helpful as information:

C:\Python27\Scripts>pip list

backports.ssl-match-hostname (3.4.0.2)

cloudsigma (0.4)

configobj (5.0.6)

iso8601 (0.1.10)

nose (1.3.4)

pip (9.0.1)

pyserial (2.7)

requests (2.5.0)

setuptools (20.10.1)

simplejson (3.6.5)

six (1.8.0)

websocket-client (0.22.0)

wheel (0.29.0)

C:\Python27\Scripts>

Author Best Answer

Has anyone any idea what´s wrong with the access to Odoo 10 in the described configuration?

Avatar
Discard

python-dateutil python-docutils python-feedparser python-jinja2 python-ldap python-libxslt1 python-lxml python-mako python-mock python-openid python-psycopg2 python-psutil python-pybabel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-unittest2 python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-zsi poppler-utils python-pip python-pypdf python-passlib python-decorator gcc python-dev mc bzr python-setuptools python-markupsafe python-reportlab-accel python-zsi python-yaml python-argparse python-openssl python-egenix-mxdatetime python-usb python-serial lptools make python-pydot python-psutil python-paramiko poppler-utils python-pdftools antiword python-requests python-xlsxwriter python-suds python-psycogreen python-ofxparse python-gevent

If you post your error log may be i can help

Author

I wrote you an EMail!