Skip to Content
Odoo Menu
  • Sign in
  • Try it free
  • Apps
    Finance
    • Accounting
    • Invoicing
    • Expenses
    • Spreadsheet (BI)
    • Documents
    • Sign
    Sales
    • CRM
    • Sales
    • POS Shop
    • POS Restaurant
    • Subscriptions
    • Rental
    Websites
    • Website Builder
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Supply Chain
    • Inventory
    • Manufacturing
    • PLM
    • Purchase
    • Maintenance
    • Quality
    Human Resources
    • Employees
    • Recruitment
    • Time Off
    • Appraisals
    • Referrals
    • Fleet
    Marketing
    • Social Marketing
    • Email Marketing
    • SMS Marketing
    • Events
    • Marketing Automation
    • Surveys
    Services
    • Project
    • Timesheets
    • Field Service
    • Helpdesk
    • Planning
    • Appointments
    Productivity
    • Discuss
    • Artificial Intelligence
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Third party apps Odoo Studio Odoo Cloud Platform
  • Industries
    Retail
    • Book Store
    • Clothing Store
    • Furniture Store
    • Grocery Store
    • Hardware Store
    • Toy Store
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Beverage Distributor
    • Hotel
    Real Estate
    • Real Estate Agency
    • Architecture Firm
    • Construction
    • Property Management
    • Gardening
    • Property Owner Association
    Consulting
    • Accounting Firm
    • Odoo Partner
    • Marketing Agency
    • Law firm
    • Talent Acquisition
    • Audit & Certification
    Manufacturing
    • Textile
    • Metal
    • Furnitures
    • Food
    • Brewery
    • Corporate Gifts
    Health & Fitness
    • Sports Club
    • Eyewear Store
    • Fitness Center
    • Wellness Practitioners
    • Pharmacy
    • Hair Salon
    Trades
    • Handyman
    • IT Hardware & Support
    • Solar Energy Systems
    • Shoe Maker
    • Cleaning Services
    • HVAC Services
    Others
    • Nonprofit Organization
    • Environmental Agency
    • Billboard Rental
    • Photography
    • Bike Leasing
    • Software Reseller
    Browse all Industries
  • Community
    Learn
    • Tutorials
    • Documentation
    • Certifications
    • Training
    • Blog
    • Podcast
    Empower Education
    • Education Program
    • Scale Up! Business Game
    • Visit Odoo
    Get the Software
    • Download
    • Compare Editions
    • Releases
    Collaborate
    • Github
    • Forum
    • Events
    • Translations
    • Become a Partner
    • Services for Partners
    • Register your Accounting Firm
    Get Services
    • Find a Partner
    • Find an Accountant
    • Meet an advisor
    • Implementation Services
    • Customer References
    • Support
    • Upgrades
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Get a demo
  • Pricing
  • Help
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
You need to be registered to interact with the community.
All Posts People Badges
Tags (View all)
odoo accounting v14 pos v15
About this forum
Help

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

Subscribe

Get notified when there's activity on this post

This question has been flagged
helpforum
3 Replies
3662 Views
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
Discard
Avatar
Arian Shariat, Arian Shariat
Best Answer

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


0
Avatar
Discard
Avatar
Hoàng
Author 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
Discard
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
Discard
Enjoying the discussion? Don't just read, join in!

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

Sign up
Related Posts Replies Views Activity
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
2364
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
2428
!!^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
Oct 25
8004
Community
  • Tutorials
  • Documentation
  • Forum
Open Source
  • Download
  • Github
  • Runbot
  • Translations
Services
  • Odoo.sh Hosting
  • Support
  • Upgrade
  • Custom Developments
  • Education
  • Find an Accountant
  • Find a Partner
  • Become a Partner
About us
  • Our company
  • Brand Assets
  • Contact us
  • Jobs
  • Events
  • Podcast
  • Blog
  • Customers
  • Legal • Privacy
  • Security
الْعَرَبيّة 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