Skip to Content
Menu
Musisz się zarejestrować, aby móc wchodzić w interakcje z tą społecznością.
To pytanie dostało ostrzeżenie
9 Odpowiedzi
6895 Widoki

Hi, installed V7 on a W7 Pro 64bit machine and worked fine for a week. No i get : no handler found. Tried to look into server/server/loggin were there are 2 PYC files _init_ and handlers. I get stuck there. what to do ? thanks

Awatar
Odrzuć
Autor

HI guys, thanks for the responses but being new to this I do not now how to check Server log or look at primary log file. Can you advise on how to do stuff like that ? Thanks

Najlepsza odpowiedź

Hello Frank,

There might be following case:

  1. Check your addons or web addons path as SerpentCS said.
  2. You should check the permissions of the modules/addons.

Hope this will help you to solve your issue.

Awatar
Odrzuć
Najlepsza odpowiedź

Have you tried to clear your browser cache first ?

 

Awatar
Odrzuć
Najlepsza odpowiedź

check the Server Log there must be some error/ Syntacs error/Module isntallation need which is restricting OpenERP server to start properlly. 

Awatar
Odrzuć
Najlepsza odpowiedź

In Majority of the cases, this might be due to addons-path not able to find the web module.

Please check.

Thanks.

Awatar
Odrzuć
Autor Najlepsza odpowiedź

Hi all, if you suggest a possible solution is it possible to specify how to ?

ex : 

vote

In Majority of the cases, this might be due to addons-path not able to find the web module.

Please check.: Frank : How ?

or 

There might be following case:

  1. Check your addons or web addons path as SerpentCS said.
  2. You should check the access rights of the modules/addons.

Hope this will help you to solve your issue. Frank : How ?

Awatar
Odrzuć
Najlepsza odpowiedź

Hi Frank,

The error is due to some dependency or code which is broken. Now to trace which code is causing this issue, there are multiple ways:

1. Check the server logs

2. Open the project in some IDE and run the openerp/odoo using that. In the console you can see full trace of the issue. For this you can search on youtube for videos related to openerp setup in that IDE (i prefer aptana studio)

3. In openerp server directory, there may be a file named openerp-server. If not create a file named openerp-server and copy the content to it.

#!/usr/bin/env python

import openerp

 

if __name__ == "__main__":

    openerp.cli.main()

 

# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4:

On terminal, open that directory and run 'python openerp-server'. You can see full trace on console. Let me know if you need any further help in tracing the issue.

 

Once you found the complete error message, last 3 lines will tell you 90% of the issue cause. Search on google and I'm sure you can resolve the issue yourself.

 

Regards,

Tarun Behal

Awatar
Odrzuć
Najlepsza odpowiedź

I had same issue.

I changed the permissions of the modules and then it works.

Thanks alot Sudhir you made my day.

Awatar
Odrzuć
Najlepsza odpowiedź

This error is the effect of another error. Look at log file for primary error.

 

Awatar
Odrzuć
Najlepsza odpowiedź

search for the file  /openerp/.openerp_serverrc in our server , there you can see the path of log file

if log file is not set u can set the required path and check the log

Awatar
Odrzuć
Powiązane posty Odpowiedzi Widoki Czynność
1
mar 15
6912
1
mar 15
4410
0
mar 15
5542
1
mar 15
14188
2
sie 21
7054