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

No backend after install module

S'inscrire

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

Cette question a été signalée
backend
2 Réponses
4523 Vues
Avatar
Henk

Hi,

After installing some modules i have no backend, the website is ok.

The menu is available but can't select / click on links.

I have tried on console if the server is running and this is what come out:

odoo@droplet1:~$ /opt/odoo/odoo/openerp-server

2015-04-30 07:53:55,578 2955 INFO ? openerp: OpenERP version 8.0

2015-04-30 07:53:55,578 2955 INFO ? openerp: addons paths: ['/opt/odoo/.local/share/Odoo/addons/8.0', u'/opt/odoo/odoo/openerp/addons', u'/opt/odoo/odoo/addons']

2015-04-30 07:53:55,578 2955 INFO ? openerp: database hostname: localhost

2015-04-30 07:53:55,579 2955 INFO ? openerp: database port: 5432

2015-04-30 07:53:55,579 2955 INFO ? openerp: database user: odoo

2015-04-30 07:53:55,709 2955 INFO ? openerp.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069

Exception in thread openerp.service.httpd:

Traceback (most recent call last):

File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner

self.run()

File "/usr/lib/python2.7/threading.py", line 763, in run

self.__target(*self.__args, **self.__kwargs)

File "/opt/odoo/odoo/openerp/service/server.py", line 281, in http_thread

self.httpd = ThreadedWSGIServerReloadable(self.interface, self.port, app)

File "/opt/odoo/odoo/openerp/service/server.py", line 91, in __init__

handler=RequestHandler)

File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 410, in __init__

HTTPServer.__init__(self, (host, int(port)), handler)

File "/usr/lib/python2.7/SocketServer.py", line 419, in __init__

self.server_bind()

File "/opt/odoo/odoo/openerp/service/server.py", line 101, in server_bind

super(ThreadedWSGIServerReloadable, self).server_bind()

File "/usr/lib/python2.7/BaseHTTPServer.py", line 108, in server_bind

SocketServer.TCPServer.server_bind(self)

File "/usr/lib/python2.7/SocketServer.py", line 430, in server_bind

self.socket.bind(self.server_address)

File "/usr/lib/python2.7/socket.py", line 224, in meth

return getattr(self._sock,name)(*args)

error: [Errno 98] Address already in use

What can i do about it

Thx

Henk

0
Avatar
Ignorer
Avatar
Zbik
Meilleure réponse

Error 98 is raised when another process listening on port. Probably are several openerp process running on your system. Open your terminal and type following command:

ps aux | grep openerp

Kill all process which openerp-server

sudo kill -9 PROCESS_ID

Then restart the openerp-server.

PS. Suggestion, you enable debug and openerp-server log file. The log has more informations.

1
Avatar
Ignorer
Avatar
Henk
Auteur Meilleure réponse

Hi thank for your reply, but it doesn't worked.

Now the complete site and backend is gone......

:(

edit: did a server reboot, site is showing ok but backend is still not available.

The strange thing is, the backend is available with the Android odoo app ????

Thx

Henk


This is in the log file ..:


127.0.0.1 - - [30/Apr/2015 20:14:49] "GET /web/js/web.assets_backend/78273ca HTTP/1.1" 500 -

2015-04-30 20:14:49,091 2362 ERROR vdwillikwijne werkzeug: Error on request:

Traceback (most recent call last):

File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi

execute(self.server.app)

File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute

application_iter = app(environ, start_response)

File "/opt/odoo/odoo/openerp/service/server.py", line 280, in app

return self.app(e, s)

File "/opt/odoo/odoo/openerp/service/wsgi_server.py", line 216, in application

return application_unproxied(environ, start_response)

File "/opt/odoo/odoo/openerp/service/wsgi_server.py", line 202, in application_unproxied

result = handler(environ, start_response)

File "/opt/odoo/odoo/openerp/http.py", line 1215, in __call__

return self.dispatch(environ, start_response)

File "/opt/odoo/odoo/openerp/http.py", line 1189, in __call__

return self.app(environ, start_wrapped)

File "/usr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 579, in __call__

return self.app(environ, start_response)

File "/opt/odoo/odoo/openerp/http.py", line 1356, in dispatch

result = ir_http._dispatch()

File "/opt/odoo/odoo/addons/crm/ir_http.py", line 13, in _dispatch

response = super(ir_http, self)._dispatch()

File "/opt/odoo/odoo/addons/website/models/ir_http.py", line 125, in _dispatch

return super(ir_http, self)._dispatch()

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_http.py", line 130, in _dispatch

return self._handle_exception(e)

File "/opt/odoo/odoo/addons/website/models/ir_http.py", line 201, in _handle_exception

return super(ir_http, self)._handle_exception(exception)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_http.py", line 100, in _handle_exception

return request._handle_exception(exception)

File "/opt/odoo/odoo/openerp/http.py", line 596, in _handle_exception

return super(HttpRequest, self)._handle_exception(exception)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_http.py", line 126, in _dispatch

result = request.dispatch()

File "/opt/odoo/odoo/openerp/http.py", line 614, in dispatch

r = self._call_function(**self.params)

File "/opt/odoo/odoo/openerp/http.py", line 283, in _call_function

return checked_call(self.db, *args, **kwargs)

File "/opt/odoo/odoo/openerp/service/model.py", line 113, in wrapper

return f(dbname, *args, **kwargs)

File "/opt/odoo/odoo/openerp/http.py", line 280, in checked_call

return self.endpoint(*a, **kw)

File "/opt/odoo/odoo/openerp/http.py", line 733, in __call__

return self.method(*args, **kw)

File "/opt/odoo/odoo/openerp/http.py", line 376, in response_wrap

response = f(*args, **kw)

File "/opt/odoo/odoo/addons/web/controllers/main.py", line 527, in js_bundle

response = request.make_response(bundle.js(), [('Content-Type', 'application/javascript')])

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1176, in js

content = ';\n'.join(asset.minify() for asset in self.javascripts)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1176, in <genexpr>

content = ';\n'.join(asset.minify() for asset in self.javascripts)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1383, in minify

return self.with_header(rjsmin(self.content))

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1379, in with_header

return '\n/* %s */\n%s' % (self.name, content)

UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 0: ordinal not in range(128)


Thx

Henk


0
Avatar
Ignorer
Zbik

You remove session files or refresh many times (5-10) backend site. This should help if there are no errors in the log.

Zbik

Does posgresql use utf8 as default encoding? Does your server locale uses utf8 encoding? Or.... encoding problem in installed module.

Henk
Auteur

It happend when i installed a new module, but its not in the normal module map. I think its encoding problem. Thx Henk

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é
Change URL of backend Apps Résolu
backend odoo18
Avatar
Avatar
1
oct. 25
476
TypeError: Cannot read properties of undefined (reading 'form') while accessing Settings in Odoov13
backend Odoo13.0
Avatar
Avatar
1
nov. 24
2623
How to resize the file web.assets_backend.js
javascript backend
Avatar
Avatar
2
déc. 22
3693
Cannot install vista backend theme
theme backend
Avatar
0
juil. 22
2796
When should I use back-end views and when should I use front-end views? Résolu
backend frontend
Avatar
Avatar
2
juin 21
3816
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