Skip to Content
Odoo Menu
  • Prijavi
  • Try it free
  • Aplikacije
    Finance
    • Knjigovodstvo
    • Obračun
    • Stroški
    • Spreadsheet (BI)
    • Dokumenti
    • Podpisovanje
    Prodaja
    • CRM
    • Prodaja
    • POS Shop
    • POS Restaurant
    • Naročnine
    • Najem
    Spletne strani
    • Website Builder
    • Spletna trgovina
    • Blog
    • Forum
    • Pogovor v živo
    • eUčenje
    Dobavna veriga
    • Zaloga
    • Proizvodnja
    • PLM
    • Nabava
    • Vzdrževanje
    • Kakovost
    Kadri
    • Kadri
    • Kadrovanje
    • Odsotnost
    • Ocenjevanja
    • Priporočila
    • Vozni park
    Marketing
    • Družbeno Trženje
    • Email Marketing
    • SMS Marketing
    • Dogodki
    • Avtomatizacija trženja
    • Ankete
    Storitve
    • Projekt
    • Časovnice
    • Storitve na terenu
    • Služba za pomoč
    • Načrtovanje
    • Termini
    Produktivnost
    • Razprave
    • Artificial Intelligence
    • IoT
    • Voip
    • Znanje
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industrije
    Trgovina na drobno
    • Book Store
    • Trgovina z oblačili
    • Trgovina s pohištvom
    • Grocery Store
    • Trgovina s strojno opremo računalnikov
    • Trgovina z igračami
    Food & Hospitality
    • Bar and Pub
    • Restavracija
    • Hitra hrana
    • Guest House
    • Beverage Distributor
    • Hotel
    Nepremičnine
    • Real Estate Agency
    • Arhitekturno podjetje
    • Gradbeništvo
    • Property Management
    • Vrtnarjenje
    • Združenje lastnikov nepremičnin
    Svetovanje
    • Računovodsko podjetje
    • Odoo Partner
    • Marketinška agencija
    • Law firm
    • Pridobivanje talentov
    • Audit & Certification
    Proizvodnja
    • Tekstil
    • Metal
    • Pohištvo
    • Hrana
    • Brewery
    • Poslovna darila
    Health & Fitness
    • Športni klub
    • Trgovina z očali
    • Fitnes center
    • Wellness Practitioners
    • Lekarna
    • Frizerski salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Sistemi sončne energije
    • Izdelovalec čevljev
    • Čistilne storitve
    • HVAC Services
    Ostali
    • Neprofitna organizacija
    • Agencija za okolje
    • Najem oglasnih panojev
    • Fotografija
    • Najem koles
    • Prodajalec programske opreme
    Browse all Industries
  • Skupnost
    Learn
    • Tutorials
    • Dokumentacija
    • Certifikati
    • Šolanje
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Prenesi
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Dogodki
    • Prevodi
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Sklici kupca
    • Podpora
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Določanje cen
  • Pomoč
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Ključne besede (View all)
odoo accounting v14 pos v15
About this forum
Pomoč

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

Naroči se

Get notified when there's activity on this post

This question has been flagged
helpforum
3 Odgovori
3672 Prikazi
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
Opusti
Avatar
Arian Shariat, Arian Shariat
Best Answer

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


0
Avatar
Opusti
Avatar
Hoàng
Avtor Best Answer

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
Opusti
Avatar
Mehjabin Farsana
Best Answer

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
Opusti
Enjoying the discussion? Don't just read, join in!

Create an account today to enjoy exclusive features and engage with our awesome community!

Prijavi
Related Posts Odgovori Prikazi Aktivnost
Cost Update Requires Inventory Adjustment
helpforum Helpdesk
Avatar
0
dec. 25
16
Locked out because of website error - any other way to login?
helpme helpforum
Avatar
0
jun. 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
2438
!!^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? Solved
helpme help.odoo.com helpforum
Avatar
Avatar
Avatar
2
okt. 25
8010
Community
  • Tutorials
  • Dokumentacija
  • Forum
Open Source
  • Prenesi
  • Github
  • Runbot
  • Prevodi
Services
  • Odoo.sh Hosting
  • Podpora
  • Nadgradnja
  • Custom Developments
  • Izobraževanje
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Sredstva blagovne znamke
  • Kontakt
  • Zaposlitve
  • Dogodki
  • Podcast
  • Blog
  • Stranke
  • Pravno • Zasebnost
  • Varnost
الْعَرَبيّة 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 is a suite of open source business apps that cover all your company needs: CRM, eCommerce, accounting, inventory, point of sale, project management, etc.

Odoo's unique value proposition is to be at the same time very easy to use and fully integrated.

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