Skip to Content
เมนู
คุณต้องลงทะเบียนเพื่อโต้ตอบกับคอมมูนิตี้
คำถามนี้ถูกตั้งค่าสถานะ
7 ตอบกลับ
8143 มุมมอง

Hello,

I use ubuntu 16.04LTS and Odoo 10 Community
I have a problem with the server odoo for stop this. (I beginnig by starting odoo.log)
I have a impression what many services are start because I have write this commands and don't works : 

systemctl stop odoo
systemctl status odoo
sudo /etc/init.d/odoo stop
sudo /etc/init.d/odoo status

The server is not stop, I think another service is started. 

Please help me.


Thanks you !

PS : I Kill :

odoo  11748    0.1    4.9  1111472 ...........    30:36   /usr/bin/python  /usr/bin/odoo  --config  /etc/odoo/odoo.conf    --logfile  /var/log/odoo/odoo-server.log


EDIT :

have 502 error when I go ......./web .

EDIT : 

I don't have 502 error but I don't CSS 

A idea ? Thanks you 

อวตาร
ละทิ้ง

How did you install Odoo and how did you set up the Odoo service?

ผู้เขียน

it was already installed when I arrived in the company. there is a configuration file that starts well I think. it mabque more than the CSS launched

คำตอบที่ดีที่สุด

Hi,

Using the command,

 ps aux|| grep

, you can see the active services and kill the odoo service, suppose if the process id of the odoo is 12345, kill it with the command,

 sudo kill -9 12345


. And then start the odoo service using the command you have used.

Thanks

อวตาร
ละทิ้ง
ผู้เขียน

I have kill 1 service odoo, but after start services, now, Odoo not works normally...

if still issue persists, kill all the odoo services and start yours

ผู้เขียน

I have kill every services odoo. After start my service, the CSS is not charged. A idea ?

คำตอบที่ดีที่สุด

if you have an 502 error, just look into the odoo logs, to see whats happening:

sudo tail -f /var/log/odoo/odoo-server.log
realtime log

or

sudo tail -1000 /var/log/odoo/odoo-server.log
for last 1000 entries

อวตาร
ละทิ้ง
ผู้เขียน

Yes,

That's what I did but I find nothing special.

But, when inspect element with google chrome, any css file charged or image.

The rest seems to work

You will have to troubleshoot your instance, which is beyond the scope of your original question. Please make a new post where this can be handled.

ผู้เขียน คำตอบที่ดีที่สุด
I also did this command but odoo still works
I try :
sudo service odoo stop sudo systemctl stop odoo
sudo /etc/init.d/odoo stop

but Odoo works !
อวตาร
ละทิ้ง
คำตอบที่ดีที่สุด

Just try:

sudo service odoo start/stop/restart/status

อวตาร
ละทิ้ง
ผู้เขียน

Don't works ! thank you

ผู้เขียน

Don't works ! thank you

Related Posts ตอบกลับ มุมมอง กิจกรรม
1
ธ.ค. 24
79
1
พ.ย. 24
67
3
ม.ค. 24
1607
2
พ.ค. 25
26445
10
มิ.ย. 21
18228