You get the error "message type 0xxx arrived from server while idle while" trying to write to postgres. It's itermittent so it's kind of difficult to catch.
solution: I had multiple threads using the same connection and trying to write to the database simultaneously.
Give each thread it's own connection, it should work.
Subscribe to:
Post Comments (Atom)
Word Press Multisite on AWS instance cannot login with default password
Word Press Multisite on AWS instance cannot login with default password after setting a static IP ? Try this Login to the shell from AWS i...
-
Error on CentOS 5 while starting a proccess cannot restore segment prot after reloc: Permission denied Noticed while running networker 7.6 ...
-
Check if sshd is running , if not start it up /etc.init.d/sshd status /etc.init.d/sshd start The firewall is enabled by default , you may ha...
-
Start as postgres user with options : /usr/bin/pg_ctl -D ./data -l logfile start
No comments:
Post a Comment