跳至內容
選單
此問題已被標幟
4 回覆
7802 瀏覽次數

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 


頭像
捨棄

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.

作者

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

最佳答案

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)

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
5月 24
2829
0
4月 25
5
0
3月 25
1036
1
1月 25
1455
1
12月 24
4040