Se rendre au contenu
Odoo Menu
  • Se connecter
  • Essai gratuit
  • Applications
    Finance
    • Comptabilité
    • Facturation
    • Notes de frais
    • Feuilles de calcul (BI)
    • Documents
    • Signature
    Ventes
    • CRM
    • Ventes
    • PdV Boutique
    • PdV Restaurant
    • Abonnements
    • Location
    Sites web
    • Site Web
    • eCommerce
    • Blog
    • Forum
    • Live Chat
    • eLearning
    Chaîne d'approvisionnement
    • Inventaire
    • Fabrication
    • PLM
    • Achats
    • Maintenance
    • Qualité
    Ressources Humaines
    • Employés
    • Recrutement
    • Congés
    • Évaluations
    • Recommandations
    • Parc automobile
    Marketing
    • Marketing Social
    • E-mail Marketing
    • SMS Marketing
    • Événements
    • Marketing Automation
    • Sondages
    Services
    • Projet
    • Feuilles de temps
    • Services sur Site
    • Assistance
    • Planification
    • Rendez-vous
    Productivité
    • Discussion
    • Validations
    • Internet des Objets
    • VoIP
    • Connaissances
    • WhatsApp
    Applications tierces Odoo Studio Plateforme Cloud d'Odoo
  • Industries
    Commerce de détail
    • Librairie
    • Magasin de vêtements
    • Magasin de meubles
    • Épicerie
    • Quincaillerie
    • Magasin de jouets
    Food & Hospitality
    • Bar et Pub
    • Restaurant
    • Fast-food
    • Maison d’hôtes
    • Distributeur de boissons
    • Hôtel
    Immobilier
    • Agence immobilière
    • Cabinet d'architecture
    • Construction
    • Gestion immobilière
    • Jardinage
    • Association de copropriétaires
    Consultance
    • Cabinet d'expertise comptable
    • Partenaire Odoo
    • Agence Marketing
    • Cabinet d'avocats
    • Aquisition de talents
    • Audit & Certification
    Fabrication
    • Textile
    • Métal
    • Meubles
    • Alimentation
    • Brewery
    • Cadeaux d'entreprise
    Santé & Fitness
    • Club de sports
    • Opticien
    • Salle de fitness
    • Praticiens bien-être
    • Pharmacie
    • Salon de coiffure
    Trades
    • Bricoleur
    • Matériel informatique et support
    • Systèmes photovoltaïques
    • Cordonnier
    • Services de nettoyage
    • Services CVC
    Autres
    • Organisation à but non lucratif
    • Agence environnementale
    • Location de panneaux d'affichage
    • Photographie
    • Leasing de vélos
    • Revendeur de logiciel
    Browse all Industries
  • Communauté
    Apprenez
    • Tutoriels
    • Documentation
    • Certifications
    • Formation
    • Blog
    • Podcast
    Renforcer l'éducation
    • Programme éducatif
    • Business Game Scale-Up!
    • Rendez-nous visite
    Obtenir le logiciel
    • Téléchargement
    • Comparez les éditions
    • Versions
    Collaborer
    • Github
    • Forum
    • Événements
    • Traductions
    • Devenez partenaire
    • Services for Partners
    • Enregistrer votre cabinet comptable
    Nos Services
    • Trouver un partenaire
    • Trouver un comptable
    • Rencontrer un conseiller
    • Services de mise en œuvre
    • Références clients
    • Assistance
    • Mises à niveau
    Github Youtube Twitter Linkedin Instagram Facebook Spotify
    +1 (650) 691-3277
    Obtenir une démonstration
  • Tarification
  • Aide

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

  • CRM
  • e-Commerce
  • Comptabilité
  • Inventaire
  • PoS
  • Projet
  • MRP
All apps
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Vous devez être inscrit pour interagir avec la communauté.
Toutes les publications Personnes Badges
Étiquettes (Voir toutl)
odoo accounting v14 pos v15
À propos de ce forum
Aide

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

S'inscrire

Recevez une notification lorsqu'il y a de l'activité sur ce poste

Cette question a été signalée
installationinstallfirst_install
9 Réponses
32619 Vues
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
Ignorer
Avatar
AJ Schrafel Paper Corp
Meilleure réponse

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
Ignorer
Ruben
Auteur

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
Auteur

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
Meilleure réponse

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
Ignorer
Avatar
Gustavo
Meilleure réponse

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
Ignorer
Ruben
Auteur

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
Meilleure réponse

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

0
Avatar
Ignorer
Ruben
Auteur

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
Auteur Meilleure réponse

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

0
Avatar
Ignorer
Vous appréciez la discussion ? Ne vous contentez pas de lire, rejoignez-nous !

Créez un compte dès aujourd'hui pour profiter de fonctionnalités exclusives et échanger avec notre formidable communauté !

S'inscrire
Publications associées Réponses Vues Activité
Is it possible to install openerp 7 in a Redhat 4.4.6 shared hosting?
configuration installation install first_install
Avatar
Avatar
1
mars 15
5582
Url:8069 is not working script Installation
installation install
Avatar
Avatar
1
juil. 23
3372
How to change the user running the Odoo process? Résolu
installation install
Avatar
Avatar
Avatar
2
mars 15
17353
Custom addons installation
installation install addons
Avatar
Avatar
1
févr. 24
5594
Many OpenERP installation on same machine Résolu
installation install instances
Avatar
Avatar
Avatar
Avatar
Avatar
9
janv. 18
18512
Communauté
  • Tutoriels
  • Documentation
  • Forum
Open Source
  • Téléchargement
  • Github
  • Runbot
  • Traductions
Services
  • Hébergement Odoo.sh
  • Assistance
  • Migration
  • Développements personnalisés
  • Éducation
  • Trouver un comptable
  • Trouver un partenaire
  • Devenez partenaire
À propos
  • Notre société
  • Actifs de la marque
  • Contactez-nous
  • Emplois
  • Événements
  • Podcast
  • Blog
  • Clients
  • Informations légales • Confidentialité
  • Sécurité.
الْعَرَبيّة 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 est une suite d'applications open source couvrant tous les besoins de votre entreprise : CRM, eCommerce, Comptabilité, Inventaire, Point de Vente, Gestion de Projet, etc.

Le positionnement unique d'Odoo est d'être à la fois très facile à utiliser et totalement intégré.

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