Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

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

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

openerp v5 : server access

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
serverv5connection
1 Responder
6493 Vistas
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
Descartar
Avatar
Gustavo
Mejor respuesta

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

0
Avatar
Descartar
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.

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Some of users connect very slowly
server connection
Avatar
0
ago 22
2338
Odoo server configuration [Connection Lost/restore]
configuration server connection
Avatar
Avatar
3
may 24
9099
HostNoc as My Go-To Server Provider – Sharing My Experience
server
Avatar
0
jun 25
2
How to configure multi-instance and memory limit in .conf ?
server
Avatar
Avatar
1
jun 23
16960
The Connection Pool Is Full
server wsgi connection odoo12 longpolling
Avatar
0
feb 22
7811
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة 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 es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

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