Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

Openerp server does not stop properly (SOLVED)

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
serveropenerpstoprestart
4 Réponses
17181 Vues
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
Ignorer
Avatar
Brett Lehrer
Meilleure réponse

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
Ignorer
TEIMI Yassine
Auteur

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
Auteur Meilleure réponse

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
Ignorer
Avatar
Ludo - 21South
Meilleure réponse

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
Ignorer
TEIMI Yassine
Auteur

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
Meilleure réponse

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
Ignorer
TEIMI Yassine
Auteur

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).

Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
Is there a need to restart OpenERP-Server when we update a custom module Résolu
server module custom update openerp restart
Avatar
Avatar
Avatar
Avatar
4
janv. 24
14537
Odoo 14: Odoo Server restarts requirements Résolu
server restart v14
Avatar
Avatar
1
déc. 20
5569
OpenERP Server Error
server error openerp
Avatar
Avatar
2
mars 15
7870
change pgAdmin password with openerp reflection
server openerp pgadmin
Avatar
0
mars 15
5510
First time start up and got error Please help me to troubleshoot this.
server error openerp
Avatar
Avatar
1
mars 15
5445
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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