2013-04-09 08:48:59,940 n.b.p.x.i.DataSource INFO - Starting pool...(jdbc:postgresql://IP/bj)
2013-04-09 08:48:59,956 n.b.p.x.i.ConnectionPool INFO - Creating Physical connection...
2013-04-09 08:50:03,104 n.b.p.x.i.ConnectionPool ERROR - Could not create DB connection to jdbc:postgresql://IP/bj with l / p: bj / bj
2013-04-09 08:50:03,112 n.b.p.BMPoolActivator ERROR - Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
org.postgresql.util.PSQLException: Connection refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
Il ne se passe rien quand j’essaie de me connecter sur postgres :
# psql -U bj -h localhost bj
psql: could not connect to server: Connection timed out
Is the server running on host "localhost" (127.0.0.1) and accepting
TCP/IP connections on port 5432?
Avez-vous eu une mise à jour de postgres lors de la mise à jour de votre distribution ?
Il semblerait que les fichiers de configuration aient été ré-initialisé. Qu’elle est votre distribution ?
Ubuntu 12.04.2 LTS, j’ai redémarré une nouvelle fois ma VM, cette fois-ci l’interface lo était démarrée mais pas bm. J’ai du fire un bmctl start puis bmctl restart pour tout démarrer.
Je sais pas si j’ai eu une mise à jour de postgres.
Le problème venait du fait que votre interface lo n’était pas activée, postgres est configuré pour n’accepter les connexions à la base de Blue Mind que par cette interface.
Avez-vous attendu un peu suite au re-démarrage ? Blue Mind peut nécessiter d’attendre un petit moment suite au démarrage afin que tous les services soient bien actifs. Qu’aviez-vous comme message ?