Ir al contenido
Odoo Menú
  • Identificarse
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • TPV para tiendas
    • TPV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en directo
    • eLearning
    Cadena de suministro
    • Inventario
    • Fabricación
    • PLM
    • Compra
    • Mantenimiento
    • Calidad
    Recursos Humanos
    • Empleados
    • Reclutamiento
    • Ausencias
    • Evaluación
    • Referencias
    • Flota
    Marketing
    • Marketing social
    • Marketing por correo electrónico
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyecto
    • Partes de horas
    • Servicio de campo
    • Servicio de asistencia
    • Planificación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Información
    • WhatsApp
    Aplicaciones de terceros Studio de Odoo Plataforma de Odoo Cloud
  • Industrias
    Comercio al por menor
    • Librería
    • Tienda de ropa
    • Tienda de muebles
    • Tienda de ultramarinos
    • Ferretería
    • Juguetería
    Alimentación y hostelería
    • Bar y taberna
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidor de bebidas
    • Hotel
    Inmueble
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión inmobiliaria
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Empresa contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Fabricación
    • Textil
    • Metal
    • Muebles
    • Alimentos
    • Brewery
    • Regalos de empresas
    Salud y bienestar
    • Club deportivo
    • Óptica
    • Gimnasio
    • Terapeutas
    • Farmacia
    • Peluquería
    Oficios
    • Handyman
    • Hardware y asistencia informática
    • Sistemas de energía solar
    • Zapatero
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin ánimo de lucro
    • Agencia de protección del medio ambiente
    • Alquiler de paneles publicitarios
    • Estudio fotográfico
    • Alquiler de bicicletas
    • Distribuidor de software
    Browse all Industries
  • Comunidad
    Aprender
    • Tutoriales
    • Documentación
    • Certificaciones
    • Formación
    • Blog
    • Podcast
    Potenciar la educación
    • Programa de formación
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtener el software
    • Descargar
    • Comparar ediciones
    • Versiones
    Colaborar
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Convertirse en partner
    • Services for Partners
    • Registrar tu empresa contable
    Obtener servicios
    • Encontrar un partner
    • Encontrar un asesor fiscal
    • Contacta con un experto
    • Servicios de implementación
    • Referencias de clientes
    • Ayuda
    • Actualizaciones
    GitHub YouTube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicitar 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
  • Proyecto
  • 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

Oops! Google Chrome could not connect to localhost:8069 - Fixed

Suscribirse

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

Se marcó esta pregunta
installationinstallfirst_install
9 Respuestas
32623 Vistas
Avatar
Ruben

Issue Fixed

The issue has been fixed, by uninstalling database and openerp and installing them back again. Thanks to OpenERP team.

Hello everyone,

I am not able to access openerp server after completing the installation. Find the details below.

Installed

  1. PostgreSQL 9.2.4
  2. phpPgAdmin (can connect to database just fine)
  3. Python 2.7.3 (added path)
  4. Installed OpenERP Server 7.0 (can locate under ProgramFiles)

Additionally, installed (for other purpose)

  1. PHP
  2. Apache

How to debug? I'm on Win7 x86.. As you can guess, I'm new to this part of the world. Please help!

Update:

  1. I turned the Firewall off.
  2. set the pg_path in conf file to C:\Program Files\PostgreSQL\9.2\bin
  3. Tried in Firefox

Still, not resolved.

Update 1:

I manually started the openerp server from services.msc and saw that it was stopped automatically with the message "Some services stop automatically if they are not in use by any other services or programs". What could be the possible root cause?

0
Avatar
Descartar
Avatar
AJ Schrafel Paper Corp
Mejor respuesta

First make sure a firewall on the machine is not blocking the port 8069. Google windows firewall for detailed instructions on how to open a port.

It is probably a windows firewall problem and opening the port will fix it. If not continue on.

Open a command prompt on the windows server with openERP. Type netstat -tulpn

You should see the open port for openERP in the list of ports. If you see another program at port 8069 that program is blocking openERP and must be disabled. If you don't see a program at port 8069 the something is preventing openerp from starting check the server log

If you see openerp running at port 8069 then type telnet 127.0.0.1 8069

And you should get a response of some sort. If you don't get a response, there is something on your windows machine blocking programs from connecting to that port. See step one

IMHO you would be better off buying a cheap refurbished pc install Ubuntu and testing openERP on that rather than trying to test openERP on a windows machine that is clearly serving other purposes.

1
Avatar
Descartar
Ruben
Autor

I opened the port. I turned the firewall and anti-virus off without any success. Is there anyway to check if openerp server is running? p.s: this a temporary set up for training. I'll soon migrate to ubuntu on my desktop PC.

Ruben
Autor

I manually started the openerp server from services.msc and saw that it was stopped automatically with the message "Some services stop automatically if they are not in use by any other services or programs". What could be the possible root cause?

Avatar
Daniel Medina
Mejor respuesta

I think postgresql service wasnt initiating due to credential issues, so when I was at windows, I used to go to service properties and instead of openpgp user and its password, I changed it to my username and password windows login, glad you fixed it anyway

0
Avatar
Descartar
Avatar
Gustavo
Mejor respuesta

There are many things you can check, some things that come to my mind are:

a) connecting with Firefox instead of Chrome b) checking whether the server is running c) checking whether the 8069 port is open d) check whether a firewall is blocking port 8069

0
Avatar
Descartar
Ruben
Autor

I guess I should go with the option (b). How do I ensure the server is running? Or How do I start the server. I have no firefox or browser problems since my phppgadmin and apache are loading just fine on chrome..

Update: I ran openerp-server.exe. But, I still have the same problem..

Avatar
Daniel Reis
Mejor respuesta

Read the server log. It will tell you why the server didn't start.

0
Avatar
Descartar
Ruben
Autor

Where is it located? Program Files\OpennERP\Server? The log file \server\openerp-server.log doesn't have any useful info. It has only database user info

Avatar
Ruben
Autor Mejor respuesta

Nevermind. I fixed the problem by reinstalling OpenERP and PGSQL..

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

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

Inscribirse
Publicaciones relacionadas Respuestas Vistas Actividad
Is it possible to install openerp 7 in a Redhat 4.4.6 shared hosting?
configuration installation install first_install
Avatar
Avatar
1
mar 15
5584
Url:8069 is not working script Installation
installation install
Avatar
Avatar
1
jul 23
3384
How to change the user running the Odoo process? Resuelto
installation install
Avatar
Avatar
Avatar
2
mar 15
17359
Custom addons installation
installation install addons
Avatar
Avatar
1
feb 24
5598
Many OpenERP installation on same machine Resuelto
installation install instances
Avatar
Avatar
Avatar
Avatar
Avatar
9
ene 18
18517
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento Odoo.sh
  • Ayuda
  • Actualizar
  • Desarrollos personalizados
  • Educación
  • Encontrar un asesor fiscal
  • Encontrar un partner
  • Convertirse en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contacta con nosotros
  • Puestos de trabajo
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Información 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 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