Passa al contenuto
Odoo Menu
  • Accedi
  • Provalo gratis
  • App
    Finanze
    • Contabilità
    • Fatturazione
    • Note spese
    • Fogli di calcolo (BI)
    • Documenti
    • Firma
    Vendite
    • CRM
    • Vendite
    • Punto vendita Negozio
    • Punto vendita Ristorante
    • Abbonamenti
    • Noleggi
    Siti web
    • Configuratore sito web
    • E-commerce
    • Blog
    • Forum
    • Live chat
    • E-learning
    Supply chain
    • Magazzino
    • Produzione
    • PLM
    • Acquisti
    • Manutenzione
    • Qualità
    Risorse umane
    • Dipendenti
    • Assunzioni
    • Ferie
    • Valutazioni
    • Referral dipendenti
    • Parco veicoli
    Marketing
    • Social marketing
    • E-mail marketing
    • SMS marketing
    • Eventi
    • Marketing automation
    • Sondaggi
    Servizi
    • Progetti
    • Fogli ore
    • Assistenza sul campo
    • Helpdesk
    • Pianificazione
    • Appuntamenti
    Produttività
    • Comunicazioni
    • Approvazioni
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    App di terze parti Odoo Studio Piattaforma cloud Odoo
  • Settori
    Retail
    • Libreria
    • Negozio di abbigliamento
    • Negozio di arredamento
    • Alimentari
    • Ferramenta
    • Negozio di giocattoli
    Cibo e ospitalità
    • Bar e pub
    • Ristorante
    • Fast food
    • Pensione
    • Grossista di bevande
    • Hotel
    Agenzia immobiliare
    • Agenzia immobiliare
    • Studio di architettura
    • Edilizia
    • Gestione immobiliare
    • Impresa di giardinaggio
    • Associazione di proprietari immobiliari
    Consulenza
    • Società di contabilità
    • Partner Odoo
    • Agenzia di marketing
    • Studio legale
    • Selezione del personale
    • Audit e certificazione
    Produzione
    • Tessile
    • Metallo
    • Arredamenti
    • Alimentare
    • Birrificio
    • Ditta di regalistica aziendale
    Benessere e sport
    • Club sportivo
    • Negozio di ottica
    • Centro fitness
    • Centro benessere
    • Farmacia
    • Parrucchiere
    Commercio
    • Tuttofare
    • Hardware e assistenza IT
    • Ditta di installazione di pannelli solari
    • Calzolaio
    • Servizi di pulizia
    • Servizi di climatizzazione
    Altro
    • Organizzazione non profit
    • Ente per la tutela ambientale
    • Agenzia di cartellonistica pubblicitaria
    • Studio fotografico
    • Punto noleggio di biciclette
    • Rivenditore di software
    Carica tutti i settori
  • Community
    Apprendimento
    • Tutorial
    • Documentazione
    • Certificazioni 
    • Formazione
    • Blog
    • Podcast
    Potenzia la tua formazione
    • Programma educativo
    • Scale Up! Business Game
    • Visita Odoo
    Ottieni il software
    • Scarica
    • Versioni a confronto
    • Note di versione
    Collabora
    • Github
    • Forum
    • Eventi
    • Traduzioni
    • Diventa nostro partner
    • Servizi per partner
    • Registra la tua società di contabilità
    Ottieni servizi
    • Trova un partner
    • Trova un contabile
    • Incontra un esperto
    • Servizi di implementazione
    • Testimonianze dei clienti
    • Supporto
    • Aggiornamenti
    GitHub Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Richiedi una demo
  • Prezzi
  • Aiuto

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

  • CRM
  • e-Commerce
  • Contabilità
  • Magazzino
  • PoS
  • Progetti
  • MRP
All apps
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
È necessario essere registrati per interagire con la community.
Tutti gli articoli Persone Badge
Etichette (Mostra tutto)
odoo accounting v14 pos v15
Sul forum
Assistenza

No backend after install module

Iscriviti

Ricevi una notifica quando c'è un'attività per questo post

La domanda è stata contrassegnata
backend
2 Risposte
4525 Visualizzazioni
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
Abbandona
Avatar
Zbik
Risposta migliore

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
Abbandona
Avatar
Henk
Autore Risposta migliore

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
Abbandona
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
Autore

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

Ti stai godendo la conversazione? Non leggere soltanto, partecipa anche tu!

Crea un account oggi per scoprire funzionalità esclusive ed entrare a far parte della nostra fantastica community!

Registrati
Post correlati Risposte Visualizzazioni Attività
Change URL of backend Apps Risolto
backend odoo18
Avatar
Avatar
1
ott 25
479
TypeError: Cannot read properties of undefined (reading 'form') while accessing Settings in Odoov13
backend Odoo13.0
Avatar
Avatar
1
nov 24
2626
How to resize the file web.assets_backend.js
javascript backend
Avatar
Avatar
2
dic 22
3693
Cannot install vista backend theme
theme backend
Avatar
0
lug 22
2796
When should I use back-end views and when should I use front-end views? Risolto
backend frontend
Avatar
Avatar
2
giu 21
3817
Community
  • Tutorial
  • Documentazione
  • Forum
Open source
  • Scarica
  • Github
  • Runbot
  • Traduzioni
Servizi
  • Hosting Odoo.sh
  • Supporto
  • Aggiornamenti
  • Sviluppi personalizzati
  • Formazione
  • Trova un contabile
  • Trova un partner
  • Diventa nostro partner
Chi siamo
  • La nostra azienda
  • Branding
  • Contattaci
  • Lavora con noi
  • Eventi
  • Podcast
  • Blog
  • Clienti
  • Note legali • Privacy
  • Sicurezza
الْعَرَبيّة 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 è un gestionale di applicazioni aziendali open source pensato per coprire tutte le esigenze della tua azienda: CRM, Vendite, E-commerce, Magazzino, Produzione, Fatturazione elettronica, Project Management e molto altro.

Il punto di forza di Odoo è quello di offrire un ecosistema unico di app facili da usare, intuitive e completamente integrate tra loro.

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