Skip to Content
Menu
This question has been flagged
3 Replies
50219 Views

I install Odoo 9 community on my computer and i have this message error when i want to log in.

Internal Server 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.

Thanks

Avatar
Discard

This is a general error message in the frontend. In order to identify the cause you must read the log entries on the server.

Best Answer

It's almost due to an incomplete restore of one of your backups so you need to go to the terminal and delete the incomplete database 

sudo su postgres
psql

delete database "databaseName ";





Avatar
Discard
Best Answer

Hello,

This error is most common for many user.

It happens  because of incorrect database entry or  clicking upgrade on any application.

To solve this error go to your terminal and shutdown server process by pressing ctrl + c  and then again start your server.

you problem will be solved and if this error show again then there is any problem in your database. it may also have some dependency problem.

create new database and start  your server again and do your work  on that  database.


Avatar
Discard
Best Answer

check your log file to identify the error cause.

i.e: /var/log/openerp/openerp-server.log

Avatar
Discard