简体   繁体   中英

Open ERP 7.0 + CentOS 6

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.

My guess is that the server has some problem that makes it fail to start. Probably your log has more lines and they can shed light on the problem.

When you start the server, by default it doesn't load any database. That is done on first access. only then you may be able see errors initializing the database, such as a module failing to load.

You can try starting indicating a specific database to force it's loading upon server start:

./openerp-server -d my-database

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM