Skip to Content
Menu
This question has been flagged
2933 Views

Hello, I have Odoo8 and I have developed and installed a simple module. I can install it correctly and it works. But when I restart the computer (or restart the service odoo-server-8.0) and I try to enter in http://localhost:8069 I get a Internal server 500 error.

Then, I have to change the name of the folder of the module in .../addons folder and reinstall it.

What is my mistake?

Thanks!

Avatar
Discard

@Jose What is the error you are facing, paste it here. If you are starting your server from command line you will find the errors logged there, else if you are starting it from eclipse it would post the errors in eclipse ide.

Author

@Emipro thanks for your reply! I have Windows 7 and I start and stop odoo server from Services.msc... rigth click and "restart" service. However, I found the mistake: I didn't specify correctly the depends on __openerp__.py but where can I found the log? I think it helps me!

@Jose When you are running server as "service" than you can get the log in the log file specified in the odoo configuration. Can you tell me how do you define your service for starting the server, I mean what all things are required I am specifically talking about the config file which is used to provide configuration parameters to the server for example the addons path, db port , db username , db password. This conf. file generally includes the path of log file. I don't exactly know how do you start the server in windows by service.

Author

In what folder is the config file?

You might want to check this page: https://doc.odoo.com/7.0/book/1/1_1_Inst_Config/1_1_Inst_Config_install/

Related Posts Replies Views Activity
2
Dec 22
14496
1
Nov 21
4587
0
Jan 21
2087
8
May 20
7483
0
Dec 23
2735