Skip ke Konten
Odoo Menu
  • Login
  • Uji coba gratis
  • Aplikasi
    Keuangan
    • Akuntansi
    • Faktur
    • Pengeluaran
    • Spreadsheet (BI)
    • Dokumen
    • Tanda Tangan
    Sales
    • CRM
    • Sales
    • POS Toko
    • POS Restoran
    • Langganan
    • Rental
    Website
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Rantai Pasokan
    • Inventaris
    • Manufaktur
    • PLM
    • Purchase
    • Maintenance
    • Kualitas
    Sumber Daya Manusia
    • Karyawan
    • Rekrutmen
    • Cuti
    • Appraisal
    • Referensi
    • Armada
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Acara
    • Otomatisasi Marketing
    • Survei
    Layanan
    • Project
    • Timesheet
    • Layanan Lapangan
    • Meja Bantuan
    • Planning
    • Appointment
    Produktivitas
    • Diskusi
    • Approval
    • IoT
    • VoIP
    • Pengetahuan
    • WhatsApp
    Aplikasi pihak ketiga Odoo Studio Platform Odoo Cloud
  • Industri-Industri
    Retail
    • Toko Buku
    • Toko Baju
    • Toko Furnitur
    • Toko Kelontong
    • Toko Hardware
    • Toko Mainan
    Makanan & Hospitality
    • Bar dan Pub
    • Restoran
    • Fast Food
    • Rumah Tamu
    • Distributor Minuman
    • Hotel
    Real Estate
    • Agensi Real Estate
    • Firma Arsitektur
    • Konstruksi
    • Estate Management
    • Perkebunan
    • Asosiasi Pemilik Properti
    Konsultansi
    • Firma Akuntansi
    • Mitra Odoo
    • Agensi Marketing
    • Firma huku
    • Talent Acquisition
    • Audit & Sertifikasi
    Manufaktur
    • Tekstil
    • Logam
    • Perabotan
    • Makanan
    • Brewery
    • Corporate Gift
    Kesehatan & Fitness
    • Sports Club
    • Toko Kacamata
    • Fitness Center
    • Wellness Practitioners
    • Farmasi
    • Salon Rambut
    Perdagangan
    • Handyman
    • IT Hardware & Support
    • Sistem-Sistem Energi Surya
    • Pembuat Sepatu
    • Cleaning Service
    • Layanan HVAC
    Lainnya
    • Organisasi Nirlaba
    • Agen Lingkungan
    • Rental Billboard
    • Fotografi
    • Penyewaan Sepeda
    • Reseller Software
    Browse semua Industri
  • Komunitas
    Belajar
    • Tutorial-tutorial
    • Dokumentasi
    • Sertifikasi
    • Pelatihan
    • Blog
    • Podcast
    Empower Education
    • Program Edukasi
    • Game Bisnis 'Scale Up!'
    • Kunjungi Odoo
    Dapatkan Softwarenya
    • Download
    • Bandingkan Edisi
    • Daftar Rilis
    Kolaborasi
    • Github
    • Forum
    • Acara
    • Terjemahan
    • Menjadi Partner
    • Layanan untuk Partner
    • Daftarkan perusahaan Akuntansi Anda.
    Dapatkan Layanan
    • Temukan Mitra
    • Temukan Akuntan
    • Temui penasihat
    • Layanan Implementasi
    • Referensi Pelanggan
    • Bantuan
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dapatkan demo
  • Harga
  • Bantuan

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Akuntansi
  • Inventaris
  • PoS
  • Project
  • MRP
All apps
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Anda harus terdaftar untuk dapat berinteraksi di komunitas.
Semua Post Orang Lencana-Lencana
Label (Lihat semua)
odoo accounting v14 pos v15
Mengenai forum ini
Help

Openerp server does not stop properly (SOLVED)

Langganan

Dapatkan notifikasi saat terdapat aktivitas pada post ini

Pertanyaan ini telah diberikan tanda
serveropenerpstoprestart
4 Replies
17160 Tampilan
Avatar
TEIMI Yassine

Hello, 

I'm Unable to restart my openerp-server, because i think that :

My openerp server doesn't stop properly, when I check the log file, it gives me :

openerp.service: Initiating shutdown

Hit CTRL-C again or send a second signal to force the shutdown.

it starts correctly but does'n stop properly. what is the solution ? 

Thanks

1
Avatar
Buang
Avatar
Brett Lehrer
Jawaban Terbai

It's waiting for threads to complete, there are concurrent users/jobs still running.  This is normal behavior, as long as it only lasts a few seconds.

1
Avatar
Buang
TEIMI Yassine
Penulis

I stopped the server, and After several minutes, it still running. It's True that there was several users loged on, but they logged off...

Brett Lehrer

Try sending signal 3 (also known as SIGQUIT) to the OpenERP server, it will dump a trace of all current threads. Find the PID using a command like "htop" or "ps aux | grep openerp". Say the PID for the root process is 12345. Then use the command "kill -3 12345".

OdooBot
HI, 

thank you very much, I've tried this before your email, wich I appreciate, and it worked, I published it on the odoo forum so as to other members can benefit from it.

Regards

2014-09-17 15:12 GMT+01:00 Brett Lehrer <bsphil-gmail-com@mail.odoo.com>:

Try sending signal 3 (also known as SIGQUIT) to the OpenERP server, it will dump a trace of all current threads. Find the PID using a command like "htop" or "ps aux | grep openerp". Say the PID for the root process is 12345. Then use the command "kill -3 12345".

--
Brett Lehrer
Sent by OpenERP S.A. using Odoo about Forum Post False



--


Yassine TEIMI

Ingénieur SI technico-fonctionnel

TEL : 06-27333078
Avatar
TEIMI Yassine
Penulis Jawaban Terbai

Hi all, 

Thank you for your great answers, I brought up all your answers together, and I realise that the issue is when several processes still running, the server can't stop, so I should wait a few seconds, if not, the key is to kill all openerp running processes, I found that the running processes are old, a wee ago and so on, so I killed them, and the server is stopped properly. 

Thank you for your collaboration.

Regards.

 

0
Avatar
Buang
Avatar
Ludo - 21South
Jawaban Terbai

If have not seen this problem since version 5.0, but what I did back then was to open up HTOP (or any similair TOP program) and then kill the proces according to the Pid.

0
Avatar
Buang
TEIMI Yassine
Penulis

what commande necessary to do that, I'm on ubuntu server. Thanks.

Ludo - 21South

http://www.cyberciti.biz/faq/kill-process-in-linux-or-terminate-a-process-in-unix-or-linux-systems/ Will help you out.

Avatar
Michael St-Georges
Jawaban Terbai

Do you wait some time after sending the stop signal to the process? It can take a few seconds for the whole process tree to come to a full stop.

0
Avatar
Buang
TEIMI Yassine
Penulis

I waited at least 2 minutes, after stopping the server. When I refresh the web page, the openerp server still running ...

Michael St-Georges

It can take quite some time to shutdown the processes depending on the setup. What I usually do when in a hurry is killall -9 python2.7 a few seconds after signaling the stop (or similar depending on the python binary you're using).

Menikmati diskusi? Jangan hanya membaca, ikuti!

Buat akun sekarang untuk menikmati fitur eksklufi dan agar terlibat dengan komunitas kami!

Daftar
Post Terkait Replies Tampilan Aktivitas
Is there a need to restart OpenERP-Server when we update a custom module Diselesaikan
server module custom update openerp restart
Avatar
Avatar
Avatar
Avatar
4
Jan 24
14528
Odoo 14: Odoo Server restarts requirements Diselesaikan
server restart v14
Avatar
Avatar
1
Des 20
5558
OpenERP Server Error
server error openerp
Avatar
Avatar
2
Mar 15
7863
change pgAdmin password with openerp reflection
server openerp pgadmin
Avatar
0
Mar 15
5497
First time start up and got error Please help me to troubleshoot this.
server error openerp
Avatar
Avatar
1
Mar 15
5439
Komunitas
  • Tutorial-tutorial
  • Dokumentasi
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Terjemahan
Layanan
  • Odoo.sh Hosting
  • Bantuan
  • Peningkatan
  • Custom Development
  • Pendidikan
  • Temukan Akuntan
  • Temukan Mitra
  • Menjadi Partner
Tentang Kami
  • Perusahaan kami
  • Aset Merek
  • Hubungi kami
  • Tugas
  • Acara
  • Podcast
  • Blog
  • Pelanggan
  • Hukum • Privasi
  • Keamanan
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo adalah rangkaian aplikasi bisnis open source yang mencakup semua kebutuhan perusahaan Anda: CRM, eCommerce, akuntansi, inventaris, point of sale, manajemen project, dan seterusnya.

Mudah digunakan dan terintegrasi penuh pada saat yang sama adalah value proposition unik Odoo.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now