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
    • Intelligenza artificiale
    • 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
È 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

hey guys, does anyone know how to solve this problem?

Iscriviti

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

La domanda è stata contrassegnata
helpforum
3 Risposte
3681 Visualizzazioni
Avatar
Hoàng

the things is i did import odoo14 module to eclipse then i run the file odoo-bin. And in Console it reponse like this:

2024-01-07 05:06:47,985 8414 INFO ? odoo: Odoo version 14.0

2024-01-07 05:06:47,985 8414 INFO ? odoo: addons paths: ['/home/hoang/git/odoo15/odoo/addons', '/home/hoang/git/odoo14/odoo/addons', '/home/hoang/.local/share/Odoo/addons/14.0', '/home/hoang/git/odoo15/addons']

2024-01-07 05:06:47,985 8414 INFO ? odoo: database: default@default:default

2024-01-07 05:06:48,114 8414 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf

2024-01-07 05:06:48,134 8414 WARNING ? py.warnings: /home/hoang/git/odoo15/odoo/addons/base/models/ir_actions_report.py:73: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.

if LooseVersion(version)

2024-01-07 05:06:48,134 8414 WARNING ? py.warnings: /home/hoang/git/odoo15/odoo/addons/base/models/ir_actions_report.py:78: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.

if LooseVersion(version) >= LooseVersion('0.12.2'):

Exception in thread odoo.service.httpd:

Traceback (most recent call last):

File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner

self.run()

File "/usr/lib/python3.8/threading.py", line 870, in run

self._target(*self._args, **self._kwargs)

File "/home/hoang/git/odoo15/odoo/service/server.py", line 442, in http_thread

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

File "/home/hoang/git/odoo15/odoo/service/server.py", line 149, in __init__

super(ThreadedWSGIServerReloadable, self).__init__(host, port, app,

File "/home/hoang/python3.8-venv/odoo14/lib/python3.8/site-packages/werkzeug/serving.py", line 701, in __init__

HTTPServer.__init__(self, server_address, handler)

File "/usr/lib/python3.8/socketserver.py", line 452, in __init__

self.server_bind()

File "/home/hoang/git/odoo15/odoo/service/server.py", line 165, in server_bind

super(ThreadedWSGIServerReloadable, self).server_bind()

File "/usr/lib/python3.8/http/server.py", line 139, in server_bind

socketserver.TCPServer.server_bind(self)

File "/usr/lib/python3.8/socketserver.py", line 466, in server_bind

self.socket.bind(self.server_address)

OSError: [Errno 98] Address already in use



and then i run https://localhost:8069/web/database/manager
that was a localhost but i got nothing. I'm very new. Thanks bros

0
Avatar
Abbandona
Avatar
Arian Shariat, Arian Shariat
Risposta migliore

lsof -i tcp:8069
after finding the process id:
kill -9 pid


0
Avatar
Abbandona
Avatar
Hoàng
Autore Risposta migliore

yes, i did what you guys said but this was what i met at console after get this link https://localhost:8069/web/database/manager



2024-01-07 09:30:37,970 2513 INFO ? odoo: Odoo version 14.0

2024-01-07 09:30:37,970 2513 INFO ? odoo: addons paths: ['/home/hoang/git/odoo14/odoo/addons', '/home/hoang/.local/share/Odoo/addons/14.0', '/home/hoang/git/odoo15/addons']

2024-01-07 09:30:37,971 2513 INFO ? odoo: database: default@default:default

2024-01-07 09:30:44,409 2513 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/bin/wkhtmltopdf

2024-01-07 09:30:48,499 2513 WARNING ? py.warnings: /home/hoang/git/odoo14/odoo/addons/base/models/ir_actions_report.py:73: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.

if LooseVersion(version)

2024-01-07 09:30:48,500 2513 WARNING ? py.warnings: /home/hoang/git/odoo14/odoo/addons/base/models/ir_actions_report.py:78: DeprecationWarning: distutils Version classes are deprecated. Use packaging.version instead.

if LooseVersion(version) >= LooseVersion('0.12.2'):

2024-01-07 09:30:51,329 2513 INFO ? odoo.service.server: HTTP service (werkzeug) running on hoangomputer:8069

2024-01-07 09:31:41,262 2513 ERROR ? werkzeug: 127.0.0.1 - - [07/Jan/2024 09:31:41] code 400, message Bad request version ('ªp_FÁ½\x9d\x00"\x13\x01\x13\x03\x13\x02À+À/̨̩À,À0À') - - -

2024-01-07 09:31:41,263 2513 INFO ? werkzeug: 127.0.0.1 - - [07/Jan/2024 09:31:41] "



there were strange characters

0
Avatar
Abbandona
Avatar
Mehjabin Farsana
Risposta migliore

Hi,

To solve this, you have to kill the process that already running on the given port. 


For more details, Please refer this : https://www.youtube.com/watch?v=qizLT_p6z4g

 https://www.odoo.com/forum/help-1/odoo-fails-on-start-with-errno-98-address-already-in-use-188449


Thanks

0
Avatar
Abbandona
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à
Cost Update Requires Inventory Adjustment
helpforum Helpdesk
Avatar
0
dic 25
16
Locked out because of website error - any other way to login?
helpme helpforum
Avatar
0
giu 22
2365
I have a error running the command sudo dpkg -i wkhtmltox-0.12.1_linux-trusty-amd64.deb during instalation
help.odoo.com helpforum
Avatar
0
mar 19
2444
!!^Guía Alguien~Delta~México!! ¿Hablar con alguien en Delta?
contribution help helpforum
Avatar
0
apr 26
2
How to Terminate a Worker in odoo? Risolto
helpme help.odoo.com helpforum
Avatar
Avatar
Avatar
2
ott 25
8012
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 Svenska ภาษาไทย 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