SQL Error: 0, SQLState: 08006
问题 I have a web application with hibernate connection. application is connecting to PostgreSQL db. Some times I am getting below exceptions in my logs. Caused by: **org.postgresql.util.PSQLException: An I/O error occured while sending to the backend.** at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:283) at org.postgresql.jdbc2.AbstractJdbc2Statement.execute(AbstractJdbc2Statement.java:479) at org.postgresql.jdbc2.AbstractJdbc2Statement.executeWithFlags