Skip to Content
Odoo Meniu
  • Autentificare
  • Try it free
  • Aplicații
    Finanțe
    • Contabilitate
    • Facturare
    • Cheltuieli
    • Spreadsheet (BI)
    • Documente
    • Semn
    Vânzări
    • CRM
    • Vânzări
    • POS Shop
    • POS Restaurant
    • Abonamente
    • Închiriere
    Site-uri web
    • Constructor de site-uri
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Lanț Aprovizionare
    • Inventar
    • Producție
    • PLM
    • Achiziție
    • Maintenance
    • Calitate
    Resurse Umane
    • Angajați
    • Recrutare
    • Time Off
    • Evaluări
    • Referințe
    • Flotă
    Marketing
    • Social Marketing
    • Marketing prin email
    • SMS Marketing
    • Evenimente
    • Automatizare marketing
    • Sondaje
    Servicii
    • Proiect
    • Foi de pontaj
    • Servicii de teren
    • Centru de asistență
    • Planificare
    • Programări
    Productivitate
    • Discuss
    • Aprobări
    • IoT
    • VoIP
    • Knowledge
    • WhatsApp
    Aplicații Terțe Odoo Studio Platforma Odoo Cloud
  • Industrii
    Retail
    • Book Store
    • Magazin de îmbrăcăminte
    • Magazin de Mobilă
    • Magazin alimentar
    • Magazin de materiale de construcții
    • Magazin de jucării
    Food & Hospitality
    • Bar and Pub
    • Restaurant
    • Fast Food
    • Guest House
    • Distribuitor de băuturi
    • Hotel
    Proprietate imobiliara
    • Real Estate Agency
    • Firmă de Arhitectură
    • Construcție
    • Estate Managament
    • Grădinărit
    • Asociația Proprietarilor de Proprietăți
    Consultanta
    • Firma de Contabilitate
    • Partener Odoo
    • Agenție de marketing
    • Law firm
    • Atragere de talente
    • Audit & Certification
    Producție
    • Textil
    • Metal
    • Mobilier
    • Mâncare
    • Brewery
    • Cadouri corporate
    Health & Fitness
    • Club Sportiv
    • Magazin de ochelari
    • Centru de Fitness
    • Wellness Practitioners
    • Farmacie
    • Salon de coafură
    Trades
    • Handyman
    • IT Hardware and Support
    • Asigurare socială de stat
    • Cizmar
    • Servicii de curățenie
    • HVAC Services
    Altele
    • Organizație nonprofit
    • Agenție de Mediu
    • Închiriere panouri publicitare
    • Fotografie
    • Închiriere biciclete
    • Asigurare socială
    Browse all Industries
  • Comunitate
    Învăță
    • Tutorials
    • Documentație
    • Certificări
    • Instruire
    • Blog
    • Podcast
    Empower Education
    • Program Educațional
    • Scale Up! Business Game
    • Visit Odoo
    Obține Software-ul
    • Descărcare
    • Compară Edițiile
    • Lansări
    Colaborați
    • Github
    • Forum
    • Evenimente
    • Translations
    • Devino Partener
    • Services for Partners
    • Înregistrează-ți Firma de Contabilitate
    Obține Servicii
    • Găsește un Partener
    • Găsiți un contabil
    • Meet an advisor
    • Servicii de Implementare
    • Referințe ale clienților
    • Suport
    • Actualizări
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obține un demo
  • Prețuri
  • Ajutor

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

  • CRM
  • e-Commerce
  • Contabilitate
  • Inventar
  • PoS
  • Proiect
  • MRP
All apps
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
All Posts Oameni Insigne
Etichete (View all)
odoo accounting v14 pos v15
Despre acest forum
Suport

openerp v5 : server access

Abonare

Primiți o notificare când există activitate la acestă postare

Această întrebare a fost marcată
serverv5connection
1 Răspunde
6515 Vizualizări
Imagine profil
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
Imagine profil
Abandonează
Imagine profil
Gustavo
Cel mai bun răspuns

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

0
Imagine profil
Abandonează
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!

Înscrie-te
Related Posts Răspunsuri Vizualizări Activitate
Some of users connect very slowly
server connection
Imagine profil
0
aug. 22
2356
Odoo server configuration [Connection Lost/restore]
configuration server connection
Imagine profil
Imagine profil
3
mai 24
9130
HostNoc as My Go-To Server Provider – Sharing My Experience
server
Imagine profil
0
iun. 25
2
How to configure multi-instance and memory limit in .conf ?
server
Imagine profil
Imagine profil
1
iun. 23
16994
The Connection Pool Is Full
server wsgi connection odoo12 longpolling
Imagine profil
0
feb. 22
7839
Comunitate
  • Tutorials
  • Documentație
  • Forum
Open Source
  • Descărcare
  • Github
  • Runbot
  • Translations
Servicii
  • Hosting Odoo.sh
  • Suport
  • Actualizare
  • Custom Developments
  • Educație
  • Găsiți un contabil
  • Găsește un Partener
  • Devino Partener
Despre Noi
  • Compania noastră
  • Active de marcă
  • Contactați-ne
  • Locuri de muncă
  • Evenimente
  • Podcast
  • Blog
  • Clienți
  • Aspecte juridice • Confidențialitate
  • Securitate
الْعَرَبيّة 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 este o suită de aplicații de afaceri open source care acoperă toate nevoile companiei dvs.: CRM, comerț electronic, contabilitate, inventar, punct de vânzare, management de proiect etc.

Propunerea de valoare unică a Odoo este să fie în același timp foarte ușor de utilizat și complet integrat.

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