Friday 19 February 2010

Postgres error: message type 0xxx arrived from server while idle

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.

No comments:

Post a Comment

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...