This question has been flagged
2 Replies
7107 Views

Good morning;

Please friends!!! I really need your help please!!

Who knows the reason of this error why am i getting this please:

Traceback (most recent call last):

File "/opt/odoo/odoo-server/openerp/http.py", line 536, in _handle_exception

return super(JsonRequest, self)._handle_exception(exception)

File "/opt/odoo/odoo-server/openerp/http.py", line 1413, 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

Regards!!!

Avatar
Discard

Probably odoo server crash. You enable debug mode and verify details about error in log file.

Best Answer

Hi,

  1. Clear all the cache and history in your browser.

  2. keep only one database  for use and remove other databases

or

  1. Use --db-filter dabase-name to load a single database. 

This is how I fixed the issue. There may be other ways of achieving the same. I shall update my answers as I find more ways.

Avatar
Discard