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
    • Odobritve
    • 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
    • Estate 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č

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

  • CRM
  • e-Commerce
  • Knjigovodstvo
  • Zaloga
  • PoS
  • Projekt
  • MRP
All apps
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č

Odoo 15 doesn't work on CentOS 7

Naroči se

Get notified when there's activity on this post

This question has been flagged
1783 Prikazi
Avatar
channing

I followed the instructions in ComputingforGeeks to install Odoo 15 on CentOS 7.  All looked good without error through the set up process, service was up but does't work properly, same problem with either Python 3.9.9 or 3.9.13.  I'm sure that the "odoo.conf" is correct and addons directory set properly.  The log detail showed faild to load both 'base' module and 'web' module,  any advice to fix it?


PS: when I pasted the log detail here, the text editor automatically change some words such as 'odoo.service.server', 'server.py' to link so that I encountered "403-Forbidden" error when submitted, and I had to remove the link manually before click save button:(


2022-09-09 12:49:41,366 2786 INFO ? odoo.service.server: Initiating shutdown
2022-09-09 12:49:41,366 2786 INFO ? odoo.service.server: Hit CTRL-C again or send a second signal to force the shutdown.
2022-09-09 12:49:41,538 2786 INFO ? odoo.sql_db: ConnectionPool(used=0/count=0/max=64): Closed 2 connections
2022-09-09 12:49:42,268 2830 INFO ? odoo: Odoo version 15.0
2022-09-09 12:49:42,268 2830 INFO ? odoo: Using configuration file at /etc/odoo.conf
2022-09-09 12:49:42,268 2830 INFO ? odoo: addons paths: ['/opt/odoo/odoo15/odoo/addons', '/opt/odoo/.local/share/Odoo/addons/15.0', '/opt/odoo/odoo15/addons', '/opt/odoo/odoo15-custom-addons']
2022-09-09 12:49:42,269 2830 INFO ? odoo: database: odoo@127.0.0.1:5432
2022-09-09 12:49:42,406 2830 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /usr/local/bin/wkhtmltopdf
2022-09-09 12:49:42,480 2830 CRITICAL ? odoo.modules.module: Couldn't load module base
2022-09-09 12:49:42,480 2830 CRITICAL ? odoo.modules.module: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
2022-09-09 12:49:42,480 2830 ERROR ? odoo.service.server: Failed to load server-wide module `base`.
Traceback (most recent call last):
File "/opt/odoo/odoo15/odoo/service/server.py", line 1210, in load_server_wide_modules
odoo.modules.module.load_openerp_module(m)
File "/opt/odoo/odoo15/odoo/modules/module.py", line 396, in load_openerp_module
__import__('odoo.addons.' + module_name)
File "/opt/odoo/odoo15/odoo/addons/base/__init__.py", line 5, in
from . import models
File "/opt/odoo/odoo15/odoo/addons/base/models/__init__.py", line 23, in
from . import ir_mail_server
File "/opt/odoo/odoo15/odoo/addons/base/models/ir_mail_server.py", line 19, in
from OpenSSL import crypto as SSLCrypto
File "/opt/odoo/odoo15-venv/lib/python3.9/site-packages/OpenSSL/__init__.py", line 8, in
from OpenSSL import crypto, SSL
File "/opt/odoo/odoo15-venv/lib/python3.9/site-packages/OpenSSL/crypto.py", line 1553, in
class X509StoreFlags(object):
File "/opt/odoo/odoo15-venv/lib/python3.9/site-packages/OpenSSL/crypto.py", line 1573, in X509StoreFlags
CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
2022-09-09 12:49:42,489 2830 CRITICAL ? odoo.modules.module: Couldn't load module web
2022-09-09 12:49:42,489 2830 CRITICAL ? odoo.modules.module: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'
2022-09-09 12:49:42,489 2830 ERROR ? odoo.service.server: Failed to load server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
File "/opt/odoo/odoo15/odoo/service/server.py", line 1210, in load_server_wide_modules
odoo.modules.module.load_openerp_module(m)
File "/opt/odoo/odoo15/odoo/modules/module.py", line 396, in load_openerp_module
__import__('odoo.addons.' + module_name)
File "/opt/odoo/odoo15/addons/web/__init__.py", line 4, in
from . import controllers
File "/opt/odoo/odoo15/addons/web/controllers/__init__.py", line 4, in
from . import main
File "/opt/odoo/odoo15/addons/web/controllers/main.py", line 34, in
from odoo.addons.base.models.ir_qweb import render as qweb_render
File "/opt/odoo/odoo15/odoo/addons/base/__init__.py", line 5, in
from . import models
File "/opt/odoo/odoo15/odoo/addons/base/models/__init__.py", line 23, in
from . import ir_mail_server
File "/opt/odoo/odoo15/odoo/addons/base/models/ir_mail_server.py", line 19, in
from OpenSSL import crypto as SSLCrypto
File "/opt/odoo/odoo15-venv/lib/python3.9/site-packages/OpenSSL/__init__.py", line 8, in
from OpenSSL import crypto, SSL
File "/opt/odoo/odoo15-venv/lib/python3.9/site-packages/OpenSSL/crypto.py", line 1553, in
class X509StoreFlags(object):
File "/opt/odoo/odoo15-venv/lib/python3.9/site-packages/OpenSSL/crypto.py", line 1573, in X509StoreFlags
CB_ISSUER_CHECK = _lib.X509_V_FLAG_CB_ISSUER_CHECK
AttributeError: module 'lib' has no attribute 'X509_V_FLAG_CB_ISSUER_CHECK'

-1
Avatar
Opusti
Amr Abd-Alkrim (FireBits)

Please provide more info so that we can help you

Enjoying the discussion? Don't just read, join in!

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

Prijavi
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 ภาษาไทย 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