PostgreSQL La base de donnees la plus sophistiquee au monde.

Forums PostgreSQL.fr

Le forum officiel de la communauté francophone de PostgreSQL

Vous n'êtes pas identifié(e).

#1 Re : Général » Demarrage automatique PostgreSQL sur XP SP2 » 14/10/2011 10:59:46

Bonjour,

Tout d'abord merci de votre réponse. Je viens de recupérer les fichiers de log sur l'ordinateur en question ( ce n'est pas le mien d'où le temps entre les deux messages) et voici les erreurs qui se répètent régulièrement :

2011-10-03 08:29:54 CEST LOG:  database system was shut down at 2011-10-03 08:29:44 CEST
2011-10-03 08:29:54 CEST LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2011-10-03 08:29:54 CEST FATAL:  the database system is starting up
2011-10-03 08:29:54 CEST LOG:  database system is ready to accept connections
2011-10-03 08:29:55 CEST LOG:  autovacuum launcher started
2011-10-03 08:29:55 CEST LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2011-10-03 08:30:24 CEST LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2011-10-03 08:30:25 CEST ERROR:  unrecognized configuration parameter "ssl_renegotiation_limit"
2011-10-03 08:30:25 CEST STATEMENT:  SET ssl_renegotiation_limit=0
2011-10-03 08:32:06 CEST LOG:  could not receive data from client: Unknown winsock error 10061
2011-10-03 08:32:06 CEST LOG:  unexpected EOF on client connection
2011-10-03 09:10:38 CEST LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2011-10-03 09:10:38 CEST ERROR:  unrecognized configuration parameter "ssl_renegotiation_limit"
2011-10-03 09:10:38 CEST STATEMENT:  SET ssl_renegotiation_limit=0
2011-10-03 09:11:03 CEST LOG:  could not receive data from client: Unknown winsock error 10061
2011-10-03 09:11:03 CEST LOG:  unexpected EOF on client connection
2011-10-03 11:16:49 CEST LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2011-10-03 11:16:50 CEST ERROR:  unrecognized configuration parameter "ssl_renegotiation_limit"
2011-10-03 11:16:50 CEST STATEMENT:  SET ssl_renegotiation_limit=0
2011-10-03 11:41:16 CEST LOG:  could not receive data from client: Unknown winsock error 10061
2011-10-03 11:41:16 CEST LOG:  unexpected EOF on client connection
2011-10-03 11:42:27 CEST LOG:  received fast shutdown request
2011-10-03 11:42:27 CEST LOG:  aborting any active transactions
2011-10-03 11:42:28 CEST LOG:  autovacuum launcher shutting down
2011-10-03 11:42:29 CEST LOG:  shutting down
2011-10-03 11:42:31 CEST LOG:  database system is shut down

et voici une autre erreur que je retrouve regulièrement :

2011-09-30 10:26:40 CEST LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2011-09-30 10:26:40 CEST FATAL:  the database system is starting up
2011-09-30 10:26:40 CEST LOG:  database system was shut down at 2011-09-30 10:25:16 CEST
2011-09-30 10:26:41 CEST LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
2011-09-30 10:26:41 CEST FATAL:  the database system is starting up
2011-09-30 10:26:42 CEST LOG:  database system is ready to accept connections
2011-09-30 10:26:42 CEST LOG:  autovacuum launcher started
2011-09-30 10:26:42 CEST LOG:  loaded library "$libdir/plugins/plugin_debugger.dll"
FATAL:  could not reattach to shared memory (key=1800, addr=016C0000): 487
FATAL:  could not reattach to shared memory (key=1800, addr=016C0000): 487
FATAL:  could not reattach to shared memory (key=1800, addr=016C0000): 487
FATAL:  could not reattach to shared memory (key=1800, addr=016C0000): 487
FATAL:  could not reattach to shared memory (key=1800, addr=016C0000): 487
2011-09-30 10:28:42 CEST WARNING:  worker took too long to start; cancelled
FATAL:  could not reattach to shared memory (key=1800, addr=016C0000): 487
2011-09-30 10:29:42 CEST WARNING:  worker took too long to start; cancelled
FATAL:  could not reattach to shared memory (key=1800, addr=016C0000): 487
FATAL:  could not reattach to shared memory (key=1800, addr=016C0000): 487
FATAL:  could not reattach to shared memory (key=1800, addr=016C0000): 487
2011-09-30 10:30:42 CEST WARNING:  worker took too long to start; cancelled
FATAL:  could not reattach to shared memory (key=1800, addr=016C0000): 487
2011-09-30 10:31:21 CEST LOG:  received fast shutdown request
2011-09-30 10:31:21 CEST LOG:  aborting any active transactions
2011-09-30 10:31:21 CEST LOG:  autovacuum launcher shutting down
2011-09-30 10:31:21 CEST LOG:  shutting down
2011-09-30 10:31:21 CEST LOG:  database system is shut down

Avez-vous une idée d'où peut venir ce problème ? La base de donnée ne démarre toujours pas au démarrage de l'ordinateur, mais fonctionne après le redemarrage via le gestionnaire de service windows (services.msc).

Merci de vos réponses.

#2 Général » Demarrage automatique PostgreSQL sur XP SP2 » 30/09/2011 13:57:37

bibi68
Réponses : 3

Bonjour,

Je viens d'installer PostgreSQL sur un poste windows XP SP2 et j'ai un soucis au niveau du démarrage automatique de la base de donnée lors du démarrage de l'ordinateur. En effet, en me rendant dans "services.msc" après le démarrage, le service PostgreSQL est configuré sur démarraga automatique et est dans l'état "démarré", mais celui-ci n'est pas utilisable avant d'effectuer un redémarrage du système.
Auriez-vous une idée d'où peut venir ce problème?

Merci de vos réponse

#3 Installation » Problème compte utilisateur lors de l'installation » 04/07/2011 17:11:48

bibi68
Réponses : 0

Bonjour,

J'essai actuellement d'installer un logiciel utilisant postgresql. L'installation du logiciel en lui même se passe bien, mais durant l'installation de la base de donnée, une erreur apparait dans la console d'installation. J'ai testé l'installation sur plusieurs ordinateurs et ça a été un succès à chaque fois. J'ai fait des recherches mais sans résultat. Quelqu'un aurait-il une petite idée sur comment résoudre ce problème?

Le problème se passe sur un ordinateur equipé en windows XP.

Merci beaucoup de votre aide.

[img] https://picasaweb.google.com/lh/photo/r … directlink[img]

Pied de page des forums

Propulsé par FluxBB