Skip to Content
Menu
This question has been flagged
4 Replies
6995 Views

please help me to solve this problem , when i write localhost:8069 in me browser i get this 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. " 
please help me 


Avatar
Discard

There are a lot of options of what might be wrong when you get a 500 error. Please post the output from the logfile too.

Author

excuse me what did y mean of " output logfile " where i found it?

You can find Odoo's log file in the server directory of your Odoo location. Example: C:\Program Files\Odoo\Server\odoo-server.log

Best Answer

2016-05-16 17:24:08,614 8996 INFO ? werkzeug: 127.0.0.1 - - [16/May/2016 17:24:08] "GET / HTTP/1.1" 500 -

2016-05-16 17:24:08,638 8996 ERROR ? werkzeug: Error on request:

Traceback (most recent call last):

File "werkzeug\serving.py", line 177, in run_wsgi

File "werkzeug\serving.py", line 165, in execute

File "C:\Program Files (x86)\Odoo 9.0-20160408\server\openerp\service\server.py", line 245, in app

return self.app(e, s)

File "C:\Program Files (x86)\Odoo 9.0-20160408\server\openerp\service\wsgi_server.py", line 184, in application

return application_unproxied(environ, start_response)

File "C:\Program Files (x86)\Odoo 9.0-20160408\server\openerp\service\wsgi_server.py", line 170, in application_unproxied

result = handler(environ, start_response)

File "C:\Program Files (x86)\Odoo 9.0-20160408\server\openerp\http.py", line 1487, in __call__

self.load_addons()

File "C:\Program Files (x86)\Odoo 9.0-20160408\server\openerp\http.py", line 1497, in load_addons

for module in sorted(os.listdir(str(addons_path))):

UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 13: ordinal not in range(128)

Avatar
Discard
Related Posts Replies Views Activity
2
May 24
1085
1
Dec 24
156
0
Nov 24
63
2
Jul 24
698
0
Apr 24
554