We have an OpenERP server running on port 8069 that randomly stopped working. When visiting localhost:8069, I receive a "No handler found." error.
I have looked on the internet and most resolutions seem to be module related, specifically the "web" module; however, my openerp-server.log file only shows the below information.
2014-10-23 18:17:38,732 29406 INFO ? werkzeug: 10.1.10.109 - - [23/Oct/2014 18:17:38] "GET / HTTP/1.1" 404 -
2014-10-23 18:17:39,104 29406 DEBUG ? openerp.service.cron: cron0 polling for jobs
2014-10-23 18:17:42,299 786 DEBUG ? openerp.service.cron: cron0 polling for jobs
Can anybody assist with troubleshooting this problem a bit more, as we have customer records that need to be accessed on this machine as soon as possible, and I am at a loss.