我得到以下錯誤不斷,同時運行odoo 8獲得「NOTFOUND:404:Not Found」錯誤運行時odoo 8
2016-01-07 07:10:22,200 4198 ERROR None openerp.http: Exception during JSON request handling.
Traceback (most recent call last):
File "/opt/odoo/openerp/http.py", line 518, in _handle_exception
return super(JsonRequest, self)._handle_exception(exception)
File "/opt/odoo/openerp/http.py", line 1358, in _dispatch_nodb
func, arguments = self.nodb_routing_map.bind_to_environ(request.httprequest.environ).match()
File "/usr/lib/python2.7/dist-packages/werkzeug/routing.py", line 1433, in match
raise NotFound()
NotFound: 404: Not Found
誰能告訴我它是否是由於高速緩存或任何其他的服務器問題?
在此先感謝。