Přejít na obsah
Odoo Menu
  • Přihlásit se
  • Vyzkoušejte zdarma
  • Aplikace
    Finance
    • Účetnictví
    • Fakturace
    • Výdaje
    • Spreadsheet (BI)
    • Dokumenty
    • Podpisy
    Prodej
    • CRM
    • Prodej
    • POS Obchod
    • POS Restaurace
    • Předplatné
    • Pronájem
    Webové stránky
    • Webové stránky
    • E-shop
    • Blog
    • Fórum
    • Živý chat
    • eLearning
    Dodavatelský řetězec
    • Sklad
    • Výroba
    • PLM
    • Nákup
    • Údržba
    • Kvalita
    Lidské zdroje
    • Zaměstnanci
    • Nábor
    • Volno
    • Hodnocení zaměstnanců
    • Doporučení
    • Vozový park
    Marketing
    • Marketing sociálních sítí
    • Emailový marketing
    • SMS Marketing
    • Události
    • Marketingová automatizace
    • Dotazníky
    Služby
    • Projekt
    • Časové výkazy
    • Práce v terénu
    • Helpdesk
    • Plánování
    • Schůzky
    Produktivita
    • Diskuze
    • Schvalování
    • IoT
    • VoIP
    • Znalosti
    • WhatsApp
    Aplikace třetích stran Odoo Studio Odoo cloudová platforma
  • Branže
    Maloobchod
    • Knihkupectví
    • Obchod s oblečením
    • Obchod s nábytkem
    • Potraviny
    • Obchod s hardwarem
    • Hračkářství
    Jídlo a pohostinství
    • Bar a Pub
    • Restaurace
    • Fast Food
    • Penzion
    • Distributor nápojů
    • Hotel
    Nemovitost
    • Realitní kancelář
    • Architektonická firma
    • Stavba
    • Správa nemovitostí
    • Zahradnictví
    • Asociace vlastníků nemovitosti
    Poradenství
    • Účetní firma
    • Odoo Partner
    • Marketingová agentura
    • Právník
    • Akvizice talentů
    • Audit a certifikace
    Výroba
    • Textile
    • Kov
    • Nábytek
    • Jídlo
    • Brewery
    • Korporátní dárky
    Zdraví a fitness
    • Sportovní klub
    • Prodejna brýli
    • Fitness Centrum
    • Wellness praktikové
    • Lékárna
    • Kadeřnictví
    Transakce
    • Údržbář
    • IT hardware a podpora
    • Systémy solární energie
    • Výrobce obuvi
    • Úklidové služby
    • Služby HVAC
    Ostatní
    • Nezisková organizace
    • Agentura pro životní prostředí
    • Pronájem billboardů
    • Fotografování
    • Leasing jízdních kol
    • Prodejce softwaru
    Browse all Industries
  • Komunita
    Edukační program
    • Tutoriály
    • Dokumentace
    • Certifikace
    • Vzdělávání
    • Blog
    • Podcast
    Podpora vzdělávání
    • Vzdělávací program
    • Scale Up! Hra na firmu
    • Navštivte Odoo
    Získat software
    • Stáhnout
    • Porovnejte edice
    • Verze
    Spolupráce
    • Github
    • Fórum
    • Události
    • Překlady
    • Stát se partnerem
    • Services for Partners
    • Registrujte svou účetní firmu
    Získat služby
    • Najít partnera
    • Najít účetní
    • Setkejte se s poradcem
    • Implementační služby
    • Zákaznické reference
    • Podpora
    • Upgrady
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Dohodnout demo
  • Ceník
  • Pomoc

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

  • CRM
  • e-Commerce
  • Účetnictví
  • Sklad
  • PoS
  • Projekty
  • MRP
All apps
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
You need to be registered to interact with the community.
All Posts Lidé Odznaky
Štítky (View all)
odoo accounting v14 pos v15
O tomto fóru
Pomoc

openerp v5 : server access

Odebírat

Get notified when there's activity on this post

This question has been flagged
serverv5connection
1 Odpovědět
6492 Zobrazení
Avatar
Sales

i succeed in connecting to my openenerp server (ubuntu) from a client. But when i try to tape the ip and the port of the application xxx.xxx.xx.xxx:xxxx in a navigator, i have this error message : Connection Interrupted : the connection to the server was reset while the page was loading.The network link was interrupted while negotiating a connection. Please try again.

Could you throw light for me? I would like access to the server administration. Thanks.

Please find in attachment a SS representing the prompt command when i tape "openerp-server". I noticed the last sentence saying : CRITICAL:xml-rpc:[16]: Error occur when starting server daemon: (98, 'Address already in use')

SS_openerp-server.JPG

When i open with a txt editor openerp-server.conf, i try to modify THE TCP port on the server will listen. I save the file But i can't still acess to the webinterface server. COuld you help me?

0
Avatar
Zrušit
Avatar
Gustavo
Nejlepší odpověď

Check the open ports in your server, looks like another application is using the port openerp server is trying to use.

0
Avatar
Zrušit
Sales
Autor

Hello. Into my openerp_server.conf, there is this sentence : # The TCP port on which the server will listen (default 8069). port = 8070. When i tape netstat -tlnp | grep 8070 i can read netstat -tlnp | grep 8069 & tcp 0 0 0.0.0.0:8069 0.0.0.0:* LISTEN 5867/python2.5netstat -tlnp | grep 8070tl So according to you, what should i do? Thanks.

Gustavo

try changing it to a different port and restarting the server

Sales
Autor

in theory, i have to just change the port in the text file? I also have to open the new port (listening)?

Gustavo

change the port in the openerp_server.conf file, then restart the server

Sales
Autor

Thanks. I just to modify the value into the text file to :8070 toward :8090. I saved the file. I try to restart the server with this command : openerp-server restart. But the webinterface still does not work. And in the prompt command it still appears the same line saying Error occur when starting the server daemon: (98, adress already in use). I do something wrong? In advance thank you very much.

Gustavo

try stopping openerp or whatever daemon is running first. Looks like there is a program that is taking the port

Sales
Autor

Hello, i just stop the service openerp. I change the port toward :8089 into the openerp-server.conf I restart the service. But it still does not work. I tape iptables -A INPUT -p tcp --dport 8089 -j ACCEPT in order to open the new port. But when i tape netstat -tlnp there is not this new port ! The webinterface still does not work.Could you throw light for me. Thanks.

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

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

Přihlásit se
Related Posts Odpovědi Zobrazení Aktivita
Some of users connect very slowly
server connection
Avatar
0
srp 22
2338
Odoo server configuration [Connection Lost/restore]
configuration server connection
Avatar
Avatar
3
kvě 24
9093
HostNoc as My Go-To Server Provider – Sharing My Experience
server
Avatar
0
čvn 25
2
How to configure multi-instance and memory limit in .conf ?
server
Avatar
Avatar
1
čvn 23
16959
The Connection Pool Is Full
server wsgi connection odoo12 longpolling
Avatar
0
úno 22
7808
Komunita
  • Tutoriály
  • Dokumentace
  • Fórum
Open Source
  • Stáhnout
  • Github
  • Runbot
  • Překlady
Služby
  • Odoo.sh hostování
  • Podpora
  • Upgrade
  • Nestandardní vývoj
  • Edukační program
  • Najít účetní
  • Najít partnera
  • Stát se partnerem
O nás
  • Naše společnost
  • Podklady značky
  • Kontakujte nás
  • Práce
  • Události
  • Podcast
  • Blog
  • Zákazníci
  • Právní dokumenty • Soukromí
  • Zabezpečení
الْعَرَبيّة 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 je balíček open-source aplikací, které pokrývají všechny potřeby vaší společnosti: CRM, e-shop, účetnictví, sklady, kasy, projektové řízení a další.

Unikátní nabídka od Odoo poskytuje velmi jednoduché uživatelské rozhraní a vše je integrované na jednom místě.

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